Build Information
Failed to build SLTools, reference 1.2.0 (9dffa6
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 18:01:09 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/shial4/sltools.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shial4/sltools
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 9dffa6e Update to Kitura 2.0
Cloned https://github.com/shial4/sltools.git
Revision (git rev-parse @):
9dffa6e33d2d32d3517c683fc408d630141c5c5e
SUCCESS checkout https://github.com/shial4/sltools.git at 1.2.0
Fetching https://github.com/IBM-Swift/CCurl.git
Fetching https://github.com/IBM-Swift/BlueSocket.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/IBM-Swift/BlueSSLService.git
Fetching https://github.com/IBM-Swift/Kitura.git
Fetching https://github.com/IBM-Swift/Kitura-TemplateEngine.git
[1/184] Fetching ccurl
[33/2261] Fetching ccurl, bluesslservice
[54/2699] Fetching ccurl, bluesslservice, kitura-templateengine
[168/5641] Fetching ccurl, bluesslservice, kitura-templateengine, bluesocket
[392/7295] Fetching ccurl, bluesslservice, kitura-templateengine, bluesocket, bluecryptor
[703/8066] Fetching ccurl, bluesslservice, kitura-templateengine, bluesocket, bluecryptor, loggerapi
[3291/24975] Fetching ccurl, bluesslservice, kitura-templateengine, bluesocket, bluecryptor, loggerapi, kitura
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (1.07s)
Fetched https://github.com/IBM-Swift/CCurl.git from cache (1.07s)
Fetched https://github.com/IBM-Swift/BlueSSLService.git from cache (1.07s)
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (1.07s)
Fetching https://github.com/IBM-Swift/Kitura-net.git
Fetching https://github.com/IBM-Swift/CommonCrypto.git
Fetching https://github.com/IBM-Swift/KituraContracts.git
[4902/20289] Fetching kitura-templateengine, bluesocket, kitura
[20290/20321] Fetching kitura-templateengine, bluesocket, kitura, commoncrypto
Fetched https://github.com/IBM-Swift/Kitura-TemplateEngine.git from cache (1.72s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (1.72s)
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.72s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
[31/2578] Fetching commoncrypto, kituracontracts
[133/12122] Fetching commoncrypto, kituracontracts, kitura-net
Fetched https://github.com/IBM-Swift/Kitura-net.git from cache (1.34s)
Fetched https://github.com/IBM-Swift/KituraContracts.git from cache (1.34s)
Fetched https://github.com/IBM-Swift/CommonCrypto.git from cache (1.34s)
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/shial4/sltools.git
https://github.com/shial4/sltools.git
{
"dependencies" : [
{
"identity" : "kitura",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura.git"
},
{
"identity" : "bluecryptor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.18",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueCryptor.git"
}
],
"manifest_display_name" : "SLTools",
"name" : "SLTools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SLTools",
"targets" : [
"SLTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SLToolsTests",
"module_type" : "SwiftTarget",
"name" : "SLToolsTests",
"path" : "Tests/SLToolsTests",
"sources" : [
"SLToolsTests.swift"
],
"target_dependencies" : [
"SLTools"
],
"type" : "test"
},
{
"c99name" : "SLTools",
"module_type" : "SwiftTarget",
"name" : "SLTools",
"path" : "Sources/SLTools",
"product_dependencies" : [
"Kitura",
"Cryptor"
],
"product_memberships" : [
"SLTools"
],
"sources" : [
"SLAuthenticator.swift",
"SLCryptography.swift",
"SLRouteController.swift",
"SLValidator.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/BlueCryptor.git
Updating https://github.com/IBM-Swift/Kitura.git
Updated https://github.com/IBM-Swift/Kitura.git (0.57s)
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.57s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.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/BlueCryptor.git
Updating https://github.com/IBM-Swift/Kitura.git
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.46s)
Updated https://github.com/IBM-Swift/Kitura.git (0.54s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.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