Build Information
Failed to build sebbu-ts-ds, reference main (6697d4
), with Swift 5.10 for watchOS using Xcode 15.4 on 25 Sep 2024 21:11:04 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme sebbu-ts-ds -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarSe32m/sebbu-ts-ds.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MarSe32m/sebbu-ts-ds
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6697d47 Allow this package to be built on Musl
Cloned https://github.com/MarSe32m/sebbu-ts-ds.git
Revision (git rev-parse @):
6697d475037b81e94f4a35415d2adf49fbff7643
SUCCESS checkout https://github.com/MarSe32m/sebbu-ts-ds.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 5.10
Building package at path: $PWD
https://github.com/MarSe32m/sebbu-ts-ds.git
Command line invocation:
/Applications/Xcode-15.4.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/apple/swift-collections.git
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
sebbu-ts-ds: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-collections, sebbu-ts-ds
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "sebbu-ts-ds",
"name" : "sebbu-ts-ds",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "SebbuTSDS",
"targets" : [
"SebbuTSDS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SebbuTSDSTests",
"module_type" : "SwiftTarget",
"name" : "SebbuTSDSTests",
"path" : "Tests/SebbuTSDSTests",
"sources" : [
"LockTests.swift",
"LockedDequeTests.swift",
"LockedQueueTests.swift",
"LockedStackTests.swift",
"MPMCBoundedQueueTests.swift",
"MPSCBoundedQueueTests.swift",
"MPSCQueueTests.swift",
"SPMCBoundedQueueTests.swift",
"SPSCBoundedQueueTests.swift",
"SPSCQueueTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"SebbuTSDS"
],
"type" : "test"
},
{
"c99name" : "SebbuTSDS",
"module_type" : "SwiftTarget",
"name" : "SebbuTSDS",
"path" : "Sources/SebbuTSDS",
"product_dependencies" : [
"DequeModule",
"HeapModule"
],
"product_memberships" : [
"SebbuTSDS"
],
"sources" : [
"Lock Free/Queues/MPMCBoundedQueue.swift",
"Lock Free/Queues/MPSCBoundedQueue.swift",
"Lock Free/Queues/MPSCQueue.swift",
"Lock Free/Queues/SPMCBoundedQueue.swift",
"Lock Free/Queues/SPSCBoundedQueue.swift",
"Lock Free/Queues/SPSCQueue.swift",
"Locked/Heaps/LockedPriorityQueue.swift",
"Locked/Heaps/SpinlockedPriorityQueue.swift",
"Locked/Queues/LockedBoundedQueue.swift",
"Locked/Queues/LockedDeque.swift",
"Locked/Queues/LockedQueue.swift",
"Locked/Queues/SpinlockedBoundedQueue.swift",
"Locked/Queues/SpinlockedDeque.swift",
"Locked/Queues/SpinlockedQueue.swift",
"Locked/Stacks/LockedBoundedStack.swift",
"Locked/Stacks/LockedStack.swift",
"Locked/Stacks/SpinlockedBoundedStack.swift",
"Locked/Stacks/SpinlockedStack.swift",
"Protocols/ConcurrentDeque.swift",
"Protocols/ConcurrentQueue.swift",
"Protocols/ConcurrentStack.swift",
"Utilities/HardwarePause.swift",
"Utilities/Lock.swift",
"Utilities/Spinlock.swift",
"Utilities/Utilities.swift"
],
"target_dependencies" : [
"CSebbuTSDS"
],
"type" : "library"
},
{
"c99name" : "CSebbuTSDS",
"module_type" : "ClangTarget",
"name" : "CSebbuTSDS",
"path" : "Sources/CSebbuTSDS",
"product_memberships" : [
"SebbuTSDS"
],
"sources" : [
"src.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"sebbu-ts-ds"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme sebbu-ts-ds -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-15.4.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 sebbu-ts-ds -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
sebbu-ts-ds: /Users/admin/builder/spi-builder-workspace
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'SebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'SebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'CSebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
Target 'SebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'CSebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'CSebbuTSDS' in project 'sebbu-ts-ds' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /bin/cat /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
Build description signature: 69a46e966e2ea784dd068a49b3db647e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/69a46e966e2ea784dd068a49b3db647e.xcbuilddata
error: The package product 'DequeModule' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SebbuTSDS' from project 'sebbu-ts-ds')
error: The package product 'HeapModule' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SebbuTSDS' from project 'sebbu-ts-ds')
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.4.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 sebbu-ts-ds -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
sebbu-ts-ds: /Users/admin/builder/spi-builder-workspace
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'SebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'SebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'CSebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
Target 'SebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'CSebbuTSDS' in project 'sebbu-ts-ds'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'CSebbuTSDS' in project 'sebbu-ts-ds' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /bin/cat /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
Build description signature: 69a46e966e2ea784dd068a49b3db647e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/69a46e966e2ea784dd068a49b3db647e.xcbuilddata
error: The package product 'DequeModule' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SebbuTSDS' from project 'sebbu-ts-ds')
error: The package product 'HeapModule' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SebbuTSDS' from project 'sebbu-ts-ds')
** BUILD FAILED **
BUILD FAILURE 5.10 watchOS