Build Information
Successful build of Poppo with Swift 6.0 for Linux.
Swift 6 data race errors: 0
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rb-de0/Poppo.git
Reference: master
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/rb-de0/Poppo
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e3f61c8 Merge pull request #4 from rb-de0/swift-5.2
Cloned https://github.com/rb-de0/Poppo.git
Revision (git rev-parse @):
e3f61c8f020417ca40d5b96470ea9b0b5ca4b505
SUCCESS checkout https://github.com/rb-de0/Poppo.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/rb-de0/Poppo.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1652] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.27s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.54s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.25s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (1.36s)
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/14] Compiling Cryptor Updatable.swift
[5/15] Compiling Cryptor SSLPointerTricks.swift
[6/15] Compiling Cryptor KeyDerivation.swift
[7/15] Compiling Cryptor Random.swift
[8/15] Compiling Cryptor Crypto.swift
[9/15] Compiling Cryptor Cryptor.swift
[10/15] Emitting module Cryptor
[11/15] Compiling Cryptor Digest.swift
[12/15] Compiling Cryptor HMAC.swift
[13/15] Compiling Cryptor Status.swift
[14/15] Compiling Cryptor StreamCryptor.swift
[15/15] Compiling Cryptor Utilities.swift
[17/24] Emitting module Poppo
[18/24] Compiling Poppo HTTPClient.swift
[19/24] Compiling Poppo API.swift
[20/24] Compiling Poppo CurlHTTPClient.swift
[21/24] Compiling Poppo URLEncoder.swift
[22/24] Compiling Poppo URLSessionHTTPClient.swift
[23/24] Compiling Poppo Poppo.swift
[24/24] Compiling Poppo OAuthClient.swift
Build complete! (17.65s)
Build complete.
{
"dependencies" : [
{
"identity" : "bluecryptor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueCryptor.git"
}
],
"manifest_display_name" : "Poppo",
"name" : "Poppo",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Poppo",
"targets" : [
"Poppo"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PoppoTests",
"module_type" : "SwiftTarget",
"name" : "PoppoTests",
"path" : "Tests/PoppoTests",
"sources" : [
"PoppoTests.swift"
],
"target_dependencies" : [
"Poppo"
],
"type" : "test"
},
{
"c99name" : "Poppo",
"module_type" : "SwiftTarget",
"name" : "Poppo",
"path" : "Sources",
"product_dependencies" : [
"Cryptor"
],
"product_memberships" : [
"Poppo"
],
"sources" : [
"API.swift",
"CurlHTTPClient.swift",
"HTTPClient.swift",
"OAuthClient.swift",
"Poppo.swift",
"URLEncoder.swift",
"URLSessionHTTPClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.