The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of JSONAPI, reference 5.3.1 (58ebdc), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 28 Apr 2025 18:01:35 UTC.

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONAPI-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/JSONAPI.git
Reference: 5.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattpolzin/JSONAPI
 * tag               5.3.1      -> FETCH_HEAD
HEAD is now at 58ebdc9 Merge pull request #116 from mattpolzin/fix-optional-meta-omit-decode
Cloned https://github.com/mattpolzin/JSONAPI.git
Revision (git rev-parse @):
58ebdc9b104383288cde3028ce0efd552e08c47a
SUCCESS checkout https://github.com/mattpolzin/JSONAPI.git at 5.3.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattpolzin/JSONAPI.git
https://github.com/mattpolzin/JSONAPI.git
{
  "dependencies" : [
    {
      "identity" : "poly",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/Poly.git"
    }
  ],
  "manifest_display_name" : "JSONAPI",
  "name" : "JSONAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONAPI",
      "targets" : [
        "JSONAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONAPITesting",
      "targets" : [
        "JSONAPITesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONAPITests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITests",
      "path" : "Tests/JSONAPITests",
      "sources" : [
        "APIDescription/APIDescriptionTests.swift",
        "APIDescription/stubs/APIDescriptionsStubs.swift",
        "Attribute/Attribute+FunctorTests.swift",
        "Attribute/AttributeTests.swift",
        "Attribute/TransformerTests.swift",
        "Computed Properties/ComputedPropertiesTests.swift",
        "Computed Properties/stubs/ComputedPropertiesStubs.swift",
        "Custom Attributes Tests/CustomAttributesTests.swift",
        "Document/DocumentCompoundResourceTests.swift",
        "Document/DocumentDecodingErrorTests.swift",
        "Document/DocumentTests.swift",
        "Document/SuccessAndErrorDocumentTests.swift",
        "Document/stubs/DocumentStubs.swift",
        "Empty Object Decoder/EmptyObjectDecoderTests.swift",
        "Error/BasicJSONAPIErrorTests.swift",
        "Error/GenericJSONAPIErrorTests.swift",
        "Includes/IncludeTests.swift",
        "Includes/IncludesDecodingErrorTests.swift",
        "Includes/stubs/IncludeStubs.swift",
        "Links/LinksTests.swift",
        "Links/stub/LinkStubs.swift",
        "NonJSONAPIRelatable/NonJSONAPIRelatableTests.swift",
        "Poly/PolyProxyTests.swift",
        "Poly/stubs/PolyStubs.swift",
        "Relationships/RelationshipTests.swift",
        "Relationships/stubs/RelationshipStubs.swift",
        "ResourceBody/ResourceBodyTests.swift",
        "ResourceBody/stubs/ResourceBudyStubs.swift",
        "ResourceObject/ResourceObject+HashableTests.swift",
        "ResourceObject/ResourceObject+ReplacingTests.swift",
        "ResourceObject/ResourceObjectDecodingErrorTests.swift",
        "ResourceObject/ResourceObjectTests.swift",
        "ResourceObject/stubs/ResourceObjectStubs.swift",
        "SparseFields/SparseFieldEncoderTests.swift",
        "SparseFields/SparseFieldsetTests.swift",
        "SwiftIdentifiableTests.swift",
        "Test Helpers/EncodeDecode.swift",
        "Test Helpers/EncodedAttributeTest.swift",
        "Test Helpers/EncodedEntityPropertyTest.swift",
        "Test Helpers/EntityTestTypes.swift",
        "Test Helpers/PrintEncoded.swift",
        "Test Helpers/String+CreatableRawIdType.swift"
      ],
      "target_dependencies" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPITestingTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITestingTests",
      "path" : "Tests/JSONAPITestingTests",
      "sources" : [
        "Attribute+LiteralTests.swift",
        "Comparisons/ArrayCompareTests.swift",
        "Comparisons/AttributesCompareTests.swift",
        "Comparisons/DocumentCompareTests.swift",
        "Comparisons/IncludesCompareTests.swift",
        "Comparisons/RelationshipsCompareTests.swift",
        "Comparisons/ResourceObjectCompareTests.swift",
        "EntityCheckTests.swift",
        "Id+LiteralTests.swift",
        "Relationship+LiteralTests.swift",
        "Test Helpers/EntityTestTypes.swift",
        "Test Helpers/String+CreatableRawIdType.swift"
      ],
      "target_dependencies" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPITesting",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITesting",
      "path" : "Sources/JSONAPITesting",
      "product_memberships" : [
        "JSONAPITesting"
      ],
      "sources" : [
        "Attribute+Literal.swift",
        "Comparisons/ArrayCompare.swift",
        "Comparisons/AttributesCompare.swift",
        "Comparisons/Comparison.swift",
        "Comparisons/DocumentCompare.swift",
        "Comparisons/DocumentDataCompare.swift",
        "Comparisons/IncludesCompare.swift",
        "Comparisons/Optional+AbstractWrapper.swift",
        "Comparisons/RelationshipsCompare.swift",
        "Comparisons/ResourceObjectCompare.swift",
        "Id+Literal.swift",
        "Optional+Literal.swift",
        "Optional+ZipWith.swift",
        "Relationship+Literal.swift",
        "ResourceObjectCheck.swift"
      ],
      "target_dependencies" : [
        "JSONAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONAPI",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPI",
      "path" : "Sources/JSONAPI",
      "product_dependencies" : [
        "Poly"
      ],
      "product_memberships" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "sources" : [
        "Document/APIDescription.swift",
        "Document/CompoundResource.swift",
        "Document/Document.swift",
        "Document/DocumentDecodingError.swift",
        "Document/Includes.swift",
        "Document/ResourceBody.swift",
        "EmptyObjectDecoder.swift",
        "Error/BasicJSONAPIError.swift",
        "Error/GenericJSONAPIError.swift",
        "Error/JSONAPIError.swift",
        "JSONAPICodingError.swift",
        "Meta/Links.swift",
        "Meta/Meta.swift",
        "Resource/Attribute+Functor.swift",
        "Resource/Attribute.swift",
        "Resource/Id.swift",
        "Resource/Poly+PrimaryResource.swift",
        "Resource/Relationship.swift",
        "Resource/Resource Object/ResourceObject+Replacing.swift",
        "Resource/Resource Object/ResourceObject.swift",
        "Resource/Resource Object/ResourceObjectDecodingError.swift",
        "Resource/Transformer.swift",
        "SparseFields/SparseFieldEncoder.swift",
        "SparseFields/SparseFieldset.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mattpolzin/Poly.git
Creating working copy of package ‘Poly’
Checking out 2.8.0 of package ‘Poly’
Resolve Package Graph
Resolved source packages:
  Poly: https://github.com/mattpolzin/Poly.git @ 2.8.0
  JSONAPI: /Users/admin/builder/spi-builder-workspace
resolved source packages: Poly, JSONAPI
{
  "dependencies" : [
    {
      "identity" : "poly",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/Poly.git"
    }
  ],
  "manifest_display_name" : "JSONAPI",
  "name" : "JSONAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONAPI",
      "targets" : [
        "JSONAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONAPITesting",
      "targets" : [
        "JSONAPITesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONAPITests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITests",
      "path" : "Tests/JSONAPITests",
      "sources" : [
        "APIDescription/APIDescriptionTests.swift",
        "APIDescription/stubs/APIDescriptionsStubs.swift",
        "Attribute/Attribute+FunctorTests.swift",
        "Attribute/AttributeTests.swift",
        "Attribute/TransformerTests.swift",
        "Computed Properties/ComputedPropertiesTests.swift",
        "Computed Properties/stubs/ComputedPropertiesStubs.swift",
        "Custom Attributes Tests/CustomAttributesTests.swift",
        "Document/DocumentCompoundResourceTests.swift",
        "Document/DocumentDecodingErrorTests.swift",
        "Document/DocumentTests.swift",
        "Document/SuccessAndErrorDocumentTests.swift",
        "Document/stubs/DocumentStubs.swift",
        "Empty Object Decoder/EmptyObjectDecoderTests.swift",
        "Error/BasicJSONAPIErrorTests.swift",
        "Error/GenericJSONAPIErrorTests.swift",
        "Includes/IncludeTests.swift",
        "Includes/IncludesDecodingErrorTests.swift",
        "Includes/stubs/IncludeStubs.swift",
        "Links/LinksTests.swift",
        "Links/stub/LinkStubs.swift",
        "NonJSONAPIRelatable/NonJSONAPIRelatableTests.swift",
        "Poly/PolyProxyTests.swift",
        "Poly/stubs/PolyStubs.swift",
        "Relationships/RelationshipTests.swift",
        "Relationships/stubs/RelationshipStubs.swift",
        "ResourceBody/ResourceBodyTests.swift",
        "ResourceBody/stubs/ResourceBudyStubs.swift",
        "ResourceObject/ResourceObject+HashableTests.swift",
        "ResourceObject/ResourceObject+ReplacingTests.swift",
        "ResourceObject/ResourceObjectDecodingErrorTests.swift",
        "ResourceObject/ResourceObjectTests.swift",
        "ResourceObject/stubs/ResourceObjectStubs.swift",
        "SparseFields/SparseFieldEncoderTests.swift",
        "SparseFields/SparseFieldsetTests.swift",
        "SwiftIdentifiableTests.swift",
        "Test Helpers/EncodeDecode.swift",
        "Test Helpers/EncodedAttributeTest.swift",
        "Test Helpers/EncodedEntityPropertyTest.swift",
        "Test Helpers/EntityTestTypes.swift",
        "Test Helpers/PrintEncoded.swift",
        "Test Helpers/String+CreatableRawIdType.swift"
      ],
      "target_dependencies" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPITestingTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITestingTests",
      "path" : "Tests/JSONAPITestingTests",
      "sources" : [
        "Attribute+LiteralTests.swift",
        "Comparisons/ArrayCompareTests.swift",
        "Comparisons/AttributesCompareTests.swift",
        "Comparisons/DocumentCompareTests.swift",
        "Comparisons/IncludesCompareTests.swift",
        "Comparisons/RelationshipsCompareTests.swift",
        "Comparisons/ResourceObjectCompareTests.swift",
        "EntityCheckTests.swift",
        "Id+LiteralTests.swift",
        "Relationship+LiteralTests.swift",
        "Test Helpers/EntityTestTypes.swift",
        "Test Helpers/String+CreatableRawIdType.swift"
      ],
      "target_dependencies" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPITesting",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITesting",
      "path" : "Sources/JSONAPITesting",
      "product_memberships" : [
        "JSONAPITesting"
      ],
      "sources" : [
        "Attribute+Literal.swift",
        "Comparisons/ArrayCompare.swift",
        "Comparisons/AttributesCompare.swift",
        "Comparisons/Comparison.swift",
        "Comparisons/DocumentCompare.swift",
        "Comparisons/DocumentDataCompare.swift",
        "Comparisons/IncludesCompare.swift",
        "Comparisons/Optional+AbstractWrapper.swift",
        "Comparisons/RelationshipsCompare.swift",
        "Comparisons/ResourceObjectCompare.swift",
        "Id+Literal.swift",
        "Optional+Literal.swift",
        "Optional+ZipWith.swift",
        "Relationship+Literal.swift",
        "ResourceObjectCheck.swift"
      ],
      "target_dependencies" : [
        "JSONAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONAPI",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPI",
      "path" : "Sources/JSONAPI",
      "product_dependencies" : [
        "Poly"
      ],
      "product_memberships" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "sources" : [
        "Document/APIDescription.swift",
        "Document/CompoundResource.swift",
        "Document/Document.swift",
        "Document/DocumentDecodingError.swift",
        "Document/Includes.swift",
        "Document/ResourceBody.swift",
        "EmptyObjectDecoder.swift",
        "Error/BasicJSONAPIError.swift",
        "Error/GenericJSONAPIError.swift",
        "Error/JSONAPIError.swift",
        "JSONAPICodingError.swift",
        "Meta/Links.swift",
        "Meta/Meta.swift",
        "Resource/Attribute+Functor.swift",
        "Resource/Attribute.swift",
        "Resource/Id.swift",
        "Resource/Poly+PrimaryResource.swift",
        "Resource/Relationship.swift",
        "Resource/Resource Object/ResourceObject+Replacing.swift",
        "Resource/Resource Object/ResourceObject.swift",
        "Resource/Resource Object/ResourceObjectDecodingError.swift",
        "Resource/Transformer.swift",
        "SparseFields/SparseFieldEncoder.swift",
        "SparseFields/SparseFieldset.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JSONAPI",
      "JSONAPI-Package",
      "JSONAPITesting"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONAPI-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme JSONAPI-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  JSONAPI: /Users/admin/builder/spi-builder-workspace
  Poly: https://github.com/mattpolzin/Poly.git @ 2.8.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'JSONAPITesting' in project 'JSONAPI'
        ➜ Explicit dependency on target 'JSONAPITesting' in project 'JSONAPI'
        ➜ Explicit dependency on target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'JSONAPITesting' in project 'JSONAPI'
        ➜ Explicit dependency on target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'Poly' in project 'Poly'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'Poly' in project 'Poly' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0a16745a64eebd0454c2420eceaf4e5f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0a16745a64eebd0454c2420eceaf4e5f.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.DependencyMetadataFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.modulemap (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.DependencyStaticMetadataFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftConstValuesFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-OutputFileMap.json (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.LinkFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftConstValuesFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.LinkFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-OutputFileMap.json (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Poly.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.modulemap (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.modulemap (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.DependencyMetadataFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.DependencyStaticMetadataFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftConstValuesFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.LinkFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-OutputFileMap.json (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.modulemap (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONAPITesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.modulemap (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.DependencyStaticMetadataFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.DependencyMetadataFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONAPI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.modulemap (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Poly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Poly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Poly+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+Codable.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+Codable.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Poly+AllTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+AllTypes.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+AllTypes.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Result+Value.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Result+Value.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Result+Value.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Collection+Poly.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Collection+Poly.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Collection+Poly.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Poly.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Poly+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+CustomStringConvertible.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+CustomStringConvertible.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Poly (in target 'Poly' from project 'Poly')
EmitSwiftModule normal arm64 (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Result+Value.swift (in target 'Poly' from project 'Poly')
SwiftDriverJobDiscovery normal arm64 Compiling Collection+Poly.swift (in target 'Poly' from project 'Poly')
SwiftDriverJobDiscovery normal arm64 Compiling Poly+AllTypes.swift (in target 'Poly' from project 'Poly')
SwiftDriverJobDiscovery normal arm64 Emitting module for Poly (in target 'Poly' from project 'Poly')
SwiftDriver\ Compilation\ Requirements Poly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Poly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Poly-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-Swift.h (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Poly-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftmodule (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftdoc (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.abi.json (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftsourceinfo (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver JSONAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Poly+CustomStringConvertible.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 Compiling\ EmptyObjectDecoder.swift,\ BasicJSONAPIError.swift,\ GenericJSONAPIError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/EmptyObjectDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/BasicJSONAPIError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/GenericJSONAPIError.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/EmptyObjectDecoder.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/BasicJSONAPIError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/GenericJSONAPIError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/GenericJSONAPIError.swift:13:10: warning: associated value 'error' of 'Sendable'-conforming generic enum 'GenericJSONAPIError' has non-sendable type 'ErrorPayload'; this is an error in the Swift 6 language mode
    case error(ErrorPayload)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/GenericJSONAPIError.swift:11:33: note: consider making generic parameter 'ErrorPayload' conform to the 'Sendable' protocol
public enum GenericJSONAPIError<ErrorPayload: Codable & Equatable>: JSONAPIError, CustomStringConvertible {
                                ^
                                                                 , Sendable
SwiftCompile normal arm64 Compiling\ Poly+PrimaryResource.swift,\ Relationship.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Relationship.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift:23:1: warning: extension declares a conformance of imported type 'Poly0' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Poly' introduce this conformance in the future
extension Poly0: CodablePrimaryResource {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift:23:1: note: add '@retroactive' to silence this warning
extension Poly0: CodablePrimaryResource {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Relationship.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Meta.swift,\ Attribute+Functor.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Meta/Meta.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Attribute+Functor.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Meta/Meta.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Attribute+Functor.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Attribute.swift,\ Id.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Id.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Attribute.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Id.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DocumentDecodingError.swift,\ Includes.swift,\ ResourceBody.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/DocumentDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/Includes.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/ResourceBody.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/DocumentDecodingError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/Includes.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/ResourceBody.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONAPIError.swift,\ JSONAPICodingError.swift,\ Links.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/JSONAPIError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/JSONAPICodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Meta/Links.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/JSONAPIError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/JSONAPICodingError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/JSONAPICodingError.swift:10:10: warning: associated value 'quantityMismatch(expected:path:)' of 'Sendable'-conforming enum 'JSONAPICodingError' has non-sendable type 'JSONAPICodingError.Quantity'; this is an error in the Swift 6 language mode
    case quantityMismatch(expected: Quantity, path: [CodingKey])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/JSONAPICodingError.swift:16:17: note: consider making enum 'Quantity' conform to the 'Sendable' protocol
    public enum Quantity: String, Equatable {
                ^
                                           , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Meta/Links.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONAPI (in target 'JSONAPI' from project 'JSONAPI')
EmitSwiftModule normal arm64 (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/GenericJSONAPIError.swift:13:10: warning: associated value 'error' of 'Sendable'-conforming generic enum 'GenericJSONAPIError' has non-sendable type 'ErrorPayload'; this is an error in the Swift 6 language mode
    case error(ErrorPayload)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/GenericJSONAPIError.swift:11:33: note: consider making generic parameter 'ErrorPayload' conform to the 'Sendable' protocol
public enum GenericJSONAPIError<ErrorPayload: Codable & Equatable>: JSONAPIError, CustomStringConvertible {
                                ^
                                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/JSONAPICodingError.swift:10:10: warning: associated value 'quantityMismatch(expected:path:)' of 'Sendable'-conforming enum 'JSONAPICodingError' has non-sendable type 'JSONAPICodingError.Quantity'; this is an error in the Swift 6 language mode
    case quantityMismatch(expected: Quantity, path: [CodingKey])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/JSONAPICodingError.swift:16:17: note: consider making enum 'Quantity' conform to the 'Sendable' protocol
    public enum Quantity: String, Equatable {
                ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift:23:1: warning: extension declares a conformance of imported type 'Poly0' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Poly' introduce this conformance in the future
extension Poly0: CodablePrimaryResource {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift:23:1: note: add '@retroactive' to silence this warning
extension Poly0: CodablePrimaryResource {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource Object/ResourceObjectDecodingError.swift:11:16: warning: stored property 'cause' of 'Sendable'-conforming struct 'ResourceObjectDecodingError' has non-sendable type 'ResourceObjectDecodingError.Cause'; this is an error in the Swift 6 language mode
    public let cause: Cause
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource Object/ResourceObjectDecodingError.swift:16:17: note: consider making enum 'Cause' conform to the 'Sendable' protocol
    public enum Cause: Equatable {
                ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource Object/ResourceObjectDecodingError.swift:12:16: warning: stored property 'location' of 'Sendable'-conforming struct 'ResourceObjectDecodingError' has non-sendable type 'ResourceObjectDecodingError.Location'; this is an error in the Swift 6 language mode
    public let location: Location
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource Object/ResourceObjectDecodingError.swift:29:17: note: consider making enum 'Location' conform to the 'Sendable' protocol
    public enum Location: String, Equatable {
                ^
                                           , Sendable
SwiftCompile normal arm64 Compiling\ SparseFieldEncoder.swift,\ SparseFieldset.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/SparseFields/SparseFieldEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/SparseFields/SparseFieldset.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/SparseFields/SparseFieldEncoder.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/SparseFields/SparseFieldset.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ResourceObjectDecodingError.swift,\ Transformer.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObjectDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Transformer.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObjectDecodingError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource Object/ResourceObjectDecodingError.swift:11:16: warning: stored property 'cause' of 'Sendable'-conforming struct 'ResourceObjectDecodingError' has non-sendable type 'ResourceObjectDecodingError.Cause'; this is an error in the Swift 6 language mode
    public let cause: Cause
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource Object/ResourceObjectDecodingError.swift:16:17: note: consider making enum 'Cause' conform to the 'Sendable' protocol
    public enum Cause: Equatable {
                ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource Object/ResourceObjectDecodingError.swift:12:16: warning: stored property 'location' of 'Sendable'-conforming struct 'ResourceObjectDecodingError' has non-sendable type 'ResourceObjectDecodingError.Location'; this is an error in the Swift 6 language mode
    public let location: Location
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource Object/ResourceObjectDecodingError.swift:29:17: note: consider making enum 'Location' conform to the 'Sendable' protocol
    public enum Location: String, Equatable {
                ^
                                           , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Transformer.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Meta.swift, Attribute+Functor.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ ResourceObject+Replacing.swift,\ ResourceObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObject+Replacing.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObject.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObject+Replacing.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObject.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JSONAPIError.swift, JSONAPICodingError.swift, Links.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ APIDescription.swift,\ CompoundResource.swift,\ Document.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/APIDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/CompoundResource.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/Document.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/APIDescription.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/CompoundResource.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/Document.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SparseFieldEncoder.swift, SparseFieldset.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Attribute.swift, Id.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Poly+Codable.swift (in target 'Poly' from project 'Poly')
SwiftDriverJobDiscovery normal arm64 Compiling ResourceObjectDecodingError.swift, Transformer.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling EmptyObjectDecoder.swift, BasicJSONAPIError.swift, GenericJSONAPIError.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONAPI (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriver\ Compilation\ Requirements JSONAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONAPI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONAPI-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.abi.json (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftdoc (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftsourceinfo (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver JSONAPITesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Relationship+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: warning: extension declares a conformance of imported type 'ToManyRelationship' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: note: add '@retroactive' to silence this warning
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                             ~~~~~~~~~~~~~~~~~~~~~~~~~
                              @retroactive ExpressibleByArrayLiteral
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONAPITesting (in target 'JSONAPITesting' from project 'JSONAPI')
EmitSwiftModule normal arm64 (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByDictionaryLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByArrayLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: warning: extension declares a conformance of imported type 'ToManyRelationship' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: note: add '@retroactive' to silence this warning
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                             ~~~~~~~~~~~~~~~~~~~~~~~~~
                              @retroactive ExpressibleByArrayLiteral
SwiftCompile normal arm64 Compiling\ RelationshipsCompare.swift,\ ResourceObjectCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/RelationshipsCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/RelationshipsCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AttributesCompare.swift,\ Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/AttributesCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/AttributesCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DocumentCompare.swift,\ DocumentDataCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Optional+ZipWith.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Poly+PrimaryResource.swift, Relationship.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ ResourceObjectCheck.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DocumentDecodingError.swift, Includes.swift, ResourceBody.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ Attribute+Literal.swift,\ ArrayCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByDictionaryLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByArrayLiteral
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ Id+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByIntegerLiteral
SwiftDriverJobDiscovery normal arm64 Compiling Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ Optional+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByStringLiteral
SwiftDriverJobDiscovery normal arm64 Compiling ResourceObject+Replacing.swift, ResourceObject.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ IncludesCompare.swift,\ Optional+AbstractWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/IncludesCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/IncludesCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for JSONAPITesting (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriver\ Compilation\ Requirements JSONAPITesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONAPITesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONAPITesting-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftdoc (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.abi.json (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftsourceinfo (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AttributesCompare.swift, Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling RelationshipsCompare.swift, ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling IncludesCompare.swift, Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Attribute+Literal.swift, ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling DocumentCompare.swift, DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriver\ Compilation JSONAPITesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling APIDescription.swift, CompoundResource.swift, Document.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriver\ Compilation JSONAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Poly.swift (in target 'Poly' from project 'Poly')
SwiftDriver\ Compilation Poly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Poly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.o normal (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.o
ExtractAppIntentsMetadata (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Poly --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier poly.Poly --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Poly.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug/Poly.build/Objects-normal/arm64/Poly.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 11:01:34.657 appintentsmetadataprocessor[773:4162] Starting appintentsmetadataprocessor export
2025-04-28 11:01:34.695 appintentsmetadataprocessor[773:4162] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.o (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Poly.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.o normal (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.o
ExtractAppIntentsMetadata (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSONAPI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.JSONAPI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/JSONAPI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 11:01:34.752 appintentsmetadataprocessor[776:4177] Starting appintentsmetadataprocessor export
2025-04-28 11:01:34.783 appintentsmetadataprocessor[776:4177] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.o (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPI.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.o normal (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.o
ExtractAppIntentsMetadata (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSONAPITesting --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.JSONAPITesting --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/JSONAPITesting.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 11:01:34.831 appintentsmetadataprocessor[779:4192] Starting appintentsmetadataprocessor export
2025-04-28 11:01:34.863 appintentsmetadataprocessor[779:4192] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.o (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONAPITesting.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:7aa3be8249c2b95ec50f9f061a0de533722a92ea, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:7aa3be8249c2b95ec50f9f061a0de533722a92ea, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:7aa3be8249c2b95ec50f9f061a0de533722a92ea, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:7aa3be8249c2b95ec50f9f061a0de533722a92ea, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "poly",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/Poly.git"
    }
  ],
  "manifest_display_name" : "JSONAPI",
  "name" : "JSONAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONAPI",
      "targets" : [
        "JSONAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONAPITesting",
      "targets" : [
        "JSONAPITesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONAPITests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITests",
      "path" : "Tests/JSONAPITests",
      "sources" : [
        "APIDescription/APIDescriptionTests.swift",
        "APIDescription/stubs/APIDescriptionsStubs.swift",
        "Attribute/Attribute+FunctorTests.swift",
        "Attribute/AttributeTests.swift",
        "Attribute/TransformerTests.swift",
        "Computed Properties/ComputedPropertiesTests.swift",
        "Computed Properties/stubs/ComputedPropertiesStubs.swift",
        "Custom Attributes Tests/CustomAttributesTests.swift",
        "Document/DocumentCompoundResourceTests.swift",
        "Document/DocumentDecodingErrorTests.swift",
        "Document/DocumentTests.swift",
        "Document/SuccessAndErrorDocumentTests.swift",
        "Document/stubs/DocumentStubs.swift",
        "Empty Object Decoder/EmptyObjectDecoderTests.swift",
        "Error/BasicJSONAPIErrorTests.swift",
        "Error/GenericJSONAPIErrorTests.swift",
        "Includes/IncludeTests.swift",
        "Includes/IncludesDecodingErrorTests.swift",
        "Includes/stubs/IncludeStubs.swift",
        "Links/LinksTests.swift",
        "Links/stub/LinkStubs.swift",
        "NonJSONAPIRelatable/NonJSONAPIRelatableTests.swift",
        "Poly/PolyProxyTests.swift",
        "Poly/stubs/PolyStubs.swift",
        "Relationships/RelationshipTests.swift",
        "Relationships/stubs/RelationshipStubs.swift",
        "ResourceBody/ResourceBodyTests.swift",
        "ResourceBody/stubs/ResourceBudyStubs.swift",
        "ResourceObject/ResourceObject+HashableTests.swift",
        "ResourceObject/ResourceObject+ReplacingTests.swift",
        "ResourceObject/ResourceObjectDecodingErrorTests.swift",
        "ResourceObject/ResourceObjectTests.swift",
        "ResourceObject/stubs/ResourceObjectStubs.swift",
        "SparseFields/SparseFieldEncoderTests.swift",
        "SparseFields/SparseFieldsetTests.swift",
        "SwiftIdentifiableTests.swift",
        "Test Helpers/EncodeDecode.swift",
        "Test Helpers/EncodedAttributeTest.swift",
        "Test Helpers/EncodedEntityPropertyTest.swift",
        "Test Helpers/EntityTestTypes.swift",
        "Test Helpers/PrintEncoded.swift",
        "Test Helpers/String+CreatableRawIdType.swift"
      ],
      "target_dependencies" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPITestingTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITestingTests",
      "path" : "Tests/JSONAPITestingTests",
      "sources" : [
        "Attribute+LiteralTests.swift",
        "Comparisons/ArrayCompareTests.swift",
        "Comparisons/AttributesCompareTests.swift",
        "Comparisons/DocumentCompareTests.swift",
        "Comparisons/IncludesCompareTests.swift",
        "Comparisons/RelationshipsCompareTests.swift",
        "Comparisons/ResourceObjectCompareTests.swift",
        "EntityCheckTests.swift",
        "Id+LiteralTests.swift",
        "Relationship+LiteralTests.swift",
        "Test Helpers/EntityTestTypes.swift",
        "Test Helpers/String+CreatableRawIdType.swift"
      ],
      "target_dependencies" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPITesting",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITesting",
      "path" : "Sources/JSONAPITesting",
      "product_memberships" : [
        "JSONAPITesting"
      ],
      "sources" : [
        "Attribute+Literal.swift",
        "Comparisons/ArrayCompare.swift",
        "Comparisons/AttributesCompare.swift",
        "Comparisons/Comparison.swift",
        "Comparisons/DocumentCompare.swift",
        "Comparisons/DocumentDataCompare.swift",
        "Comparisons/IncludesCompare.swift",
        "Comparisons/Optional+AbstractWrapper.swift",
        "Comparisons/RelationshipsCompare.swift",
        "Comparisons/ResourceObjectCompare.swift",
        "Id+Literal.swift",
        "Optional+Literal.swift",
        "Optional+ZipWith.swift",
        "Relationship+Literal.swift",
        "ResourceObjectCheck.swift"
      ],
      "target_dependencies" : [
        "JSONAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONAPI",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPI",
      "path" : "Sources/JSONAPI",
      "product_dependencies" : [
        "Poly"
      ],
      "product_memberships" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "sources" : [
        "Document/APIDescription.swift",
        "Document/CompoundResource.swift",
        "Document/Document.swift",
        "Document/DocumentDecodingError.swift",
        "Document/Includes.swift",
        "Document/ResourceBody.swift",
        "EmptyObjectDecoder.swift",
        "Error/BasicJSONAPIError.swift",
        "Error/GenericJSONAPIError.swift",
        "Error/JSONAPIError.swift",
        "JSONAPICodingError.swift",
        "Meta/Links.swift",
        "Meta/Meta.swift",
        "Resource/Attribute+Functor.swift",
        "Resource/Attribute.swift",
        "Resource/Id.swift",
        "Resource/Poly+PrimaryResource.swift",
        "Resource/Relationship.swift",
        "Resource/Resource Object/ResourceObject+Replacing.swift",
        "Resource/Resource Object/ResourceObject.swift",
        "Resource/Resource Object/ResourceObjectDecodingError.swift",
        "Resource/Transformer.swift",
        "SparseFields/SparseFieldEncoder.swift",
        "SparseFields/SparseFieldset.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.