Build Information
Successful build of JSON-DSL, reference 0.1.0 (f940f5
), with Swift 5.10 for Linux on 26 Feb 2025 08:10:46 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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/JSON-DSL.git
Reference: 0.1.0
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/chris-swift-dev/JSON-DSL
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at f940f54 docs(readme): added shields
Cloned https://github.com/chris-swift-dev/JSON-DSL.git
Revision (git rev-parse @):
f940f54061467fcce6b79c1ae16da0e1bed5f24b
SUCCESS checkout https://github.com/chris-swift-dev/JSON-DSL.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/chris-swift-dev/JSON-DSL.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/16] Compiling JSON_DSL Property.swift
[4/16] Compiling JSON_DSL RootNode.swift
[5/17] Emitting module JSON_DSL
[6/17] Compiling JSON_DSL RootNode+NodeConvertible.swift
[7/17] Compiling JSON_DSL RootNode+Renderable.swift
[8/17] Compiling JSON_DSL JSON.swift
[9/17] Compiling JSON_DSL Node+ExpressibleBy.swift
[10/17] Compiling JSON_DSL Node+Renderable.swift
[11/17] Compiling JSON_DSL Renderable.swift
[12/17] Compiling JSON_DSL Node+isRootNode.swift
[13/17] Compiling JSON_DSL NodeConvertible.swift
[14/17] Compiling JSON_DSL Node.swift
[15/17] Compiling JSON_DSL Object+Renderable.swift
[16/17] Compiling JSON_DSL Object.swift
[17/17] Compiling JSON_DSL Property+Renderable.swift
Build complete! (6.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSON-DSL",
"name" : "JSON-DSL",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSON-DSL",
"targets" : [
"JSON-DSL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSON_DSLTests",
"module_type" : "SwiftTarget",
"name" : "JSON-DSLTests",
"path" : "Tests/JSON-DSLTests",
"sources" : [
"JSON_DSLTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"JSON-DSL"
],
"type" : "test"
},
{
"c99name" : "JSON_DSL",
"module_type" : "SwiftTarget",
"name" : "JSON-DSL",
"path" : "Sources/JSON-DSL",
"product_memberships" : [
"JSON-DSL"
],
"sources" : [
"API/Extensions/Node+ExpressibleBy.swift",
"API/Extensions/Node+Renderable.swift",
"API/Extensions/RootNode+Renderable.swift",
"API/JSON.swift",
"API/Models/Node.swift",
"API/Models/Object+Renderable.swift",
"API/Models/Object.swift",
"API/Models/Property+Renderable.swift",
"API/Models/Property.swift",
"API/Models/RootNode.swift",
"API/Protocols/Renderable.swift",
"internal/Node+isRootNode.swift",
"internal/Protocols/NodeConvertible.swift",
"internal/RootNode+NodeConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.