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 main (cdeb80), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2025 19:47:53 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=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/automerge/automerge-repo-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/automerge/automerge-repo-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         watchOS
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/outfoxx/PotentCodables
Fetching from https://github.com/apple/swift-async-algorithms
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/automerge/automerge-swift
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/SusanDoggie/Float16.git
Fetching from https://github.com/sharplet/Regex.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 ‘Regex’
Checking out 2.1.1 of package ‘Regex’
Creating working copy of package ‘Float16’
Checking out 1.1.1 of package ‘Float16’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-service-context’
Checking out 1.2.0 of package ‘swift-service-context’
Creating working copy of package ‘Base58Swift’
Checking out 2.1.15 of package ‘Base58Swift’
Creating working copy of package ‘PotentCodables’
Checking out 3.5.0 of package ‘PotentCodables’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.2.0 of package ‘swift-distributed-tracing’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘automerge-swift’
Checking out 0.6.1 of package ‘automerge-swift’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.0 of package ‘swift-async-algorithms’
Creating working copy of package ‘BigInt’
Checking out 5.3.0 of package ‘BigInt’
Creating working copy of package ‘swift-collections’
Checking out 1.0.6 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.2.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
  PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
  Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  automerge-repo: /Users/admin/builder/spi-builder-workspace
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.0
  Automerge: https://github.com/automerge/automerge-swift @ 0.6.1
resolved source packages: SymbolKit, Float16, swift-collections, swift-distributed-tracing, SwiftDocCPlugin, swift-numerics, PotentCodables, Base58Swift, Regex, BigInt, swift-async-algorithms, automerge-repo, swift-service-context, Automerge
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=watchOS 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=watchOS "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:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  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
  automerge-repo: /Users/admin/builder/spi-builder-workspace
  Automerge: https://github.com/automerge/automerge-swift @ 0.6.1
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/WatchOS.platform/Developer/SDKs/WatchOS11.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3df6b04eca2d7ff39b6c2424359c93cf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3df6b04eca2d7ff39b6c2424359c93cf.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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')
** 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:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  automerge-repo: /Users/admin/builder/spi-builder-workspace
  PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.2.0
  Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
  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-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.0
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
resolved source packages: SymbolKit, swift-collections, swift-numerics, SwiftDocCPlugin, automerge-repo, PotentCodables, swift-distributed-tracing, Base58Swift, Regex, Automerge, Float16, swift-async-algorithms, swift-service-context, BigInt
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=watchOS
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=watchOS
Resolve Package Graph
Resolved source packages:
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.2.0
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.0
  Automerge: https://github.com/automerge/automerge-swift @ 0.6.1
  swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  automerge-repo: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
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/WatchOS.platform/Developer/SDKs/WatchOS11.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2b0e4a58bce7b503bd86e2e324468272
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2b0e4a58bce7b503bd86e2e324468272.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/automerge-swift/automergeFFI/automergeFFI.xcframework:1:1: error: While building for watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme automerge-repo
(1 failure)
BUILD FAILURE 6.1 watchOS