Build Information
Failed to build automerge-repo, reference main (cdeb80
), with Swift 6.0 for tvOS using Xcode 16.2 on 2 Dec 2024 10:03:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.2
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: tvOS
Swift version: 6.0
Building package at path: $PWD
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.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/outfoxx/PotentCodables
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/automerge/automerge-swift
Fetching from https://github.com/apple/swift-async-algorithms
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
Fetching from https://github.com/apple/swift-service-context.git
Fetching from https://github.com/sharplet/Regex.git
Fetching from https://github.com/SusanDoggie/Float16.git
Fetching from https://github.com/apple/swift-numerics
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.0 of package ‘swift-async-algorithms’
Creating working copy of package ‘Regex’
Checking out 2.1.1 of package ‘Regex’
Creating working copy of package ‘automerge-swift’
Checking out 0.5.19 of package ‘automerge-swift’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
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.2 of package ‘swift-numerics’
Creating working copy of package ‘swift-collections’
Checking out 1.0.6 of package ‘swift-collections’
Creating working copy of package ‘swift-service-context’
Checking out 1.1.0 of package ‘swift-service-context’
Creating working copy of package ‘BigInt’
Checking out 5.3.0 of package ‘BigInt’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.1.2 of package ‘swift-distributed-tracing’
Creating working copy of package ‘PotentCodables’
Checking out 3.5.0 of package ‘PotentCodables’
Creating working copy of package ‘Base58Swift’
Checking out 2.1.15 of package ‘Base58Swift’
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
automerge-repo: /Users/admin/builder/spi-builder-workspace
swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
swift-service-context: https://github.com/apple/swift-service-context.git @ 1.1.0
swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.1.2
swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.2
Automerge: https://github.com/automerge/automerge-swift @ 0.5.19
PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
Regex: https://github.com/sharplet/Regex.git @ 2.1.1
resolved source packages: SymbolKit, Base58Swift, automerge-repo, swift-collections, swift-service-context, swift-distributed-tracing, swift-async-algorithms, Float16, SwiftDocCPlugin, BigInt, swift-numerics, Automerge, PotentCodables, Regex
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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.1.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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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:
swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.1.2
Regex: https://github.com/sharplet/Regex.git @ 2.1.1
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.2
swift-service-context: https://github.com/apple/swift-service-context.git @ 1.1.0
Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
Automerge: https://github.com/automerge/automerge-swift @ 0.5.19
PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
automerge-repo: /Users/admin/builder/spi-builder-workspace
swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
Prepare packages
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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 6b9aa6fa439372813241864c7730db3c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6b9aa6fa439372813241864c7730db3c.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 '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 'AutomergeRepo' from project 'automerge-repo')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme automerge-repo
(1 failure)
Command line invocation:
/Applications/Xcode-16.1.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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
Resolved source packages:
Base58Swift: https://github.com/heckj/Base58Swift @ 2.1.15
Regex: https://github.com/sharplet/Regex.git @ 2.1.1
swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
PotentCodables: https://github.com/outfoxx/PotentCodables @ 3.5.0
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.1.0
automerge-repo: /Users/admin/builder/spi-builder-workspace
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.2
swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing @ 1.1.2
Automerge: https://github.com/automerge/automerge-swift @ 0.5.19
Prepare packages
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
/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 '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 '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 'Automerge' from project 'Automerge')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme automerge-repo
(1 failure)
BUILD FAILURE 6.0 tvOS