Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/SwiftIfConfig/BuildConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import SwiftSyntax

/// Describes the ordering of a sequence of bytes that make up a word of
/// storage for a particular architecture.
public enum Endianness: String {
public enum Endianness: String, Codable {
/// Little endian, meaning that the least significant byte of a word is
/// stored at the lowest address.
case little
Expand Down
1 change: 1 addition & 0 deletions Sources/SwiftIfConfig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ add_swift_syntax_library(SwiftIfConfig
IfConfigDiagnostic.swift
IfConfigEvaluation.swift
IfConfigFunctions.swift
StaticBuildConfiguration.swift
SyntaxLiteralUtils.swift
SyntaxProtocol+IfConfig.swift
VersionTuple+Parsing.swift
Expand Down
Loading
Loading