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

Failed to build automerge-repo, reference 0.3.2 (cdeb80), with Swift 6.1 for tvOS using Xcode 16.3 on 29 Apr 2025 19:48:27 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme automerge-repo -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/automerge/automerge-repo-swift.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/automerge/automerge-repo-swift
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at cdeb805 cleaning up documentation - resolving warnings, tweaking a few abstracts, matching code updates (#123)
Cloned https://github.com/automerge/automerge-repo-swift.git
Revision (git rev-parse @):
cdeb8053c3aa2510189429d717ab09e70f134716
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/automerge/automerge-repo-swift.git at 0.3.2
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/automerge/automerge-repo-swift.git
https://github.com/automerge/automerge-repo-swift.git
{
  "dependencies" : [
    {
      "identity" : "automerge-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/automerge/automerge-swift"
    },
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/outfoxx/PotentCodables"
    },
    {
      "identity" : "base58swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.14",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/heckj/Base58Swift"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "automerge-repo",
  "name" : "automerge-repo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AutomergeRepo",
      "targets" : [
        "AutomergeRepo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutomergeRepoTests",
      "module_type" : "SwiftTarget",
      "name" : "AutomergeRepoTests",
      "path" : "Tests/AutomergeRepoTests",
      "sources" : [
        "BS58IdTests.swift",
        "BackoffTests.swift",
        "BaseRepoTests.swift",
        "CBORExperiments.swift",
        "DocHandleTests.swift",
        "DocumentIdTests.swift",
        "ObservingChangesTest.swift",
        "RepoFindTest.swift",
        "RepoHelpers.swift",
        "SharePolicyTests.swift",
        "StorageSubsystemTests.swift",
        "TestNetworkProviders/InMemoryNetwork.swift",
        "TestNetworkProviders/TestOutgoingNetworkProvider.swift",
        "TestNetworkProviders/UnconfiguredTestNetwork.swift",
        "TestStorageProviders/InMemoryStorage.swift",
        "TwoReposWithInMemoryNetworkTests.swift"
      ],
      "target_dependencies" : [
        "AutomergeRepo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutomergeRepo",
      "module_type" : "SwiftTarget",
      "name" : "AutomergeRepo",
      "path" : "Sources/AutomergeRepo",
      "product_dependencies" : [
        "Automerge",
        "PotentCodables",
        "Base58Swift",
        "AsyncAlgorithms",
        "Tracing"
      ],
      "product_memberships" : [
        "AutomergeRepo"
      ],
      "sources" : [
        "AutomergeRepo.swift",
        "DocHandle.swift",
        "DocumentId.swift",
        "EphemeralMessageReceiver.swift",
        "Errors.swift",
        "InternalDocHandle.swift",
        "Networking/Backoff.swift",
        "Networking/NetworkAdapterEvents.swift",
        "Networking/NetworkEventReceiver.swift",
        "Networking/NetworkProvider.swift",
        "Networking/NetworkSubsystem.swift",
        "Networking/Providers/AvailablePeer.swift",
        "Networking/Providers/NWParameters+peerSyncParameters.swift",
        "Networking/Providers/P2PAutomergeSyncProtocol.swift",
        "Networking/Providers/PeerConnectionInfo.swift",
        "Networking/Providers/PeerToPeerConnection.swift",
        "Networking/Providers/PeerToPeerProvider.swift",
        "Networking/Providers/PeerToPeerProviderConfiguration.swift",
        "Networking/Providers/TXTRecordKeys.swift",
        "Networking/Providers/WebSocketProvider.swift",
        "Networking/Providers/WebSocketProviderConfiguration.swift",
        "Networking/Providers/WebSocketProviderState.swift",
        "PeerMetadata.swift",
        "Repo+LogComponent.swift",
        "Repo.swift",
        "RepoTypes.swift",
        "ShareAuthorizing.swift",
        "Storage/DocumentStorage.swift",
        "Storage/StorageProvider.swift",
        "Sync/CBORCoder.swift",
        "Sync/ProtocolState.swift",
        "Sync/SyncV1Msg+encode+decode.swift",
        "Sync/SyncV1Msg+messages.swift",
        "Sync/SyncV1Msg.swift",
        "extensions/Data+hexEncodedString.swift",
        "extensions/NWPathMonitor+paths.swift",
        "extensions/OSLog+extensions.swift",
        "extensions/String+hexEncoding.swift",
        "extensions/TimeInterval+milliseconds.swift",
        "extensions/UUID+bs58String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/apple/swift-async-algorithms
Fetching from https://github.com/outfoxx/PotentCodables
Fetching from https://github.com/automerge/automerge-swift
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/heckj/Base58Swift
Fetching from https://github.com/apple/swift-distributed-tracing
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/sharplet/Regex.git
Fetching from https://github.com/SusanDoggie/Float16.git
Fetching from https://github.com/apple/swift-numerics (cached)
Fetching from https://github.com/apple/swift-service-context.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.2.0 of package ‘swift-distributed-tracing’
Creating working copy of package ‘Float16’
Checking out 1.1.1 of package ‘Float16’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.0 of package ‘swift-async-algorithms’
Creating working copy of package ‘automerge-swift’
Checking out 0.6.1 of package ‘automerge-swift’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-service-context’
Checking out 1.2.0 of package ‘swift-service-context’
Creating working copy of package ‘swift-collections’
Checking out 1.0.6 of package ‘swift-collections’
Creating working copy of package ‘Base58Swift’
Checking out 2.1.15 of package ‘Base58Swift’
Creating working copy of package ‘Regex’
Checking out 2.1.1 of package ‘Regex’
Creating working copy of package ‘BigInt’
Checking out 5.3.0 of package ‘BigInt’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘PotentCodables’
Checking out 3.5.0 of package ‘PotentCodables’
Resolve Package Graph
Resolved source packages:
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.0
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  Automerge: https://github.com/automerge/automerge-swift @ 0.6.1
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
  PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  automerge-repo: /Users/admin/builder/spi-builder-workspace
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.2.0
  Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
resolved source packages: BigInt, swift-collections, swift-service-context, Regex, Automerge, Float16, swift-numerics, PotentCodables, SymbolKit, SwiftDocCPlugin, automerge-repo, swift-distributed-tracing, Base58Swift, swift-async-algorithms
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme automerge-repo -destination generic/platform=tvOS 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 automerge-repo -destination generic/platform=tvOS "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:
  PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
  Automerge: https://github.com/automerge/automerge-swift @ 0.6.1
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  automerge-repo: /Users/admin/builder/spi-builder-workspace
  swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.0
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.2.0
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (31 targets)
    Target 'AutomergeRepo' in project 'automerge-repo'
        ➜ Explicit dependency on target 'AutomergeRepo' in project 'automerge-repo'
        ➜ Explicit dependency on target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'Tracing' in project 'swift-distributed-tracing'
    Target 'AutomergeRepo' in project 'automerge-repo'
        ➜ Explicit dependency on target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'Tracing' in project 'swift-distributed-tracing'
    Target 'Tracing' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'Tracing' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'Instrumentation' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'ServiceContextModule' in project 'swift-service-context'
    Target 'Tracing' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'Instrumentation' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'ServiceContextModule' in project 'swift-service-context'
    Target 'Instrumentation' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'ServiceContextModule' in project 'swift-service-context'
    Target 'ServiceContextModule' in project 'swift-service-context'
        ➜ Explicit dependency on target 'ServiceContextModule' in project 'swift-service-context'
    Target 'ServiceContextModule' in project 'swift-service-context' (no dependencies)
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentJSON' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCBOR' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentASN1' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentYAML' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Cfyaml' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables_PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentYAML' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Cfyaml' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Cfyaml' in project 'PotentCodables' (no dependencies)
    Target 'PotentASN1' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentCBOR' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentJSON' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables_PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections' (no dependencies)
    Target 'DequeModule' in project 'swift-collections' (no dependencies)
    Target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'BigInt' in project 'BigInt' (no dependencies)
    Target 'PotentCodables_PotentCodables' in project 'PotentCodables' (no dependencies)
    Target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'AutomergeUtilities' in project 'Automerge'
        ➜ Explicit dependency on target 'AutomergeUniffi' in project 'Automerge'
    Target 'AutomergeUtilities' in project 'Automerge'
        ➜ Explicit dependency on target 'AutomergeUniffi' in project 'Automerge'
        ➜ Explicit dependency on target 'Automerge' in project 'Automerge'
    Target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'AutomergeUniffi' in project 'Automerge'
    Target 'AutomergeUniffi' in project 'Automerge' (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 -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9fee3820b9a815e96ae4d48967edf1b1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9fee3820b9a815e96ae4d48967edf1b1.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'Automerge' from project 'Automerge')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'Automerge' from project 'Automerge')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'AutomergeUniffi' from project 'Automerge')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'AutomergeRepo' from project 'automerge-repo')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'AutomergeUtilities' from project 'Automerge')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme automerge-repo
(1 failure)
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
Resolved source packages:
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.0
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  Automerge: https://github.com/automerge/automerge-swift @ 0.6.1
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.2.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  automerge-repo: /Users/admin/builder/spi-builder-workspace
  PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
resolved source packages: swift-service-context, Regex, SymbolKit, BigInt, swift-numerics, swift-async-algorithms, SwiftDocCPlugin, Automerge, swift-distributed-tracing, swift-collections, automerge-repo, PotentCodables, Float16, Base58Swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme automerge-repo -destination generic/platform=tvOS
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 automerge-repo -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.0
  Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.2.0
  Automerge: https://github.com/automerge/automerge-swift @ 0.6.1
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  automerge-repo: /Users/admin/builder/spi-builder-workspace
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (31 targets)
    Target 'AutomergeRepo' in project 'automerge-repo'
        ➜ Explicit dependency on target 'AutomergeRepo' in project 'automerge-repo'
        ➜ Explicit dependency on target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'Tracing' in project 'swift-distributed-tracing'
    Target 'AutomergeRepo' in project 'automerge-repo'
        ➜ Explicit dependency on target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'Tracing' in project 'swift-distributed-tracing'
    Target 'Tracing' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'Tracing' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'Instrumentation' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'ServiceContextModule' in project 'swift-service-context'
    Target 'Tracing' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'Instrumentation' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'ServiceContextModule' in project 'swift-service-context'
    Target 'Instrumentation' in project 'swift-distributed-tracing'
        ➜ Explicit dependency on target 'ServiceContextModule' in project 'swift-service-context'
    Target 'ServiceContextModule' in project 'swift-service-context'
        ➜ Explicit dependency on target 'ServiceContextModule' in project 'swift-service-context'
    Target 'ServiceContextModule' in project 'swift-service-context' (no dependencies)
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentJSON' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCBOR' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentASN1' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentYAML' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Cfyaml' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables_PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentYAML' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Cfyaml' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Cfyaml' in project 'PotentCodables' (no dependencies)
    Target 'PotentASN1' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentCBOR' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentJSON' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables_PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections' (no dependencies)
    Target 'DequeModule' in project 'swift-collections' (no dependencies)
    Target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'BigInt' in project 'BigInt' (no dependencies)
    Target 'PotentCodables_PotentCodables' in project 'PotentCodables' (no dependencies)
    Target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'AutomergeUtilities' in project 'Automerge'
        ➜ Explicit dependency on target 'AutomergeUniffi' in project 'Automerge'
    Target 'AutomergeUtilities' in project 'Automerge'
        ➜ Explicit dependency on target 'AutomergeUniffi' in project 'Automerge'
        ➜ Explicit dependency on target 'Automerge' in project 'Automerge'
    Target 'Automerge' in project 'Automerge'
        ➜ Explicit dependency on target 'AutomergeUniffi' in project 'Automerge'
    Target 'AutomergeUniffi' in project 'Automerge' (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 -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9aa9220b711909e78c42c8aa7ad54729
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9aa9220b711909e78c42c8aa7ad54729.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'Automerge' from project 'Automerge')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'AutomergeUtilities' from project 'Automerge')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'AutomergeUniffi' from project 'Automerge')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'Automerge' from project 'Automerge')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework'. (in target 'AutomergeRepo' from project 'automerge-repo')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme automerge-repo
(1 failure)
BUILD FAILURE 6.1 tvOS