Build Information
Failed to build PostgresWireServer, reference master (e34100
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 15:31:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pixelspark/postgres-wire-server.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pixelspark/postgres-wire-server
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e34100e Add a way to obtain current database
Cloned https://github.com/pixelspark/postgres-wire-server.git
Revision (git rev-parse @):
e34100e120a51ea203e141193e14011cea55534c
SUCCESS checkout https://github.com/pixelspark/postgres-wire-server.git at master
Fetching https://github.com/IBM-Swift/BlueSocket.git
Fetching https://github.com/IBM-Swift/HeliumLogger.git
[1/1267] Fetching heliumlogger
[1268/4209] Fetching heliumlogger, bluesocket
Fetched https://github.com/IBM-Swift/HeliumLogger.git from cache (2.89s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (2.89s)
Computing version for https://github.com/IBM-Swift/HeliumLogger.git
Computed https://github.com/IBM-Swift/HeliumLogger.git at 1.9.200 (3.56s)
Fetching https://github.com/Kitura/LoggerAPI.git
Fetching https://github.com/apple/swift-log.git from cache
[1/771] Fetching loggerapi
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.92s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pixelspark/postgres-wire-server.git
https://github.com/pixelspark/postgres-wire-server.git
{
"dependencies" : [
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueSocket.git"
},
{
"identity" : "heliumlogger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/HeliumLogger.git"
}
],
"manifest_display_name" : "PostgresWireServer",
"name" : "PostgresWireServer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PostgresWireServer",
"targets" : [
"PostgresWireServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PostgresWireServerExample",
"targets" : [
"PostgresWireServerExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PostgresWireServerExample",
"module_type" : "SwiftTarget",
"name" : "PostgresWireServerExample",
"path" : "Sources/PostgresWireServerExample",
"product_memberships" : [
"PostgresWireServerExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"PostgresWireServer"
],
"type" : "executable"
},
{
"c99name" : "PostgresWireServer",
"module_type" : "SwiftTarget",
"name" : "PostgresWireServer",
"path" : "Sources/PostgresWireServer",
"product_dependencies" : [
"Socket",
"HeliumLogger"
],
"product_memberships" : [
"PostgresWireServer",
"PostgresWireServerExample"
],
"sources" : [
"QueryConnection.swift",
"QueryProtocol.swift",
"QueryServer.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Updating https://github.com/IBM-Swift/HeliumLogger.git
Updating https://github.com/IBM-Swift/BlueSocket.git
Updated https://github.com/IBM-Swift/HeliumLogger.git (0.40s)
Updated https://github.com/IBM-Swift/BlueSocket.git (1.05s)
Computing version for https://github.com/IBM-Swift/HeliumLogger.git
Computed https://github.com/IBM-Swift/HeliumLogger.git at 1.9.200 (1.65s)
Updating https://github.com/apple/swift-log.git
Updating https://github.com/Kitura/LoggerAPI.git
Updated https://github.com/Kitura/LoggerAPI.git (0.54s)
Updated https://github.com/apple/swift-log.git (0.54s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/IBM-Swift/HeliumLogger.git
Updating https://github.com/IBM-Swift/BlueSocket.git
Updated https://github.com/IBM-Swift/BlueSocket.git (0.60s)
Updated https://github.com/IBM-Swift/HeliumLogger.git (0.60s)
Computing version for https://github.com/IBM-Swift/HeliumLogger.git
Computed https://github.com/IBM-Swift/HeliumLogger.git at 1.9.200 (0.68s)
Updating https://github.com/apple/swift-log.git
Updating https://github.com/Kitura/LoggerAPI.git
Updated https://github.com/apple/swift-log.git (0.53s)
Updated https://github.com/Kitura/LoggerAPI.git (0.53s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.03s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
BUILD FAILURE 6.1 macosSpm