Build Information
Successful build of URITemplate, reference master (a30967
), with Swift 6.0 for Linux on 1 Nov 2024 21:56:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/kylef/URITemplate.swift.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/kylef/URITemplate.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a309673 release: 3.0.1
Submodule path 'Tests/URITemplateTests/Cases': checked out '520fdd8b0f78779d12178c357a986e0e727f4bd0'
Submodule 'Tests/URITemplateTests/Cases' (https://github.com/uri-templates/uritemplate-test) registered for path 'Tests/URITemplateTests/Cases'
Cloning into '/host/spi-builder-workspace/Tests/URITemplateTests/Cases'...
Cloned https://github.com/kylef/URITemplate.swift.git
Revision (git rev-parse @):
a309673fdf86e4919a0250730e461ac533a03b3a
SUCCESS checkout https://github.com/kylef/URITemplate.swift.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/kylef/URITemplate.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[1022/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.19s)
Fetched https://github.com/kylef/Spectre.git from cache (0.19s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.84s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.44s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Emitting module URITemplate
[4/4] Compiling URITemplate URITemplate.swift
Build complete! (12.99s)
Build complete.
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "spectre",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.1",
"upper_bound" : "0.11.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Spectre.git"
}
],
"manifest_display_name" : "URITemplate",
"name" : "URITemplate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "URITemplate",
"targets" : [
"URITemplate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URITemplateTests",
"module_type" : "SwiftTarget",
"name" : "URITemplateTests",
"path" : "Tests/URITemplateTests",
"product_dependencies" : [
"PathKit",
"Spectre"
],
"sources" : [
"URITemplateCases.swift",
"URITemplateExpansionTests.swift",
"URITemplateExtractTests.swift",
"URITemplateVariablesTests.swift",
"XCTest.swift"
],
"target_dependencies" : [
"URITemplate"
],
"type" : "test"
},
{
"c99name" : "URITemplate",
"module_type" : "SwiftTarget",
"name" : "URITemplate",
"path" : "Sources",
"product_memberships" : [
"URITemplate"
],
"sources" : [
"URITemplate.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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.