Build Information
Successful build of Swawsh, reference main (7a415f), with Swift 6.2 for Linux on 17 Jun 2025 19:39:35 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scottorly/swawsh.git
Reference: main
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/scottorly/swawsh
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7a415fe Update Package.swift & add test target
Cloned https://github.com/scottorly/swawsh.git
Revision (git rev-parse @):
7a415feeed29bea8573c2f412e7c8485566db4c8
SUCCESS checkout https://github.com/scottorly/swawsh.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/scottorly/swawsh.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.36s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.89s)
Fetching https://github.com/Kitura/OpenSSL.git
warning: 'openssl': skipping cache due to an error: Failed to clone repository https://github.com/Kitura/OpenSSL.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/OpenSSL-e6efdf1c'...
fatal: unable to access 'https://github.com/Kitura/OpenSSL.git/': Failed to connect to github.com port 443 after 129385 ms: Connection timed out
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (129.75s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (132.50s)
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/14] Compiling Cryptor KeyDerivation.swift
[5/14] Compiling Cryptor Random.swift
[6/15] Compiling Cryptor Updatable.swift
[7/15] Compiling Cryptor Crypto.swift
[8/15] Compiling Cryptor Cryptor.swift
[9/15] Emitting module Cryptor
[10/15] Compiling Cryptor Digest.swift
[11/15] Compiling Cryptor HMAC.swift
[12/15] Compiling Cryptor Status.swift
[13/15] Compiling Cryptor StreamCryptor.swift
[14/15] Compiling Cryptor SSLPointerTricks.swift
[15/15] Compiling Cryptor Utilities.swift
[17/22] Compiling Swawsh SwawshStringToSign.swift
[18/22] Compiling Swawsh SwashCredential.swift
[19/22] Compiling Swawsh DateService.swift
[20/22] Compiling Swawsh DigestService.swift
[21/22] Compiling Swawsh SwawshHeader.swift
[22/22] Emitting module Swawsh
Build complete! (148.42s)
Build complete.
{
"dependencies" : [
{
"identity" : "bluecryptor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.32",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueCryptor.git"
}
],
"manifest_display_name" : "Swawsh",
"name" : "Swawsh",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Swawsh",
"targets" : [
"Swawsh"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwawshTests",
"module_type" : "SwiftTarget",
"name" : "SwawshTests",
"path" : "Tests/SwawshTests",
"sources" : [
"DateServiceTests.swift",
"DigestServiceTests.swift",
"SwawshTests.swift"
],
"target_dependencies" : [
"Swawsh"
],
"type" : "test"
},
{
"c99name" : "Swawsh",
"module_type" : "SwiftTarget",
"name" : "Swawsh",
"path" : "Sources",
"product_dependencies" : [
"Cryptor"
],
"product_memberships" : [
"Swawsh"
],
"sources" : [
"DateService.swift",
"DigestService.swift",
"SwashCredential.swift",
"SwawshHeader.swift",
"SwawshStringToSign.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.