The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PrefsKit, reference 1.3.6 (7e2b2e), with Swift 6.1 for macOS (SPM) on 30 Aug 2025 00:35:53 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/PrefsKit.git
Reference: 1.3.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/PrefsKit
 * tag               1.3.6      -> FETCH_HEAD
HEAD is now at 7e2b2e7 Updated GitHub CI
Cloned https://github.com/orchetect/PrefsKit.git
Revision (git rev-parse @):
7e2b2e7c4d499bb292ccae7ea4b5597f79eaa20d
SUCCESS checkout https://github.com/orchetect/PrefsKit.git at 1.3.6
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.53s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (4.88s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "prefskit",
      "name": "PrefsKit",
      "url": "https://github.com/orchetect/PrefsKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PrefsKit",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/orchetect/PrefsKit.git
[1/2706] Fetching prefskit
Fetched https://github.com/orchetect/PrefsKit.git from cache (0.86s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.96s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/orchetect/PrefsKit.git
Working copy of https://github.com/orchetect/PrefsKit.git resolved at 1.3.6 (7e2b2e7)
warning: '.resolve-product-dependencies': dependency 'prefskit' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orchetect/PrefsKit.git
https://github.com/orchetect/PrefsKit.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "PrefsKit",
  "name" : "PrefsKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "PrefsKit",
      "targets" : [
        "PrefsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitCore",
      "targets" : [
        "PrefsKitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitUI",
      "targets" : [
        "PrefsKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitMacrosImplementation",
      "targets" : [
        "PrefsKitMacrosImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrefsKitUI",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitUI",
      "path" : "Sources/PrefsKitUI",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitUI"
      ],
      "sources" : [
        "MultiplatformSection.swift",
        "PrefsKitUI.swift",
        "SectionFooterView.swift",
        "SystemSettings/SystemSettings Panel.swift",
        "SystemSettings/SystemSettings.swift"
      ],
      "target_dependencies" : [
        "PrefsKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrefsKitTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitTypesTests",
      "path" : "Tests/PrefsKitTypesTests",
      "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" : [
        "PrefsKitTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrefsKitTypes",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitTypes",
      "path" : "Sources/PrefsKitTypes",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "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" : "PrefsKitMacrosImplementation",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitMacrosImplementation",
      "path" : "Sources/PrefsKitMacrosImplementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI",
        "PrefsKitMacrosImplementation"
      ],
      "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",
        "PrefsKitMacrosPlugin.swift",
        "PrefsSchemaMacro/PrefsSchemaMacro.swift",
        "PrefsSchemaMacro/PrefsSchemaMacroError.swift",
        "RawPrefMacro/RawPrefMacro.swift",
        "Support/Internal Types.swift",
        "Support/PrefMacroUtils.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PrefsKitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitCoreTests",
      "path" : "Tests/PrefsKitCoreTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "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" : [
        "PrefsKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrefsKitCore",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitCore",
      "path" : "Sources/PrefsKitCore",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "sources" : [
        "Macro Declarations.swift",
        "PrefsKitCore.swift"
      ],
      "target_dependencies" : [
        "PrefsKitTypes",
        "PrefsKitMacrosImplementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrefsKit",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKit",
      "path" : "Sources/PrefsKit",
      "product_memberships" : [
        "PrefsKit"
      ],
      "sources" : [
        "PrefsKit.swift"
      ],
      "target_dependencies" : [
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "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/23] Write sources
[19/23] Compiling _SwiftSyntaxCShims dummy.c
[20/23] Write swift-version-2F0A5646E1D333AE.txt
[22/101] Emitting module SwiftSyntax509
[23/101] Compiling SwiftSyntax509 Empty.swift
[24/101] Compiling SwiftSyntax600 Empty.swift
[25/101] Emitting module SwiftSyntax600
[26/101] Compiling SwiftSyntax510 Empty.swift
[27/101] Emitting module SwiftSyntax510
[28/166] Compiling SwiftSyntax SourceEdit.swift
[29/166] Compiling SwiftSyntax SourceLength.swift
[30/166] Compiling SwiftSyntax SourceLocation.swift
[31/166] Compiling SwiftSyntax SourcePresence.swift
[32/166] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[33/166] Compiling SwiftSyntax Syntax.swift
[34/166] Compiling SwiftSyntax SyntaxArena.swift
[35/173] Compiling SwiftSyntax SyntaxProtocol.swift
[36/173] Compiling SwiftSyntax SyntaxText.swift
[37/173] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[38/173] Compiling SwiftSyntax TokenDiagnostic.swift
[39/173] Compiling SwiftSyntax TokenSequence.swift
[40/173] Compiling SwiftSyntax TokenSyntax.swift
[41/173] Compiling SwiftSyntax Trivia.swift
[42/173] Compiling SwiftSyntax MemoryLayout.swift
[43/173] Compiling SwiftSyntax MissingNodeInitializers.swift
[44/173] Compiling SwiftSyntax RawSyntax.swift
[45/173] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[46/173] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[47/173] Compiling SwiftSyntax RawSyntaxTokenView.swift
[48/173] Compiling SwiftSyntax SyntaxCollections.swift
[49/173] Compiling SwiftSyntax SyntaxEnum.swift
[50/180] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[51/180] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[52/180] Compiling SwiftSyntax SyntaxBaseNodes.swift
[53/180] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[54/180] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[55/180] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[56/180] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[57/180] Compiling SwiftSyntax RawSyntaxValidation.swift
[58/180] Compiling SwiftSyntax SyntaxNodesAB.swift
[59/180] Compiling SwiftSyntax SyntaxNodesC.swift
[60/180] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[61/180] Compiling SwiftSyntax SyntaxChildren.swift
[62/180] Compiling SwiftSyntax SyntaxCollection.swift
[63/180] Compiling SwiftSyntax SyntaxHashable.swift
[64/180] Compiling SwiftSyntax SyntaxIdentifier.swift
[65/180] Compiling SwiftSyntax SyntaxNodeFactory.swift
[70/180] Compiling SwiftSyntax Utils.swift
[71/180] Compiling SwiftSyntax ChildNameForKeyPath.swift
[72/180] Compiling SwiftSyntax Keyword.swift
[73/180] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[74/180] Compiling SwiftSyntax SyntaxKind.swift
[75/180] Compiling SwiftSyntax SyntaxRewriter.swift
[76/180] Compiling SwiftSyntax SyntaxTraits.swift
[77/180] Compiling SwiftSyntax SyntaxVisitor.swift
[78/180] Compiling SwiftSyntax TokenKind.swift
[82/180] Emitting module PrefsKitTypes
[90/180] Compiling SwiftSyntax AbsolutePosition.swift
[91/180] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[92/180] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[93/180] Compiling SwiftSyntax Assert.swift
[94/180] Compiling SwiftSyntax BumpPtrAllocator.swift
[95/180] Compiling SwiftSyntax CommonAncestor.swift
[96/180] Compiling SwiftSyntax Convenience.swift
[97/180] Compiling SwiftSyntax CustomTraits.swift
[98/180] Compiling SwiftSyntax Identifier.swift
[99/180] Compiling SwiftSyntax SyntaxNodeStructure.swift
[100/180] Compiling SwiftSyntax Tokens.swift
[101/180] Compiling SwiftSyntax TriviaPieces.swift
[102/180] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[103/180] Compiling SwiftSyntax RawSyntaxNodesC.swift
[104/180] Compiling SwiftSyntax RawSyntaxNodesD.swift
[105/180] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[106/180] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[107/180] Compiling SwiftSyntax SyntaxNodesD.swift
[108/180] Compiling SwiftSyntax SyntaxNodesEF.swift
[109/180] Compiling SwiftSyntax SyntaxNodesGHI.swift
[110/180] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[111/180] Compiling SwiftSyntax SyntaxNodesOP.swift
[112/180] Compiling SwiftSyntax SyntaxNodesQRS.swift
[113/180] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[114/180] Compiling PrefsKitTypes PrefsStorageMode.swift
[115/180] Compiling PrefsKitTypes PrefsStorageValue Types.swift
[116/180] Compiling PrefsKitTypes PrefsStorageValue.swift
[117/180] Compiling PrefsKitTypes Concurrency.swift
[118/180] Compiling PrefsKitTypes NSNumber.swift
[119/180] Compiling PrefsKitTypes UserDefaults Outsourced.swift
[120/180] Compiling PrefsKitTypes UserDefaults.swift
[121/180] Emitting module SwiftSyntax
[179/238] Compiling SwiftBasicFormat Syntax+Extensions.swift
[180/238] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[181/238] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[182/238] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[183/238] Emitting module SwiftDiagnostics
[184/239] Compiling SwiftDiagnostics Message.swift
[185/239] Compiling SwiftDiagnostics Note.swift
[186/239] Compiling SwiftBasicFormat InferIndentation.swift
[187/239] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[188/239] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[189/239] Compiling SwiftDiagnostics FixIt.swift
[190/239] Compiling SwiftDiagnostics Convenience.swift
[191/239] Compiling SwiftDiagnostics Diagnostic.swift
[192/239] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[193/239] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[194/239] Emitting module SwiftBasicFormat
[195/239] Compiling SwiftBasicFormat BasicFormat.swift
[196/239] Compiling SwiftParser TopLevel.swift
[197/239] Compiling SwiftParser TriviaParser.swift
[198/239] Compiling SwiftParser Types.swift
[199/239] Compiling SwiftParser ExperimentalFeatures.swift
[200/243] Compiling SwiftParser Nominals.swift
[201/243] Compiling SwiftParser Parameters.swift
[202/243] Compiling SwiftParser ParseSourceFile.swift
[203/243] Compiling SwiftParser Parser.swift
[204/243] Compiling SwiftParser Patterns.swift
[205/243] Compiling SwiftParser UnicodeScalarExtensions.swift
[206/243] Compiling SwiftParser Lookahead.swift
[207/243] Compiling SwiftParser LoopProgressCondition.swift
[208/243] Compiling SwiftParser Modifiers.swift
[209/243] Compiling SwiftParser Names.swift
[210/243] Compiling SwiftParser StringLiterals.swift
[211/243] Compiling SwiftParser SwiftParserCompatibility.swift
[212/243] Compiling SwiftParser SwiftVersion.swift
[213/243] Compiling SwiftParser SyntaxUtils.swift
[214/243] Compiling SwiftParser TokenConsumer.swift
[215/243] Compiling SwiftParser TokenPrecedence.swift
[216/243] Compiling SwiftParser TokenSpec.swift
[217/243] Compiling SwiftParser TokenSpecSet.swift
[218/243] Compiling SwiftParser Recovery.swift
[219/243] Compiling SwiftParser Specifiers.swift
[220/243] Compiling SwiftParser Statements.swift
[221/243] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[222/243] Emitting module SwiftParser
[223/243] Compiling SwiftParser Directives.swift
[224/243] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[225/243] Compiling SwiftParser Expressions.swift
[226/243] Compiling SwiftParser IncrementalParseTransition.swift
[227/243] Compiling SwiftParser IsValidIdentifier.swift
[228/243] Compiling SwiftParser Cursor.swift
[229/243] Compiling SwiftParser Lexeme.swift
[230/243] Compiling SwiftParser LexemeSequence.swift
[231/243] Compiling SwiftParser Lexer.swift
[232/243] Compiling SwiftParser RegexLiteralLexer.swift
[233/243] Compiling SwiftParser Attributes.swift
[234/243] Compiling SwiftParser Availability.swift
[235/243] Compiling SwiftParser CharacterInfo.swift
[236/243] Compiling SwiftParser CollectionNodes+Parsable.swift
[237/243] Compiling SwiftParser Declarations.swift
[238/243] Compiling SwiftParser IsLexerClassified.swift
[239/243] Compiling SwiftParser LayoutNodes+Parsable.swift
[240/243] Compiling SwiftParser Parser+TokenSpecSet.swift
[241/243] Compiling SwiftParser TokenSpecStaticMembers.swift
[242/266] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[243/267] Compiling SwiftOperators PrecedenceGroup.swift
[244/268] Compiling SwiftOperators OperatorTable+Folding.swift
[245/268] Compiling SwiftOperators PrecedenceGraph.swift
[246/268] Compiling SwiftOperators OperatorTable.swift
[247/268] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[248/268] Compiling SwiftOperators OperatorTable+Defaults.swift
[249/268] Compiling SwiftOperators OperatorError+Diagnostics.swift
[250/268] Compiling SwiftOperators OperatorError.swift
[251/268] Compiling SwiftOperators OperatorTable+Semantics.swift
[252/268] Emitting module SwiftOperators
[253/268] Compiling SwiftOperators Operator.swift
[254/268] Compiling SwiftOperators SyntaxSynthesis.swift
[255/268] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[256/268] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[257/268] Compiling SwiftParserDiagnostics Utils.swift
[258/268] Compiling SwiftParserDiagnostics PresenceUtils.swift
[259/268] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[260/268] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[261/268] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[262/268] Compiling SwiftParserDiagnostics MissingNodesError.swift
[263/268] Compiling SwiftParserDiagnostics MissingTokenError.swift
[264/268] Emitting module SwiftParserDiagnostics
[265/268] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[266/268] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[267/283] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[268/283] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[269/283] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[270/283] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[271/284] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[272/284] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[273/284] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[274/284] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[275/284] Compiling SwiftSyntaxBuilder Indenter.swift
[276/284] Compiling SwiftSyntaxBuilder ListBuilder.swift
[277/284] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[278/284] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[279/284] Emitting module SwiftSyntaxBuilder
[280/284] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[281/284] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[282/284] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[283/302] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[284/302] Compiling SwiftSyntaxMacros AccessorMacro.swift
[285/303] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[286/303] Compiling SwiftSyntaxMacros Macro+Format.swift
[287/303] Compiling SwiftSyntaxMacros PreambleMacro.swift
[288/303] Compiling SwiftSyntaxMacros Macro.swift
[289/303] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[290/303] Compiling SwiftSyntaxMacros AttachedMacro.swift
[291/303] Compiling SwiftSyntaxMacros BodyMacro.swift
[292/303] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[293/303] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[294/303] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[295/303] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[296/303] Compiling SwiftSyntaxMacros MemberMacro.swift
[297/303] Compiling SwiftSyntaxMacros PeerMacro.swift
[298/303] Emitting module SwiftSyntaxMacros
[299/303] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[300/303] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[301/303] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[302/313] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[303/313] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[304/313] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[305/313] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[306/313] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[307/313] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[308/313] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[309/313] Emitting module SwiftSyntaxMacroExpansion
[310/313] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[311/313] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[312/325] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[313/325] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[314/325] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[315/325] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[316/325] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[317/325] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[318/325] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[319/325] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[320/325] Emitting module SwiftCompilerPluginMessageHandling
[321/325] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[322/325] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[323/325] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[324/326] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[325/328] Emitting module SwiftCompilerPlugin
[326/328] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[327/342] Compiling PrefsKitMacrosImplementation PrefsSchemaMacroError.swift
[328/342] Compiling PrefsKitMacrosImplementation PrefsSchemaMacro.swift
[329/343] Compiling PrefsKitMacrosImplementation PrefMacroError.swift
[330/343] Compiling PrefsKitMacrosImplementation RawRepresentablePrefMacro.swift
[331/343] Compiling PrefsKitMacrosImplementation AtomicPrefMacro.swift
[332/343] Compiling PrefsKitMacrosImplementation CodingPrefMacro.swift
[333/343] Compiling PrefsKitMacrosImplementation InlinePrefMacro.swift
[334/343] Compiling PrefsKitMacrosImplementation JSONDataCodablePrefMacro.swift
[335/343] Emitting module PrefsKitMacrosImplementation
[336/343] Compiling PrefsKitMacrosImplementation JSONStringCodablePrefMacro.swift
[337/343] Compiling PrefsKitMacrosImplementation PrefMacro.swift
[338/343] Compiling PrefsKitMacrosImplementation Internal Types.swift
[339/343] Compiling PrefsKitMacrosImplementation PrefsKitMacrosPlugin.swift
[340/343] Compiling PrefsKitMacrosImplementation RawPrefMacro.swift
[341/343] Compiling PrefsKitMacrosImplementation PrefMacroUtils.swift
[341/343] Write Objects.LinkFileList
[342/343] Linking PrefsKitMacrosImplementation-tool
[344/346] Emitting module PrefsKitCore
[345/346] Compiling PrefsKitCore PrefsKitCore.swift
[346/346] Compiling PrefsKitCore Macro Declarations.swift
[347/352] Compiling PrefsKitUI SystemSettings Panel.swift
[348/352] Compiling PrefsKitUI SystemSettings.swift
[349/352] Compiling PrefsKitUI MultiplatformSection.swift
[350/352] Compiling PrefsKitUI PrefsKitUI.swift
[351/352] Emitting module PrefsKitUI
[352/352] Compiling PrefsKitUI SectionFooterView.swift
[353/354] Compiling PrefsKit PrefsKit.swift
[354/354] Emitting module PrefsKit
Build complete! (31.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "PrefsKit",
  "name" : "PrefsKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "PrefsKit",
      "targets" : [
        "PrefsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitCore",
      "targets" : [
        "PrefsKitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitUI",
      "targets" : [
        "PrefsKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitMacrosImplementation",
      "targets" : [
        "PrefsKitMacrosImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrefsKitUI",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitUI",
      "path" : "Sources/PrefsKitUI",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitUI"
      ],
      "sources" : [
        "MultiplatformSection.swift",
        "PrefsKitUI.swift",
        "SectionFooterView.swift",
        "SystemSettings/SystemSettings Panel.swift",
        "SystemSettings/SystemSettings.swift"
      ],
      "target_dependencies" : [
        "PrefsKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrefsKitTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitTypesTests",
      "path" : "Tests/PrefsKitTypesTests",
      "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" : [
        "PrefsKitTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrefsKitTypes",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitTypes",
      "path" : "Sources/PrefsKitTypes",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "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" : "PrefsKitMacrosImplementation",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitMacrosImplementation",
      "path" : "Sources/PrefsKitMacrosImplementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI",
        "PrefsKitMacrosImplementation"
      ],
      "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",
        "PrefsKitMacrosPlugin.swift",
        "PrefsSchemaMacro/PrefsSchemaMacro.swift",
        "PrefsSchemaMacro/PrefsSchemaMacroError.swift",
        "RawPrefMacro/RawPrefMacro.swift",
        "Support/Internal Types.swift",
        "Support/PrefMacroUtils.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PrefsKitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitCoreTests",
      "path" : "Tests/PrefsKitCoreTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "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" : [
        "PrefsKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrefsKitCore",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitCore",
      "path" : "Sources/PrefsKitCore",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "sources" : [
        "Macro Declarations.swift",
        "PrefsKitCore.swift"
      ],
      "target_dependencies" : [
        "PrefsKitTypes",
        "PrefsKitMacrosImplementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrefsKit",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKit",
      "path" : "Sources/PrefsKit",
      "product_memberships" : [
        "PrefsKit"
      ],
      "sources" : [
        "PrefsKit.swift"
      ],
      "target_dependencies" : [
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.