Build Information
Successful build of SweetBool, reference main (ac4836
), with Swift 6.0 for Linux on 3 Nov 2024 20:39:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/SweetBool.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/sloik/SweetBool
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ac4836b Moves to Swift 6 and changes some to any
Cloned https://github.com/sloik/SweetBool.git
Revision (git rev-parse @):
ac4836b3d184a5403c26dbd73beaa7a1f8bb7678
SUCCESS checkout https://github.com/sloik/SweetBool.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/sloik/SweetBool.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/sloik/FuncKeyPath.git
Fetching https://github.com/sloik/AliasWonderland.git
[1/26] Fetching funckeypath
[3/220] Fetching funckeypath, aliaswonderland
Fetched https://github.com/sloik/FuncKeyPath.git from cache (0.30s)
Fetched https://github.com/sloik/AliasWonderland.git from cache (0.32s)
Computing version for https://github.com/sloik/FuncKeyPath.git
Computed https://github.com/sloik/FuncKeyPath.git at 1.0.0 (3.89s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.86s)
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
Creating working copy for https://github.com/sloik/FuncKeyPath.git
Working copy of https://github.com/sloik/FuncKeyPath.git resolved at 1.0.0
Building for debugging...
[0/17] Write sources
[4/17] Write swift-version-24593BA9C3E375BF.txt
[6/25] Emitting module FuncKeyPath
[7/25] Emitting module SweetPredicate
[8/25] Compiling FuncKeyPath FuncKeyPath.swift
[9/26] Wrapping AST for FuncKeyPath for debugging
[10/26] Write Objects.LinkFileList
[11/26] Linking libFuncKeyPath.so
[13/28] Emitting module AliasWonderland
[14/28] Compiling AliasWonderland ClosuresAliases.swift
[15/28] Compiling AliasWonderland SideEffectAliases.swift
[16/29] Emitting module SweetBool
[17/29] Compiling SweetBool SweetBool.swift
[18/30] Compiling SweetPredicate PredicateTypeImplementations.swift
[19/30] Compiling SweetPredicate PredicateType.swift
[22/31] Wrapping AST for AliasWonderland for debugging
[23/31] Write Objects.LinkFileList
[24/31] Wrapping AST for SweetBool for debugging
[25/31] Write Objects.LinkFileList
[26/31] Wrapping AST for SweetPredicate for debugging
[27/31] Write Objects.LinkFileList
[28/31] Linking libAliasWonderland.so
[29/31] Linking libSweetPredicate.so
[30/31] Linking libSweetBool.so
Build complete! (21.21s)
Build complete.
{
"dependencies" : [
{
"identity" : "aliaswonderland",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/AliasWonderland.git"
},
{
"identity" : "funckeypath",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/FuncKeyPath.git"
}
],
"manifest_display_name" : "SweetBool",
"name" : "SweetBool",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SweetBool",
"targets" : [
"SweetBool"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SweetPredicate",
"targets" : [
"SweetPredicate"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SweetPredicateTests",
"module_type" : "SwiftTarget",
"name" : "SweetPredicateTests",
"path" : "Tests/SweetPredicateTests",
"product_dependencies" : [
"AliasWonderland",
"FuncKeyPath"
],
"sources" : [
"Mocks/MockPredicate.swift",
"Mocks/PredicateURL.swift",
"PredicateCombinatorPublicAPITests.swift",
"PredicateCombinatorTests.swift"
],
"target_dependencies" : [
"SweetPredicate"
],
"type" : "test"
},
{
"c99name" : "SweetPredicate",
"module_type" : "SwiftTarget",
"name" : "SweetPredicate",
"path" : "Sources/SweetPredicate",
"product_memberships" : [
"SweetPredicate"
],
"sources" : [
"Predicates/PredicateTypeImplementations.swift",
"_Public/PredicateType.swift"
],
"type" : "library"
},
{
"c99name" : "SweetBoolTests",
"module_type" : "SwiftTarget",
"name" : "SweetBoolTests",
"path" : "Tests/SweetBoolTests",
"product_dependencies" : [
"AliasWonderland"
],
"sources" : [
"PredicateTests.swift",
"SweetBoolTests.swift"
],
"target_dependencies" : [
"SweetBool"
],
"type" : "test"
},
{
"c99name" : "SweetBool",
"module_type" : "SwiftTarget",
"name" : "SweetBool",
"path" : "Sources/SweetBool",
"product_dependencies" : [
"FuncKeyPath"
],
"product_memberships" : [
"SweetBool"
],
"sources" : [
"_Public/SweetBool.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.