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 GeoJSON, reference main (86fcb9), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 09:37:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GeoJSON -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/kiliankoe/GeoJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/GeoJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 86fcb9c add spi manifest
Cloned https://github.com/kiliankoe/GeoJSON.git
Revision (git rev-parse @):
86fcb9c78d4c452a347d8dee64cc5deac35d451e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/GeoJSON.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/GeoJSON.git
https://github.com/kiliankoe/GeoJSON.git
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flight-school/AnyCodable.git"
    }
  ],
  "manifest_display_name" : "GeoJSON",
  "name" : "GeoJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoJSON",
      "targets" : [
        "GeoJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONTests",
      "path" : "Tests/GeoJSONTests",
      "sources" : [
        "DecodingTests.swift",
        "EncodingTests.swift",
        "GeometryTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "GeoJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoJSON",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSON",
      "path" : "Sources/GeoJSON",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "GeoJSON"
      ],
      "sources" : [
        "BoundingBox.swift",
        "Feature.swift",
        "FeatureCollection.swift",
        "GeoJSONDocument.swift",
        "Geometry/Geometry.swift",
        "Geometry/GeometryCollection.swift",
        "Geometry/LineString.swift",
        "Geometry/MultiLineString.swift",
        "Geometry/MultiPoint.swift",
        "Geometry/MultiPolygon.swift",
        "Geometry/Point.swift",
        "Geometry/Polygon.swift",
        "Geometry/Position.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/flight-school/AnyCodable.git
Creating working copy of package ‘AnyCodable’
Checking out 0.6.7 of package ‘AnyCodable’
Resolve Package Graph
Resolved source packages:
  GeoJSON: /Users/admin/builder/spi-builder-workspace
  AnyCodable: https://github.com/flight-school/AnyCodable.git @ 0.6.7
resolved source packages: GeoJSON, AnyCodable
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flight-school/AnyCodable.git"
    }
  ],
  "manifest_display_name" : "GeoJSON",
  "name" : "GeoJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoJSON",
      "targets" : [
        "GeoJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONTests",
      "path" : "Tests/GeoJSONTests",
      "sources" : [
        "DecodingTests.swift",
        "EncodingTests.swift",
        "GeometryTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "GeoJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoJSON",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSON",
      "path" : "Sources/GeoJSON",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "GeoJSON"
      ],
      "sources" : [
        "BoundingBox.swift",
        "Feature.swift",
        "FeatureCollection.swift",
        "GeoJSONDocument.swift",
        "Geometry/Geometry.swift",
        "Geometry/GeometryCollection.swift",
        "Geometry/LineString.swift",
        "Geometry/MultiLineString.swift",
        "Geometry/MultiPoint.swift",
        "Geometry/MultiPolygon.swift",
        "Geometry/Point.swift",
        "Geometry/Polygon.swift",
        "Geometry/Position.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GeoJSON"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GeoJSON -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 GeoJSON -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:
  GeoJSON: /Users/admin/builder/spi-builder-workspace
  AnyCodable: https://github.com/flight-school/AnyCodable.git @ 0.6.7
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'GeoJSON' in project 'GeoJSON'
        ➜ Explicit dependency on target 'GeoJSON' in project 'GeoJSON'
        ➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
    Target 'GeoJSON' in project 'GeoJSON'
        ➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
    Target 'AnyCodable' in project 'AnyCodable'
        ➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
    Target 'AnyCodable' in project 'AnyCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fa35e363c90e5f0cf956ac53cad4d35f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fa35e363c90e5f0cf956ac53cad4d35f.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/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
    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/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/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.DependencyMetadataFileList (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.modulemap (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.DependencyStaticMetadataFileList (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-OutputFileMap.json (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.LinkFileList (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.SwiftConstValuesFileList (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.SwiftFileList (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON_const_extract_protocols.json (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/GeoJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.modulemap (in target 'GeoJSON' from project 'GeoJSON')
    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/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.modulemap (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.modulemap (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    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/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    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 AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_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/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    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 AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_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/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AnyCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver GeoJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GeoJSON' from project 'GeoJSON')
    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 GeoJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON_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/GeoJSON.build/Debug/GeoJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MultiLineString.swift /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/Geometry/MultiLineString.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/Geometry/MultiLineString.swift (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BoundingBox.swift,\ Feature.swift /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/BoundingBox.swift /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/Feature.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/BoundingBox.swift (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ FeatureCollection.swift,\ GeoJSONDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/FeatureCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/GeoJSONDocument.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/FeatureCollection.swift (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for GeoJSON (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriver\ Compilation\ Requirements GeoJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GeoJSON' from project 'GeoJSON')
    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 GeoJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON_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/GeoJSON.build/Debug/GeoJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FeatureCollection.swift, GeoJSONDocument.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftCompile normal arm64 Compiling\ Geometry.swift,\ GeometryCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/Geometry/Geometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/Geometry/GeometryCollection.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/Geometry/Geometry.swift (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/GeoJSON-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-Swift.h (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/GeoJSON-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling BoundingBox.swift, Feature.swift (in target 'GeoJSON' from project 'GeoJSON')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.swiftmodule (in target 'GeoJSON' from project 'GeoJSON')
    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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.swiftdoc (in target 'GeoJSON' from project 'GeoJSON')
    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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.abi.json (in target 'GeoJSON' from project 'GeoJSON')
    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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.swiftsourceinfo (in target 'GeoJSON' from project 'GeoJSON')
    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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ MultiPolygon.swift /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/Geometry/MultiPolygon.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GeoJSON/Geometry/MultiPolygon.swift (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling MultiLineString.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling MultiPoint.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling Point.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling Polygon.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling MultiPolygon.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling Geometry.swift, GeometryCollection.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling LineString.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    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 AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_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/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.o normal (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_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/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o
SwiftDriverJobDiscovery normal arm64 Compiling Position.swift (in target 'GeoJSON' from project 'GeoJSON')
SwiftDriver\ Compilation GeoJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GeoJSON' from project 'GeoJSON')
    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 GeoJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON_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/GeoJSON.build/Debug/GeoJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /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 AnyCodable --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 anycodable.AnyCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:37:29.460 appintentsmetadataprocessor[762:4229] Starting appintentsmetadataprocessor export
2025-04-27 02:37:29.494 appintentsmetadataprocessor[762:4229] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.o normal (in target 'GeoJSON' from project 'GeoJSON')
    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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON_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/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.o
ExtractAppIntentsMetadata (in target 'GeoJSON' from project 'GeoJSON')
    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 GeoJSON --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.GeoJSON --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/GeoJSON.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeoJSON.build/Debug/GeoJSON.build/Objects-normal/arm64/GeoJSON.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:37:29.541 appintentsmetadataprocessor[765:4247] Starting appintentsmetadataprocessor export
2025-04-27 02:37:29.571 appintentsmetadataprocessor[765:4247] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.o (in target 'GeoJSON' from project 'GeoJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GeoJSON.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1ec9203c4843a5ae78298606aa18c73102a5b77c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1ec9203c4843a5ae78298606aa18c73102a5b77c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1ec9203c4843a5ae78298606aa18c73102a5b77c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1ec9203c4843a5ae78298606aa18c73102a5b77c, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flight-school/AnyCodable.git"
    }
  ],
  "manifest_display_name" : "GeoJSON",
  "name" : "GeoJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoJSON",
      "targets" : [
        "GeoJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONTests",
      "path" : "Tests/GeoJSONTests",
      "sources" : [
        "DecodingTests.swift",
        "EncodingTests.swift",
        "GeometryTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "GeoJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoJSON",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSON",
      "path" : "Sources/GeoJSON",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "GeoJSON"
      ],
      "sources" : [
        "BoundingBox.swift",
        "Feature.swift",
        "FeatureCollection.swift",
        "GeoJSONDocument.swift",
        "Geometry/Geometry.swift",
        "Geometry/GeometryCollection.swift",
        "Geometry/LineString.swift",
        "Geometry/MultiLineString.swift",
        "Geometry/MultiPoint.swift",
        "Geometry/MultiPolygon.swift",
        "Geometry/Point.swift",
        "Geometry/Polygon.swift",
        "Geometry/Position.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.