Build Information
Successful build of swift-talk-shared, reference 0.3.3 (023816
), with Swift 6.0 for Linux on 1 Sep 2024 06:46:28 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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objcio/swift-talk-shared.git
Reference: 0.3.3
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/objcio/swift-talk-shared
* tag 0.3.3 -> FETCH_HEAD
HEAD is now at 0238161 sessionid.
Cloned https://github.com/objcio/swift-talk-shared.git
Revision (git rev-parse @):
0238161c1bf1a3db01c6d51b801e6d02656199b4
SUCCESS checkout https://github.com/objcio/swift-talk-shared.git at 0.3.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/objcio/swift-talk-shared.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:2b28393d406c9285d9e806e79837f7402d341afc699146287fbe8fc92110de85
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/objcio/tiny-networking
[1/295] Fetching tiny-networking
Fetched https://github.com/objcio/tiny-networking from cache (0.15s)
Computing version for https://github.com/objcio/tiny-networking
Computed https://github.com/objcio/tiny-networking at 0.5.0 (0.44s)
Creating working copy for https://github.com/objcio/tiny-networking
Working copy of https://github.com/objcio/tiny-networking resolved at 0.5.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Emitting module ViewHelpers
[6/8] Compiling ViewHelpers ViewHelpers.swift
[8/9] Emitting module TinyNetworking
[9/9] Compiling TinyNetworking Endpoint.swift
[11/12] Compiling Model Model.swift
[12/12] Emitting module Model
Build complete! (12.72s)
Build complete.
{
"dependencies" : [
{
"identity" : "tiny-networking",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/objcio/tiny-networking"
}
],
"manifest_display_name" : "swift-talk-shared",
"name" : "swift-talk-shared",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Model",
"targets" : [
"Model"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ViewHelpers",
"targets" : [
"ViewHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_talk_sharedTests",
"module_type" : "SwiftTarget",
"name" : "swift-talk-sharedTests",
"path" : "Tests/swift-talk-sharedTests",
"sources" : [
"XCTestManifests.swift",
"swift_talk_sharedTests.swift"
],
"type" : "test"
},
{
"c99name" : "ViewHelpers",
"module_type" : "SwiftTarget",
"name" : "ViewHelpers",
"path" : "Sources/ViewHelpers",
"product_memberships" : [
"ViewHelpers"
],
"sources" : [
"ViewHelpers.swift"
],
"type" : "library"
},
{
"c99name" : "Model",
"module_type" : "SwiftTarget",
"name" : "Model",
"path" : "Sources/Model",
"product_dependencies" : [
"TinyNetworking"
],
"product_memberships" : [
"Model"
],
"sources" : [
"Model.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2b28393d406c9285d9e806e79837f7402d341afc699146287fbe8fc92110de85
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.