Build Information
Failed to build SLChat, reference 0.1.1 (41c204
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 15:38:07 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/slchat.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shial4/slchat
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 41c2048 [Swift 4] substring
Cloned https://github.com/shial4/slchat.git
Revision (git rev-parse @):
41c2048a8c813060b3c8053c9ea65b81fe931892
SUCCESS checkout https://github.com/shial4/slchat.git at 0.1.1
Fetching https://github.com/IBM-Swift/Kitura-net.git
Fetching https://github.com/IBM-Swift/BlueSocket.git
Fetching https://github.com/IBM-Swift/CCurl.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/CommonCrypto.git
[1/184] Fetching ccurl
[33/955] Fetching ccurl, loggerapi
[49/987] Fetching ccurl, loggerapi, commoncrypto
[81/2641] Fetching ccurl, loggerapi, commoncrypto, bluecryptor
[662/5583] Fetching ccurl, loggerapi, commoncrypto, bluecryptor, bluesocket
[1690/7660] Fetching ccurl, loggerapi, commoncrypto, bluecryptor, bluesocket, bluesslservice
[3003/17204] Fetching ccurl, loggerapi, commoncrypto, bluecryptor, bluesocket, bluesslservice, kitura-net
Fetched https://github.com/IBM-Swift/BlueSSLService.git from cache (1.00s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (1.00s)
[3697/13473] Fetching ccurl, loggerapi, commoncrypto, bluesocket, kitura-net
Fetching https://github.com/IBM-Swift/Kitura-WebSocket
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (1.03s)
Fetched https://github.com/IBM-Swift/CCurl.git from cache (1.03s)
[3208/12518] Fetching commoncrypto, bluesocket, kitura-net
Fetched https://github.com/IBM-Swift/CommonCrypto.git from cache (1.03s)
[3235/12486] Fetching bluesocket, kitura-net
Fetched https://github.com/IBM-Swift/Kitura-net.git from cache (1.57s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (1.57s)
[1/1836] Fetching kitura-websocket
Fetched https://github.com/IBM-Swift/Kitura-WebSocket from cache (0.97s)
Computing version for https://github.com/IBM-Swift/Kitura-WebSocket
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/slchat.git
https://github.com/shial4/slchat.git
{
"dependencies" : [
{
"identity" : "kitura-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura-WebSocket"
}
],
"manifest_display_name" : "SLChat",
"name" : "SLChat",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SLChat",
"targets" : [
"SLChat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SLChatTests",
"module_type" : "SwiftTarget",
"name" : "SLChatTests",
"path" : "Tests/SLChatTests",
"sources" : [
"SLClientTests.swift",
"SLConnectionTests.swift",
"SLMessageTests.swift",
"SLServiceTests.swift"
],
"target_dependencies" : [
"SLChat"
],
"type" : "test"
},
{
"c99name" : "SLChat",
"module_type" : "SwiftTarget",
"name" : "SLChat",
"path" : "Sources/SLChat",
"product_dependencies" : [
"Kitura-WebSocket"
],
"product_memberships" : [
"SLChat"
],
"sources" : [
"SLClient.swift",
"SLConnection.swift",
"SLMessage.swift",
"SLService.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/Kitura-WebSocket
Updated https://github.com/IBM-Swift/Kitura-WebSocket (0.44s)
Computing version for https://github.com/IBM-Swift/Kitura-WebSocket
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/Kitura-WebSocket
Updated https://github.com/IBM-Swift/Kitura-WebSocket (0.46s)
Computing version for https://github.com/IBM-Swift/Kitura-WebSocket
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