Build Information
Failed to build swift-cluster-membership, reference 0.3.2 (209b84
), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 22:02:46 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-cluster-membership.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-cluster-membership
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at 209b849 Only apply standard swift settings on valid targets (#111)
Cloned https://github.com/apple/swift-cluster-membership.git
Revision (git rev-parse @):
209b849607be463475e354c35d6e48d36b70d57c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cluster-membership.git at 0.3.2
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-cluster-membership.git
https://github.com/apple/swift-cluster-membership.git
{
"cxx_language_standard" : "c++11",
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.19.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
}
],
"manifest_display_name" : "swift-cluster-membership",
"name" : "swift-cluster-membership",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ClusterMembership",
"targets" : [
"ClusterMembership"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SWIM",
"targets" : [
"SWIM"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SWIMNIOExample",
"targets" : [
"SWIMNIOExample"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SWIMTests",
"module_type" : "SwiftTarget",
"name" : "SWIMTests",
"path" : "Tests/SWIMTests",
"sources" : [
"HeapTests.swift",
"SWIMInstanceTests.swift",
"SWIMMetricsTests.swift",
"SWIMSettingsTests.swift",
"TestPeer.swift"
],
"target_dependencies" : [
"SWIM",
"SWIMTestKit"
],
"type" : "test"
},
{
"c99name" : "SWIMTestKit",
"module_type" : "SwiftTarget",
"name" : "SWIMTestKit",
"path" : "Tests/SWIMTestKit",
"product_dependencies" : [
"NIO",
"Logging",
"Metrics"
],
"sources" : [
"LogCapture.swift",
"TestMetrics.swift"
],
"target_dependencies" : [
"SWIM"
],
"type" : "test"
},
{
"c99name" : "SWIMNIOExampleTests",
"module_type" : "SwiftTarget",
"name" : "SWIMNIOExampleTests",
"path" : "Tests/SWIMNIOExampleTests",
"sources" : [
"CodingTests.swift",
"SWIMNIOClusteredTests.swift",
"SWIMNIOEventClusteredTests.swift",
"SWIMNIOMetricsTests.swift",
"Utils/BaseXCTestCases.swift"
],
"target_dependencies" : [
"SWIMNIOExample",
"SWIMTestKit"
],
"type" : "test"
},
{
"c99name" : "SWIMNIOExample",
"module_type" : "SwiftTarget",
"name" : "SWIMNIOExample",
"path" : "Sources/SWIMNIOExample",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOConcurrencyHelpers",
"NIOExtras",
"Logging",
"Metrics"
],
"product_memberships" : [
"SWIMNIOExample"
],
"sources" : [
"Coding.swift",
"Logging.swift",
"Message.swift",
"NIOPeer.swift",
"SWIMNIOHandler.swift",
"SWIMNIOShell.swift",
"Settings.swift",
"Utils/String+Extensions.swift",
"Utils/time.swift"
],
"target_dependencies" : [
"SWIM"
],
"type" : "library"
},
{
"c99name" : "SWIM",
"module_type" : "SwiftTarget",
"name" : "SWIM",
"path" : "Sources/SWIM",
"product_dependencies" : [
"Logging",
"Metrics"
],
"product_memberships" : [
"SWIM",
"SWIMNIOExample"
],
"sources" : [
"Events.swift",
"Member.swift",
"Metrics.swift",
"Peer.swift",
"SWIM.swift",
"SWIMInstance.swift",
"SWIMProtocol.swift",
"Settings.swift",
"Status.swift",
"Utils/Heap.swift",
"Utils/String+Extensions.swift",
"Utils/_PrettyLog.swift",
"Utils/time.swift"
],
"target_dependencies" : [
"ClusterMembership"
],
"type" : "library"
},
{
"c99name" : "ClusterMembershipTests",
"module_type" : "SwiftTarget",
"name" : "ClusterMembershipTests",
"path" : "Tests/ClusterMembershipTests",
"sources" : [
"NodeTests.swift"
],
"target_dependencies" : [
"ClusterMembership"
],
"type" : "test"
},
{
"c99name" : "ClusterMembershipDocumentationTests",
"module_type" : "SwiftTarget",
"name" : "ClusterMembershipDocumentationTests",
"path" : "Tests/ClusterMembershipDocumentationTests",
"sources" : [
"SWIMDocExamples.swift"
],
"target_dependencies" : [
"SWIM"
],
"type" : "test"
},
{
"c99name" : "ClusterMembership",
"module_type" : "SwiftTarget",
"name" : "ClusterMembership",
"path" : "Sources/ClusterMembership",
"product_memberships" : [
"ClusterMembership",
"SWIM",
"SWIMNIOExample"
],
"sources" : [
"Node.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-nio.git (cached)
Fetching from https://github.com/apple/swift-metrics.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-http-types.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-nio’
Checking out 2.82.0 of package ‘swift-nio’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.2.2 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.36.0 of package ‘swift-nio-http2’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.26.0 of package ‘swift-nio-extras’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.30.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-metrics’
Checking out 2.6.1 of package ‘swift-metrics’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Target “SWIMTests” depends on a test target (“SWIMTestKit”)Target “SWIMNIOExampleTests” depends on a test target (“SWIMTestKit”)Resolve Package Graph
Target “SWIMTests” depends on a test target (“SWIMTestKit”)Target “SWIMNIOExampleTests” depends on a test target (“SWIMTestKit”)
Resolved source packages:
spi-builder-workspace: (null)
2025-04-28 15:02:45.148 xcodebuild[519:2929] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-28-04_15-02-0045.xcresult
xcodebuild: error: Could not resolve package dependencies:
Target “SWIMTests” depends on a test target (“SWIMTestKit”)
Target “SWIMNIOExampleTests” depends on a test target (“SWIMTestKit”)
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
Target “SWIMTests” depends on a test target (“SWIMTestKit”)Target “SWIMNIOExampleTests” depends on a test target (“SWIMTestKit”)
Resolved source packages:
spi-builder-workspace: (null)
2025-04-28 15:02:46.020 xcodebuild[1122:5359] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-28-04_15-02-0046.xcresult
xcodebuild: error: Could not resolve package dependencies:
Target “SWIMTests” depends on a test target (“SWIMTestKit”)
Target “SWIMNIOExampleTests” depends on a test target (“SWIMTestKit”)
BUILD FAILURE 6.1 tvOS