Build Information
Failed to build HexavilleAuth, reference 0.4.1 (43e6ee
), with Swift 6.1 for Linux on 25 Apr 2025 09:45:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hexaville/hexavilleauth.git
Reference: 0.4.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hexaville/hexavilleauth
* tag 0.4.1 -> FETCH_HEAD
HEAD is now at 43e6ee8 Merge pull request #14 from Hexaville/swift4.1
Cloned https://github.com/hexaville/hexavilleauth.git
Revision (git rev-parse @):
43e6ee848fddfed67bc8c8fab675c768b9f7ed68
SUCCESS checkout https://github.com/hexaville/hexavilleauth.git at 0.4.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hexaville/hexavilleauth.git
https://github.com/hexaville/hexavilleauth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hexavilleframework",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.16",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/noppoMan/HexavilleFramework.git"
}
],
"manifest_display_name" : "HexavilleAuth",
"name" : "HexavilleAuth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HexavilleAuth",
"targets" : [
"HexavilleAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "hexaville-todo-example",
"targets" : [
"HexavilleAuthExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HexavilleAuthExample",
"module_type" : "SwiftTarget",
"name" : "HexavilleAuthExample",
"path" : "Sources/HexavilleAuthExample",
"product_memberships" : [
"hexaville-todo-example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"HexavilleAuth"
],
"type" : "executable"
},
{
"c99name" : "HexavilleAuth",
"module_type" : "SwiftTarget",
"name" : "HexavilleAuth",
"path" : "Sources/HexavilleAuth",
"product_dependencies" : [
"HexavilleFramework"
],
"product_memberships" : [
"HexavilleAuth",
"hexaville-todo-example"
],
"sources" : [
"AuthenticationMiddleware.swift",
"Base64.swift",
"Credential.swift",
"HMAC.swift",
"HexaviileAuth.swift",
"HexavilleAuth+Router.swift",
"LoginUser.swift",
"OAuth/OAuth1.swift",
"OAuth/OAuth2.swift",
"Providers/CallbackURL.swift",
"Providers/OAuth1/TwitterAuthorizationProvider.swift",
"Providers/OAuth1AuthorizationProvidable.swift",
"Providers/OAuth2/FacebookAuthorizationProvider.swift",
"Providers/OAuth2/GithubAuthorizationProvider.swift",
"Providers/OAuth2/GoogleAuthorizationProvider.swift",
"Providers/OAuth2/InstagramAuthorizationProvider.swift",
"Providers/OAuth2AuthorizationProvidable.swift",
"URLRequest.swift",
"URLResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/noppoMan/HexavilleFramework.git
[1/429] Fetching hexavilleframework
Fetched https://github.com/noppoMan/HexavilleFramework.git from cache (0.19s)
Computing version for https://github.com/noppoMan/HexavilleFramework.git
Computed https://github.com/noppoMan/HexavilleFramework.git at 0.1.16 (1.01s)
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/noppoMan/Prorsum.git
[1/835] Fetching prorsum
[85/5909] Fetching prorsum, swiftcli
Fetched https://github.com/noppoMan/Prorsum.git from cache (0.56s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (0.57s)
Computing version for https://github.com/noppoMan/Prorsum.git
Computed https://github.com/noppoMan/Prorsum.git at 0.3.3 (1.29s)
Fetching https://github.com/Zewo/CHTTPParser.git
Fetching https://github.com/noppoman/ProrsumNet.git
[1/174] Fetching prorsumnet
[175/238] Fetching prorsumnet, chttpparser
Fetched https://github.com/noppoman/ProrsumNet.git from cache (0.33s)
Fetched https://github.com/Zewo/CHTTPParser.git from cache (0.33s)
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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/noppoMan/HexavilleFramework.git
Updated https://github.com/noppoMan/HexavilleFramework.git (0.14s)
Computing version for https://github.com/noppoMan/HexavilleFramework.git
Computed https://github.com/noppoMan/HexavilleFramework.git at 0.1.16 (0.81s)
Updating https://github.com/noppoMan/Prorsum.git
Updating https://github.com/jakeheis/SwiftCLI.git
Updated https://github.com/jakeheis/SwiftCLI.git (0.17s)
Updated https://github.com/noppoMan/Prorsum.git (0.17s)
Computing version for https://github.com/noppoMan/Prorsum.git
Computed https://github.com/noppoMan/Prorsum.git at 0.3.3 (1.15s)
Updating https://github.com/Zewo/CHTTPParser.git
Updating https://github.com/noppoman/ProrsumNet.git
Updated https://github.com/Zewo/CHTTPParser.git (0.14s)
Updated https://github.com/noppoman/ProrsumNet.git (0.17s)
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 linux