Build Information
Failed to build SwiftKnex, reference master (665734
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 17:46:39 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/noppoman/swiftknex.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noppoman/swiftknex
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6657349 Merge pull request #43 from tuken/swift4
Cloned https://github.com/noppoman/swiftknex.git
Revision (git rev-parse @):
665734942c260ea01ff16138f232506bfca485b7
SUCCESS checkout https://github.com/noppoman/swiftknex.git at master
Fetching https://github.com/noppoMan/Prorsum.git
[9/835] Fetching prorsum
Fetched https://github.com/noppoMan/Prorsum.git from cache (0.84s)
Computing version for https://github.com/noppoMan/Prorsum.git
Computed https://github.com/noppoMan/Prorsum.git at 0.3.3 (1.42s)
Fetching https://github.com/Zewo/CHTTPParser.git
Fetching https://github.com/noppoman/ProrsumNet.git
[1/64] Fetching chttpparser
[2/238] Fetching chttpparser, prorsumnet
Fetched https://github.com/noppoman/ProrsumNet.git from cache (0.84s)
Fetched https://github.com/Zewo/CHTTPParser.git from cache (0.84s)
Computing version for https://github.com/Zewo/CHTTPParser.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/noppoman/swiftknex.git
https://github.com/noppoman/swiftknex.git
{
"dependencies" : [
{
"identity" : "prorsum",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/noppoMan/Prorsum.git"
}
],
"manifest_display_name" : "SwiftKnex",
"name" : "SwiftKnex",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftKnex",
"targets" : [
"SwiftKnex"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftKnexMigration",
"targets" : [
"SwiftKnexMigration"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftKnexTests",
"module_type" : "SwiftTarget",
"name" : "SwiftKnexTests",
"path" : "Tests/SwiftKnexTests",
"sources" : [
"DDLTests.swift",
"InsertTests.swift",
"JSONDataTypeTests.swift",
"JoinTests.swift",
"MigrationTests.swift",
"MysqlTests.swift",
"SelectTests.swift",
"TransactionTests.swift",
"UpdateTests.swift",
"Util.swift"
],
"target_dependencies" : [
"SwiftKnex",
"Mysql"
],
"type" : "test"
},
{
"c99name" : "SwiftKnexMigration",
"module_type" : "SwiftTarget",
"name" : "SwiftKnexMigration",
"path" : "Sources/SwiftKnexMigration",
"product_memberships" : [
"SwiftKnexMigration"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftKnex",
"Mysql"
],
"type" : "executable"
},
{
"c99name" : "SwiftKnex",
"module_type" : "SwiftTarget",
"name" : "SwiftKnex",
"path" : "Sources/SwiftKnex",
"product_memberships" : [
"SwiftKnex",
"SwiftKnexMigration"
],
"sources" : [
"Clauses/Buildable.swift",
"Clauses/ConditionalFilter.swift",
"Clauses/GroupBy.swift",
"Clauses/Having.swift",
"Clauses/Join.swift",
"Clauses/Limit.swift",
"Clauses/OrderBy.swift",
"Clauses/Table.swift",
"Column.swift",
"DDL/Create.swift",
"DDL/DDLBuildable.swift",
"DDL/Drop.swift",
"DDL/Raw.swift",
"Field.swift",
"Functions/AggregateColumnExpression.swift",
"Functions/RawExpression.swift",
"Knex+Query.swift",
"Knex+Transaction.swift",
"KnexConfig.swift",
"Migration/Migrator.swift",
"Protocols/Collection.swift",
"Protocols/Entity.swift",
"QueryBuilder/BasicQueryBuilder.swift",
"QueryBuilder/BatchInsertQueryBuilder.swift",
"QueryBuilder/InsertQueryBuilder.swift",
"QueryBuilder/QueryBuilder.swift",
"QueryBuilder/UpdateQueryBuilder.swift",
"Schema/Schema.swift",
"SwiftKnex.swift"
],
"target_dependencies" : [
"Mysql"
],
"type" : "library"
},
{
"c99name" : "Mysql",
"module_type" : "SwiftTarget",
"name" : "Mysql",
"path" : "Sources/Mysql",
"product_dependencies" : [
"Prorsum"
],
"product_memberships" : [
"SwiftKnex",
"SwiftKnexMigration"
],
"sources" : [
"Connection.swift",
"ConnectionPool.swift",
"ConnectionType.swift",
"Extensions/Bytes.swift",
"Extensions/Date.swift",
"Mysql.swift",
"PacketStream.swift",
"Protocol/Constants.swift",
"Protocol/Packet/BinaryRowDataPacket.swift",
"Protocol/Packet/Field.swift",
"Protocol/Packet/HandShakePacket.swift",
"Protocol/Packet/OKPacket.swift",
"Protocol/Packet/PrepareResultPacket.swift",
"Protocol/Packet/RowDataPacket.swift",
"Protocol/Packet/RowDataParsable.swift",
"Query.swift",
"QueryResult.swift",
"QueryStatus.swift",
"Row.swift",
"Statement.swift",
"Transaction.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/noppoMan/Prorsum.git
Updated https://github.com/noppoMan/Prorsum.git (0.42s)
Computing version for https://github.com/noppoMan/Prorsum.git
Computed https://github.com/noppoMan/Prorsum.git at 0.3.3 (1.00s)
Updating https://github.com/noppoman/ProrsumNet.git
Updating https://github.com/Zewo/CHTTPParser.git
Updated https://github.com/Zewo/CHTTPParser.git (0.44s)
Updated https://github.com/noppoman/ProrsumNet.git (0.44s)
Computing version for https://github.com/Zewo/CHTTPParser.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/noppoMan/Prorsum.git
Updated https://github.com/noppoMan/Prorsum.git (0.40s)
Computing version for https://github.com/noppoMan/Prorsum.git
Computed https://github.com/noppoMan/Prorsum.git at 0.3.3 (0.46s)
Updating https://github.com/noppoman/ProrsumNet.git
Updating https://github.com/Zewo/CHTTPParser.git
Updated https://github.com/Zewo/CHTTPParser.git (0.44s)
Updated https://github.com/noppoman/ProrsumNet.git (0.44s)
Computing version for https://github.com/Zewo/CHTTPParser.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
BUILD FAILURE 6.1 macosSpm