Build Information
Failed to build TLS, reference master (cfd8cc
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 15:26:21 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/vapor-community/tls.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor-community/tls
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cfd8cc0 remove extraneous print
Cloned https://github.com/vapor-community/tls.git
Revision (git rev-parse @):
cfd8cc0f06841ee15469c5fc98131e47511f8e94
SUCCESS checkout https://github.com/vapor-community/tls.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/tls.git
https://github.com/vapor-community/tls.git
{
"dependencies" : [
{
"identity" : "async",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/async.git"
},
{
"identity" : "core",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0-rc",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/core.git"
},
{
"identity" : "sockets",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0-rc",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sockets.git"
}
],
"manifest_display_name" : "TLS",
"name" : "TLS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TLS",
"targets" : [
"TLS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppleTLS",
"targets" : [
"AppleTLS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TLSTests",
"module_type" : "SwiftTarget",
"name" : "TLSTests",
"path" : "Tests/TLSTests",
"sources" : [
"HTTPSTests.swift",
"Utitilies.swift"
],
"target_dependencies" : [
"AppleTLS",
"TLS"
],
"type" : "test"
},
{
"c99name" : "TLS",
"module_type" : "SwiftTarget",
"name" : "TLS",
"path" : "Sources/TLS",
"product_dependencies" : [
"Async",
"Bits",
"Debugging",
"TCP"
],
"product_memberships" : [
"TLS",
"AppleTLS"
],
"sources" : [
"PeerValidator.swift",
"TLSClient.swift",
"TLSServer.swift",
"TLSSocket.swift",
"TLSSocketSink.swift",
"TLSSocketSource.swift",
"TLSSocketStream.swift"
],
"type" : "library"
},
{
"c99name" : "AppleTLS",
"module_type" : "SwiftTarget",
"name" : "AppleTLS",
"path" : "Sources/AppleTLS",
"product_dependencies" : [
"Async",
"Bits",
"Debugging"
],
"product_memberships" : [
"AppleTLS"
],
"sources" : [
"AppleTLSClient.swift",
"AppleTLSError.swift",
"AppleTLSServer.swift",
"AppleTLSSocket.swift",
"SSLContext+Certificate.swift"
],
"target_dependencies" : [
"TLS"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
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/vapor/core.git
Fetching from https://github.com/vapor/sockets.git
Fetching from https://github.com/vapor/async.git
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-nio-zlib-support.git
Creating working copy of package ‘sockets’
Checking out 3.0.0-rc.1 of package ‘sockets’
Creating working copy of package ‘async’
Checking out 1.0.0-rc.1.1 of package ‘async’
Creating working copy of package ‘core’
Checking out 3.10.1 of package ‘core’
Creating working copy of package ‘swift-nio’
Checking out 1.14.4 of package ‘swift-nio’
Creating working copy of package ‘swift-nio-zlib-support’
Checking out 1.0.0 of package ‘swift-nio-zlib-support’
ignoring declared target(s) 'swift-nio-zlib-support' in the system packagemultiple packages ('async' (from 'https://github.com/vapor/async.git'), 'core' (from 'https://github.com/vapor/core.git')) declare products with a conflicting name: 'Async’; product names need to be unique across the package graphResolve Package Graph
ignoring declared target(s) 'swift-nio-zlib-support' in the system packagemultiple packages ('async' (from 'https://github.com/vapor/async.git'), 'core' (from 'https://github.com/vapor/core.git')) declare products with a conflicting name: 'Async’; product names need to be unique across the package graph
Resolved source packages:
spi-builder-workspace: (null)
2025-04-25 08:26:20.870 xcodebuild[518:2885] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_08-26-0020.xcresult
xcodebuild: error: Could not resolve package dependencies:
multiple packages ('async' (from 'https://github.com/vapor/async.git'), 'core' (from 'https://github.com/vapor/core.git')) declare products with a conflicting name: 'Async’; product names need to be unique across the package graph
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
ignoring declared target(s) 'swift-nio-zlib-support' in the system packagemultiple packages ('async' (from 'https://github.com/vapor/async.git'), 'core' (from 'https://github.com/vapor/core.git')) declare products with a conflicting name: 'Async’; product names need to be unique across the package graph
Resolved source packages:
spi-builder-workspace: (null)
2025-04-25 08:26:21.583 xcodebuild[845:4357] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_08-26-0021.xcresult
xcodebuild: error: Could not resolve package dependencies:
multiple packages ('async' (from 'https://github.com/vapor/async.git'), 'core' (from 'https://github.com/vapor/core.git')) declare products with a conflicting name: 'Async’; product names need to be unique across the package graph
BUILD FAILURE 6.1 macosXcodebuild