Build Information
Successful build of swift-prefs, reference 2.0.0 (658ad3), with Swift 6.1 for macOS (SPM) on 29 Nov 2025 07:56:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-prefs.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/swift-prefs
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 658ad3c Renamed repository to swift-prefs
Cloned https://github.com/orchetect/swift-prefs.git
Revision (git rev-parse @):
658ad3c76d92ac457a195fa60c82d8e7c771b3fe
SUCCESS checkout https://github.com/orchetect/swift-prefs.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/swift-prefs.git
https://github.com/orchetect/swift-prefs.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "99999999.999.999"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "swift-prefs",
"name" : "swift-prefs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftPrefs",
"targets" : [
"SwiftPrefs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsCore",
"targets" : [
"SwiftPrefsCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsUI",
"targets" : [
"SwiftPrefsUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsMacrosImplementation",
"targets" : [
"SwiftPrefsMacrosImplementation"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftPrefsUI",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsUI",
"path" : "Sources/SwiftPrefsUI",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsUI"
],
"sources" : [
"MultiplatformSection.swift",
"SectionFooterView.swift",
"SwiftPrefsUI.swift",
"SystemSettings/SystemSettings Panel.swift",
"SystemSettings/SystemSettings.swift"
],
"target_dependencies" : [
"SwiftPrefsCore"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefsTypesTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsTypesTests",
"path" : "Tests/SwiftPrefsTypesTests",
"sources" : [
"PrefsStorage Traits/PrefsStorageExportableTests.swift",
"PrefsStorage Traits/PrefsStorageImportableLoadTests.swift",
"PrefsStorage Traits/PrefsStorageImportableTests.swift",
"PrefsStorage Traits/PrefsStorageInitializableTests.swift",
"PrefsStorage/PrefsStorage+Static Tests.swift",
"PrefsStorage/PrefsStorageArrayTests.swift",
"PrefsStorage/PrefsStorageDictionaryTests.swift",
"TestContent/TestContent Basic.swift",
"TestContent/TestContent.swift"
],
"target_dependencies" : [
"SwiftPrefsTypes"
],
"type" : "test"
},
{
"c99name" : "SwiftPrefsTypes",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsTypes",
"path" : "Sources/SwiftPrefsTypes",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"sources" : [
"PrefsCodable Prototypes/AtomicPrefsCoding.swift",
"PrefsCodable Prototypes/CodableArrayPrefsCoding.swift",
"PrefsCodable Prototypes/CodableDictionaryPrefsCoding.swift",
"PrefsCodable Prototypes/CodablePrefsCoding.swift",
"PrefsCodable Prototypes/JSONDataCodablePrefsCoding.swift",
"PrefsCodable Prototypes/JSONStringCodablePrefsCoding.swift",
"PrefsCodable Prototypes/PrefsCoding.swift",
"PrefsCodable Prototypes/PrefsCodingTuple.swift",
"PrefsCodable Prototypes/RawRepresentableArrayPrefsCoding.swift",
"PrefsCodable Prototypes/RawRepresentableDictionaryPrefsCoding.swift",
"PrefsCodable Prototypes/RawRepresentablePrefsCoding.swift",
"PrefsCodable Strategies/Base64StringDataPrefsCoding.swift",
"PrefsCodable Strategies/BoolIntegerPrefsCoding.swift",
"PrefsCodable Strategies/BoolStringPrefsCoding.swift",
"PrefsCodable Strategies/CompressedDataPrefsCoding.swift",
"PrefsCodable Strategies/ISO8601StringDatePrefsCoding.swift",
"PrefsCodable Strategies/IntegerPrefsCoding.swift",
"PrefsCodable Strategies/IntegerStringPrefsCoding.swift",
"PrefsCodable Strategies/URLStringPrefsCoding.swift",
"PrefsCodable/Atomic/AtomicPrefsCodable.swift",
"PrefsCodable/Codable/CodablePrefsCodable.swift",
"PrefsCodable/Codable/JSON/JSONDataCodablePrefsCodable.swift",
"PrefsCodable/Codable/JSON/JSONStringCodablePrefsCodable.swift",
"PrefsCodable/PrefsCodable.swift",
"PrefsCodable/RawRepresentable/PrefsCodable+RawRepresentable.swift",
"PrefsCodable/RawRepresentable/RawRepresentablePrefsCodable.swift",
"PrefsKey Prototypes/PrefsKey Prototypes.swift",
"PrefsKey/DefaultedPrefsKey.swift",
"PrefsKey/PrefsKey.swift",
"PrefsSchema/AnyPrefsSchema.swift",
"PrefsSchema/PrefsSchema.swift",
"PrefsSchema/PropertyWrappers/PrefsStorageModeWrapper.swift",
"PrefsSchema/PropertyWrappers/PrefsStorageWrapper.swift",
"PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/AnyPrefsStorage.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageInitializable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+Utilities.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage.swift",
"PrefsStorage Traits Prototypes/JSON/JSON Utilities.swift",
"PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageExportFormat.swift",
"PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageImportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PList Utilities.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportStrategy.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportFormat/PrefsStorageExportFormat.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageMappingExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStoragePassthroughExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportable.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportFormat/PrefsStorageImportFormat.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageMappingImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStoragePassthroughImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageTypedImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportable.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageUpdateStrategy.swift",
"PrefsStorage Traits/PrefsStorageInitializable/PrefsStorageInitializable.swift",
"PrefsStorage/PrefsStorage+DefaultedPrefsKey.swift",
"PrefsStorage/PrefsStorage+PrefsCodable.swift",
"PrefsStorage/PrefsStorage+PrefsKey.swift",
"PrefsStorage/PrefsStorage+Static.swift",
"PrefsStorage/PrefsStorage.swift",
"PrefsStorage/PrefsStorageError.swift",
"PrefsStorage/PrefsStorageMode.swift",
"PrefsStorageValue/PrefsStorageValue Types.swift",
"PrefsStorageValue/PrefsStorageValue.swift",
"Utilities/Concurrency.swift",
"Utilities/NSNumber.swift",
"Utilities/Outsourced/UserDefaults Outsourced.swift",
"Utilities/UserDefaults.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefsMacrosImplementation",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsMacrosImplementation",
"path" : "Sources/SwiftPrefsMacrosImplementation",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntax",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI",
"SwiftPrefsMacrosImplementation"
],
"sources" : [
"PrefMacro/AtomicPrefMacro.swift",
"PrefMacro/CodingPrefMacro.swift",
"PrefMacro/InlinePrefMacro.swift",
"PrefMacro/JSONDataCodablePrefMacro.swift",
"PrefMacro/JSONStringCodablePrefMacro.swift",
"PrefMacro/PrefMacro.swift",
"PrefMacro/PrefMacroError.swift",
"PrefMacro/RawRepresentablePrefMacro.swift",
"PrefsSchemaMacro/PrefsSchemaMacro.swift",
"PrefsSchemaMacro/PrefsSchemaMacroError.swift",
"RawPrefMacro/RawPrefMacro.swift",
"Support/Internal Types.swift",
"Support/PrefMacroUtils.swift",
"SwiftPrefsMacrosPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftPrefsCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsCoreTests",
"path" : "Tests/SwiftPrefsCoreTests",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ActorTests.swift",
"ChainingEncodingStrategiesTests.swift",
"CodableArrayTests.swift",
"CodableDictionaryTests.swift",
"CustomEncodingTests.swift",
"MacroTests.swift",
"PrefsCodable Strategies/Base64StringDataPrefsCodingTests.swift",
"PrefsCodable Strategies/BoolIntegerPrefCodingTests.swift",
"PrefsCodable Strategies/BoolStringPrefsCodingTests.swift",
"PrefsCodable Strategies/CompressedDataPrefsCodingTests.swift",
"PrefsCodable Strategies/ISO8601StringDatePrefsCodingTests.swift",
"PrefsCodable Strategies/IntegerPrefsCodingTests.swift",
"PrefsCodable Strategies/IntegerStringPrefsCodingTests.swift",
"PrefsCodable Strategies/URLStringPrefsCodingTests.swift",
"PrefsSchemaPrefsStorageTests.swift",
"RawPrefsKeyTests.swift",
"RawRepresentableArrayTests.swift",
"RawRepresentableDictionaryTests.swift",
"UserDefaultsPrefsSchemaTests.swift"
],
"target_dependencies" : [
"SwiftPrefsCore",
"SwiftPrefsMacrosImplementation"
],
"type" : "test"
},
{
"c99name" : "SwiftPrefsCore",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsCore",
"path" : "Sources/SwiftPrefsCore",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"sources" : [
"Macro Declarations.swift",
"SwiftPrefsCore.swift"
],
"target_dependencies" : [
"SwiftPrefsTypes",
"SwiftPrefsMacrosImplementation"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefs",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefs",
"path" : "Sources/SwiftPrefs",
"product_memberships" : [
"SwiftPrefs"
],
"sources" : [
"SwiftPrefs.swift"
],
"target_dependencies" : [
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/27] Write sources
[23/27] Write swift-version-2F0A5646E1D333AE.txt
[25/181] Emitting module SwiftSyntax602
[26/181] Compiling SwiftSyntax602 Empty.swift
[27/181] Compiling SwiftSyntax509 Empty.swift
[28/181] Emitting module SwiftSyntax509
[29/181] Compiling SwiftSyntax601 Empty.swift
[30/181] Emitting module SwiftSyntax601
[31/181] Emitting module SwiftSyntax600
[32/181] Compiling SwiftSyntax600 Empty.swift
[33/181] Emitting module SwiftSyntax510
[34/181] Compiling SwiftSyntax510 Empty.swift
[34/181] Compiling _SwiftSyntaxCShims PlatformMutex.c
[36/245] Compiling SwiftSyntax AbsolutePosition.swift
[37/245] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/245] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[39/245] Compiling SwiftSyntax Assert.swift
[40/245] Compiling SwiftSyntax BumpPtrAllocator.swift
[41/245] Compiling SwiftSyntax CommonAncestor.swift
[42/245] Compiling SwiftSyntax Convenience.swift
[43/252] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[44/252] Compiling SwiftSyntax Syntax.swift
[45/252] Compiling SwiftSyntax SyntaxChildren.swift
[46/252] Compiling SwiftSyntax SyntaxCollection.swift
[47/252] Compiling SwiftSyntax SyntaxHashable.swift
[48/252] Compiling SwiftSyntax SyntaxIdentifier.swift
[49/252] Compiling SwiftSyntax SyntaxNodeStructure.swift
[50/252] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[51/252] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[52/252] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[53/252] Compiling SwiftSyntax SyntaxBaseNodes.swift
[54/252] Compiling SwiftSyntax SyntaxProtocol.swift
[55/252] Compiling SwiftSyntax SyntaxText.swift
[56/252] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[57/252] Compiling SwiftSyntax TokenDiagnostic.swift
[58/259] Compiling SwiftSyntax SyntaxNodesEF.swift
[59/259] Compiling SwiftSyntax SyntaxNodesGHI.swift
[60/259] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[61/259] Compiling SwiftSyntax SyntaxNodesOP.swift
[62/259] Compiling SwiftSyntax SyntaxNodesQRS.swift
[63/259] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[64/259] Compiling SwiftPrefsTypes PrefsStorageError.swift
[71/259] Compiling SwiftSyntax SyntaxCollections.swift
[72/259] Compiling SwiftSyntax SyntaxEnum.swift
[73/266] Compiling SwiftSyntax TokenSequence.swift
[74/266] Compiling SwiftSyntax TokenSyntax.swift
[75/266] Compiling SwiftSyntax Trivia.swift
[76/266] Compiling SwiftSyntax Tokens.swift
[77/266] Compiling SwiftSyntax TriviaPieces.swift
[78/266] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[79/266] Compiling SwiftSyntax RawSyntaxNodesC.swift
[80/266] Compiling SwiftSyntax RawSyntaxNodesD.swift
[81/266] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[82/266] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[83/266] Compiling SwiftSyntax CustomTraits.swift
[84/266] Compiling SwiftSyntax EditorPlaceholder.swift
[85/266] Compiling SwiftSyntax Identifier.swift
[86/266] Compiling SwiftSyntax MemoryLayout.swift
[87/266] Compiling SwiftSyntax MissingNodeInitializers.swift
[88/266] Compiling SwiftSyntax RawSyntax.swift
[97/266] Compiling SwiftSyntax RawSyntaxArena.swift
[98/266] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[99/266] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[100/266] Compiling SwiftSyntax RawSyntaxTokenView.swift
[101/266] Compiling SwiftSyntax SourceEdit.swift
[102/266] Compiling SwiftSyntax SourceLength.swift
[103/266] Compiling SwiftSyntax SourceLocation.swift
[104/266] Compiling SwiftSyntax SourcePresence.swift
[113/266] Compiling SwiftSyntax SyntaxKind.swift
[114/266] Compiling SwiftSyntax SyntaxRewriter.swift
[115/266] Compiling SwiftSyntax SyntaxTraits.swift
[116/266] Compiling SwiftSyntax SyntaxVisitor.swift
[117/266] Compiling SwiftSyntax TokenKind.swift
[118/266] Compiling SwiftSyntax Utils.swift
[119/266] Compiling SwiftSyntax ChildNameForKeyPath.swift
[120/266] Compiling SwiftSyntax Keyword.swift
[129/266] Emitting module SwiftPrefsTypes
[162/266] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[163/266] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[164/266] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[165/266] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[166/266] Compiling SwiftSyntax RawSyntaxValidation.swift
[167/266] Compiling SwiftSyntax SyntaxNodesAB.swift
[168/266] Compiling SwiftSyntax SyntaxNodesC.swift
[169/266] Compiling SwiftSyntax SyntaxNodesD.swift
[170/266] Emitting module SwiftPrefsTypes
[194/266] Compiling SwiftPrefsTypes PrefsStorageMode.swift
[195/266] Compiling SwiftPrefsTypes PrefsStorageValue Types.swift
[196/266] Compiling SwiftPrefsTypes PrefsStorageValue.swift
[197/266] Compiling SwiftPrefsTypes Concurrency.swift
[198/266] Compiling SwiftPrefsTypes NSNumber.swift
[199/266] Compiling SwiftPrefsTypes UserDefaults Outsourced.swift
[200/266] Compiling SwiftPrefsTypes UserDefaults.swift
[208/266] Emitting module SwiftSyntax
[265/326] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[266/326] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[267/326] Compiling SwiftBasicFormat Syntax+Extensions.swift
[268/326] Compiling SwiftDiagnostics Message.swift
[269/327] Compiling SwiftDiagnostics Note.swift
[270/327] Compiling SwiftBasicFormat InferIndentation.swift
[271/327] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[272/327] Compiling SwiftDiagnostics FixIt.swift
[273/327] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[274/327] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[275/327] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[276/327] Compiling SwiftDiagnostics Diagnostic.swift
[277/327] Emitting module SwiftDiagnostics
[278/327] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[279/327] Compiling SwiftDiagnostics Convenience.swift
[280/327] Compiling SwiftBasicFormat Indenter.swift
[281/327] Emitting module SwiftBasicFormat
[282/327] Compiling SwiftBasicFormat BasicFormat.swift
[283/327] Compiling SwiftParser StringLiterals.swift
[284/327] Compiling SwiftParser SwiftParserCompatibility.swift
[285/327] Compiling SwiftParser SwiftVersion.swift
[286/327] Compiling SwiftParser SyntaxUtils.swift
[287/327] Compiling SwiftParser TopLevel.swift
[288/327] Compiling SwiftParser TriviaParser.swift
[289/327] Compiling SwiftParser Types.swift
[290/327] Compiling SwiftParser ExperimentalFeatures.swift
[291/331] Compiling SwiftParser TokenConsumer.swift
[292/331] Compiling SwiftParser TokenPrecedence.swift
[293/331] Compiling SwiftParser TokenSpec.swift
[294/331] Compiling SwiftParser TokenSpecSet.swift
[295/331] Compiling SwiftParser RegexLiteralLexer.swift
[296/331] Compiling SwiftParser UnicodeScalarExtensions.swift
[297/331] Compiling SwiftParser Lookahead.swift
[298/331] Compiling SwiftParser LoopProgressCondition.swift
[299/331] Compiling SwiftParser Modifiers.swift
[300/331] Compiling SwiftParser Patterns.swift
[301/331] Compiling SwiftParser Recovery.swift
[302/331] Compiling SwiftParser Specifiers.swift
[303/331] Compiling SwiftParser Statements.swift
[304/331] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[305/331] Compiling SwiftParser Names.swift
[306/331] Compiling SwiftParser Nominals.swift
[307/331] Compiling SwiftParser Parameters.swift
[308/331] Compiling SwiftParser ParseSourceFile.swift
[309/331] Compiling SwiftParser Parser.swift
[310/331] Emitting module SwiftParser
[311/331] Compiling SwiftParser IsValidIdentifier.swift
[312/331] Compiling SwiftParser Cursor.swift
[313/331] Compiling SwiftParser Lexeme.swift
[314/331] Compiling SwiftParser LexemeSequence.swift
[315/331] Compiling SwiftParser Lexer.swift
[316/331] Compiling SwiftParser Declarations.swift
[317/331] Compiling SwiftParser Directives.swift
[318/331] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[319/331] Compiling SwiftParser Expressions.swift
[320/331] Compiling SwiftParser IncrementalParseTransition.swift
[321/331] Compiling SwiftParser Attributes.swift
[322/331] Compiling SwiftParser Availability.swift
[323/331] Compiling SwiftParser CharacterInfo.swift
[324/331] Compiling SwiftParser CollectionNodes+Parsable.swift
[325/331] Compiling SwiftParser CompilerFiles.swift
[326/331] Compiling SwiftParser IsLexerClassified.swift
[327/331] Compiling SwiftParser LayoutNodes+Parsable.swift
[328/331] Compiling SwiftParser Parser+TokenSpecSet.swift
[329/331] Compiling SwiftParser TokenSpecStaticMembers.swift
[330/354] Compiling SwiftOperators PrecedenceGroup.swift
[331/355] Compiling SwiftOperators PrecedenceGraph.swift
[332/355] Compiling SwiftOperators OperatorTable.swift
[333/355] Compiling SwiftOperators OperatorTable+Semantics.swift
[334/355] Compiling SwiftOperators OperatorError.swift
[335/355] Compiling SwiftOperators OperatorError+Diagnostics.swift
[336/355] Compiling SwiftOperators Operator.swift
[337/355] Compiling SwiftOperators OperatorTable+Defaults.swift
[338/355] Emitting module SwiftOperators
[339/355] Compiling SwiftOperators OperatorTable+Folding.swift
[340/355] Compiling SwiftOperators SyntaxSynthesis.swift
[341/355] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[342/355] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[343/355] Compiling SwiftParserDiagnostics Utils.swift
[344/355] Compiling SwiftParserDiagnostics PresenceUtils.swift
[345/355] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[346/356] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[347/356] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[348/356] Compiling SwiftParserDiagnostics MissingNodesError.swift
[349/356] Compiling SwiftParserDiagnostics MissingTokenError.swift
[350/356] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[351/356] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[352/356] Emitting module SwiftParserDiagnostics
[353/356] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[354/356] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[355/371] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[356/371] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[357/371] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[358/371] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[359/372] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[360/372] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[361/372] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[362/372] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[363/372] Compiling SwiftSyntaxBuilder Indenter.swift
[364/372] Compiling SwiftSyntaxBuilder ListBuilder.swift
[365/372] Emitting module SwiftSyntaxBuilder
[366/372] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[367/372] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[368/372] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[369/372] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[370/372] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[371/390] Compiling SwiftSyntaxMacros PreambleMacro.swift
[372/390] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[373/390] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[374/390] Compiling SwiftSyntaxMacros Macro.swift
[375/390] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[376/390] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[377/390] Compiling SwiftSyntaxMacros Macro+Format.swift
[378/390] Compiling SwiftSyntaxMacros MemberMacro.swift
[379/390] Compiling SwiftSyntaxMacros PeerMacro.swift
[380/391] Compiling SwiftSyntaxMacros AttachedMacro.swift
[381/391] Compiling SwiftSyntaxMacros BodyMacro.swift
[382/391] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[383/391] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[384/391] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[385/391] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[386/391] Emitting module SwiftSyntaxMacros
[387/391] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[388/391] Compiling SwiftSyntaxMacros AccessorMacro.swift
[389/391] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[390/401] Emitting module SwiftSyntaxMacroExpansion
[391/401] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[392/401] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[393/401] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[394/401] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[395/401] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[396/401] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[397/401] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[398/401] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[399/401] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[400/413] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[401/414] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[402/414] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[403/414] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[404/414] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[405/414] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[406/414] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[407/414] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[408/414] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[409/414] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[410/414] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[411/414] Emitting module SwiftCompilerPluginMessageHandling
[412/414] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[413/416] Emitting module SwiftCompilerPlugin
[414/416] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[415/430] Compiling SwiftPrefsMacrosImplementation JSONStringCodablePrefMacro.swift
[416/430] Compiling SwiftPrefsMacrosImplementation PrefMacro.swift
[417/430] Emitting module SwiftPrefsMacrosImplementation
[418/431] Compiling SwiftPrefsMacrosImplementation PrefMacroUtils.swift
[419/431] Compiling SwiftPrefsMacrosImplementation PrefsSchemaMacroError.swift
[420/431] Compiling SwiftPrefsMacrosImplementation InlinePrefMacro.swift
[421/431] Compiling SwiftPrefsMacrosImplementation JSONDataCodablePrefMacro.swift
[422/431] Compiling SwiftPrefsMacrosImplementation PrefsSchemaMacro.swift
[423/431] Compiling SwiftPrefsMacrosImplementation PrefMacroError.swift
[424/431] Compiling SwiftPrefsMacrosImplementation RawRepresentablePrefMacro.swift
[425/431] Compiling SwiftPrefsMacrosImplementation Internal Types.swift
[426/431] Compiling SwiftPrefsMacrosImplementation AtomicPrefMacro.swift
[427/431] Compiling SwiftPrefsMacrosImplementation CodingPrefMacro.swift
[428/431] Compiling SwiftPrefsMacrosImplementation RawPrefMacro.swift
[429/431] Compiling SwiftPrefsMacrosImplementation SwiftPrefsMacrosPlugin.swift
[429/431] Write Objects.LinkFileList
[430/431] Linking SwiftPrefsMacrosImplementation-tool
[432/437] Compiling SwiftPrefsCore SwiftPrefsCore.swift
[433/437] Emitting module SwiftPrefsCore
[434/437] Compiling SwiftPrefsCore Macro Declarations.swift
[435/437] Compiling SwiftPrefsCore SwiftPrefsCore.swift
[436/437] Compiling SwiftPrefsCore Macro Declarations.swift
[437/437] Emitting module SwiftPrefsCore
[438/443] Compiling SwiftPrefsUI SystemSettings.swift
[439/443] Compiling SwiftPrefsUI SystemSettings Panel.swift
[440/443] Compiling SwiftPrefsUI SectionFooterView.swift
[441/443] Emitting module SwiftPrefsUI
[442/443] Compiling SwiftPrefsUI SwiftPrefsUI.swift
[443/443] Compiling SwiftPrefsUI MultiplatformSection.swift
[444/445] Emitting module SwiftPrefs
[445/445] Compiling SwiftPrefs SwiftPrefs.swift
Build complete! (35.59s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.80s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (5.09s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "99999999.999.999"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "swift-prefs",
"name" : "swift-prefs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftPrefs",
"targets" : [
"SwiftPrefs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsCore",
"targets" : [
"SwiftPrefsCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsUI",
"targets" : [
"SwiftPrefsUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsMacrosImplementation",
"targets" : [
"SwiftPrefsMacrosImplementation"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftPrefsUI",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsUI",
"path" : "Sources/SwiftPrefsUI",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsUI"
],
"sources" : [
"MultiplatformSection.swift",
"SectionFooterView.swift",
"SwiftPrefsUI.swift",
"SystemSettings/SystemSettings Panel.swift",
"SystemSettings/SystemSettings.swift"
],
"target_dependencies" : [
"SwiftPrefsCore"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefsTypesTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsTypesTests",
"path" : "Tests/SwiftPrefsTypesTests",
"sources" : [
"PrefsStorage Traits/PrefsStorageExportableTests.swift",
"PrefsStorage Traits/PrefsStorageImportableLoadTests.swift",
"PrefsStorage Traits/PrefsStorageImportableTests.swift",
"PrefsStorage Traits/PrefsStorageInitializableTests.swift",
"PrefsStorage/PrefsStorage+Static Tests.swift",
"PrefsStorage/PrefsStorageArrayTests.swift",
"PrefsStorage/PrefsStorageDictionaryTests.swift",
"TestContent/TestContent Basic.swift",
"TestContent/TestContent.swift"
],
"target_dependencies" : [
"SwiftPrefsTypes"
],
"type" : "test"
},
{
"c99name" : "SwiftPrefsTypes",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsTypes",
"path" : "Sources/SwiftPrefsTypes",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"sources" : [
"PrefsCodable Prototypes/AtomicPrefsCoding.swift",
"PrefsCodable Prototypes/CodableArrayPrefsCoding.swift",
"PrefsCodable Prototypes/CodableDictionaryPrefsCoding.swift",
"PrefsCodable Prototypes/CodablePrefsCoding.swift",
"PrefsCodable Prototypes/JSONDataCodablePrefsCoding.swift",
"PrefsCodable Prototypes/JSONStringCodablePrefsCoding.swift",
"PrefsCodable Prototypes/PrefsCoding.swift",
"PrefsCodable Prototypes/PrefsCodingTuple.swift",
"PrefsCodable Prototypes/RawRepresentableArrayPrefsCoding.swift",
"PrefsCodable Prototypes/RawRepresentableDictionaryPrefsCoding.swift",
"PrefsCodable Prototypes/RawRepresentablePrefsCoding.swift",
"PrefsCodable Strategies/Base64StringDataPrefsCoding.swift",
"PrefsCodable Strategies/BoolIntegerPrefsCoding.swift",
"PrefsCodable Strategies/BoolStringPrefsCoding.swift",
"PrefsCodable Strategies/CompressedDataPrefsCoding.swift",
"PrefsCodable Strategies/ISO8601StringDatePrefsCoding.swift",
"PrefsCodable Strategies/IntegerPrefsCoding.swift",
"PrefsCodable Strategies/IntegerStringPrefsCoding.swift",
"PrefsCodable Strategies/URLStringPrefsCoding.swift",
"PrefsCodable/Atomic/AtomicPrefsCodable.swift",
"PrefsCodable/Codable/CodablePrefsCodable.swift",
"PrefsCodable/Codable/JSON/JSONDataCodablePrefsCodable.swift",
"PrefsCodable/Codable/JSON/JSONStringCodablePrefsCodable.swift",
"PrefsCodable/PrefsCodable.swift",
"PrefsCodable/RawRepresentable/PrefsCodable+RawRepresentable.swift",
"PrefsCodable/RawRepresentable/RawRepresentablePrefsCodable.swift",
"PrefsKey Prototypes/PrefsKey Prototypes.swift",
"PrefsKey/DefaultedPrefsKey.swift",
"PrefsKey/PrefsKey.swift",
"PrefsSchema/AnyPrefsSchema.swift",
"PrefsSchema/PrefsSchema.swift",
"PrefsSchema/PropertyWrappers/PrefsStorageModeWrapper.swift",
"PrefsSchema/PropertyWrappers/PrefsStorageWrapper.swift",
"PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/AnyPrefsStorage.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageInitializable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+Utilities.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage.swift",
"PrefsStorage Traits Prototypes/JSON/JSON Utilities.swift",
"PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageExportFormat.swift",
"PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageImportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PList Utilities.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportStrategy.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportFormat/PrefsStorageExportFormat.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageMappingExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStoragePassthroughExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportable.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportFormat/PrefsStorageImportFormat.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageMappingImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStoragePassthroughImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageTypedImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportable.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageUpdateStrategy.swift",
"PrefsStorage Traits/PrefsStorageInitializable/PrefsStorageInitializable.swift",
"PrefsStorage/PrefsStorage+DefaultedPrefsKey.swift",
"PrefsStorage/PrefsStorage+PrefsCodable.swift",
"PrefsStorage/PrefsStorage+PrefsKey.swift",
"PrefsStorage/PrefsStorage+Static.swift",
"PrefsStorage/PrefsStorage.swift",
"PrefsStorage/PrefsStorageError.swift",
"PrefsStorage/PrefsStorageMode.swift",
"PrefsStorageValue/PrefsStorageValue Types.swift",
"PrefsStorageValue/PrefsStorageValue.swift",
"Utilities/Concurrency.swift",
"Utilities/NSNumber.swift",
"Utilities/Outsourced/UserDefaults Outsourced.swift",
"Utilities/UserDefaults.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefsMacrosImplementation",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsMacrosImplementation",
"path" : "Sources/SwiftPrefsMacrosImplementation",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntax",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI",
"SwiftPrefsMacrosImplementation"
],
"sources" : [
"PrefMacro/AtomicPrefMacro.swift",
"PrefMacro/CodingPrefMacro.swift",
"PrefMacro/InlinePrefMacro.swift",
"PrefMacro/JSONDataCodablePrefMacro.swift",
"PrefMacro/JSONStringCodablePrefMacro.swift",
"PrefMacro/PrefMacro.swift",
"PrefMacro/PrefMacroError.swift",
"PrefMacro/RawRepresentablePrefMacro.swift",
"PrefsSchemaMacro/PrefsSchemaMacro.swift",
"PrefsSchemaMacro/PrefsSchemaMacroError.swift",
"RawPrefMacro/RawPrefMacro.swift",
"Support/Internal Types.swift",
"Support/PrefMacroUtils.swift",
"SwiftPrefsMacrosPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftPrefsCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsCoreTests",
"path" : "Tests/SwiftPrefsCoreTests",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ActorTests.swift",
"ChainingEncodingStrategiesTests.swift",
"CodableArrayTests.swift",
"CodableDictionaryTests.swift",
"CustomEncodingTests.swift",
"MacroTests.swift",
"PrefsCodable Strategies/Base64StringDataPrefsCodingTests.swift",
"PrefsCodable Strategies/BoolIntegerPrefCodingTests.swift",
"PrefsCodable Strategies/BoolStringPrefsCodingTests.swift",
"PrefsCodable Strategies/CompressedDataPrefsCodingTests.swift",
"PrefsCodable Strategies/ISO8601StringDatePrefsCodingTests.swift",
"PrefsCodable Strategies/IntegerPrefsCodingTests.swift",
"PrefsCodable Strategies/IntegerStringPrefsCodingTests.swift",
"PrefsCodable Strategies/URLStringPrefsCodingTests.swift",
"PrefsSchemaPrefsStorageTests.swift",
"RawPrefsKeyTests.swift",
"RawRepresentableArrayTests.swift",
"RawRepresentableDictionaryTests.swift",
"UserDefaultsPrefsSchemaTests.swift"
],
"target_dependencies" : [
"SwiftPrefsCore",
"SwiftPrefsMacrosImplementation"
],
"type" : "test"
},
{
"c99name" : "SwiftPrefsCore",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsCore",
"path" : "Sources/SwiftPrefsCore",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"sources" : [
"Macro Declarations.swift",
"SwiftPrefsCore.swift"
],
"target_dependencies" : [
"SwiftPrefsTypes",
"SwiftPrefsMacrosImplementation"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefs",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefs",
"path" : "Sources/SwiftPrefs",
"product_memberships" : [
"SwiftPrefs"
],
"sources" : [
"SwiftPrefs.swift"
],
"target_dependencies" : [
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.