Build Information
Successful build of CodableGeoJSON, reference main (2750fe), with Swift 6.1 for Linux on 6 Jul 2025 16:16:55 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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guykogus/CodableGeoJSON.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/guykogus/CodableGeoJSON
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2750fea Mark all types as Sendable
Cloned https://github.com/guykogus/CodableGeoJSON.git
Revision (git rev-parse @):
2750fea8178d8d13b54da56282c6fa1ccbbaf4b7
SUCCESS checkout https://github.com/guykogus/CodableGeoJSON.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/guykogus/CodableGeoJSON.git
https://github.com/guykogus/CodableGeoJSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swifterjson",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/guykogus/SwifterJSON.git"
}
],
"manifest_display_name" : "CodableGeoJSON",
"name" : "CodableGeoJSON",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodableGeoJSON",
"targets" : [
"CodableGeoJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableGeoJSONTests",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSONTests",
"path" : "CodableGeoJSONTests",
"sources" : [
"GeoJSONFeatureCollectionTests.swift",
"GeoJSONFeatureTests.swift",
"GeoJSONGeometryTests.swift",
"GeoJSONStaticFeatureTests.swift",
"GeoJSONTests.swift"
],
"target_dependencies" : [
"CodableGeoJSON"
],
"type" : "test"
},
{
"c99name" : "CodableGeoJSON",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSON",
"path" : "CodableGeoJSON",
"product_dependencies" : [
"SwifterJSON"
],
"product_memberships" : [
"CodableGeoJSON"
],
"sources" : [
"GeoJSON.swift",
"GeoJSONFeature.swift",
"GeoJSONFeatureCollection.swift",
"GeoJSONFeatureIdentifier.swift",
"GeoJSONGeometry.swift",
"GeoJSONPosition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/guykogus/SwifterJSON.git
[1/279] Fetching swifterjson
Fetched https://github.com/guykogus/SwifterJSON.git from cache (0.21s)
Computing version for https://github.com/guykogus/SwifterJSON.git
Computed https://github.com/guykogus/SwifterJSON.git at 4.2.0 (0.77s)
Creating working copy for https://github.com/guykogus/SwifterJSON.git
Working copy of https://github.com/guykogus/SwifterJSON.git resolved at 4.2.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module SwifterJSON
[5/5] Compiling SwifterJSON JSON.swift
[7/13] Compiling CodableGeoJSON GeoJSONPosition.swift
[8/13] Compiling CodableGeoJSON GeoJSONFeature.swift
[9/13] Compiling CodableGeoJSON GeoJSONFeatureCollection.swift
[10/13] Compiling CodableGeoJSON GeoJSONFeatureIdentifier.swift
[11/13] Compiling CodableGeoJSON GeoJSONGeometry.swift
[12/13] Emitting module CodableGeoJSON
[13/13] Compiling CodableGeoJSON GeoJSON.swift
Build complete! (9.86s)
Build complete.
{
"dependencies" : [
{
"identity" : "swifterjson",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/guykogus/SwifterJSON.git"
}
],
"manifest_display_name" : "CodableGeoJSON",
"name" : "CodableGeoJSON",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodableGeoJSON",
"targets" : [
"CodableGeoJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableGeoJSONTests",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSONTests",
"path" : "CodableGeoJSONTests",
"sources" : [
"GeoJSONFeatureCollectionTests.swift",
"GeoJSONFeatureTests.swift",
"GeoJSONGeometryTests.swift",
"GeoJSONStaticFeatureTests.swift",
"GeoJSONTests.swift"
],
"target_dependencies" : [
"CodableGeoJSON"
],
"type" : "test"
},
{
"c99name" : "CodableGeoJSON",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSON",
"path" : "CodableGeoJSON",
"product_dependencies" : [
"SwifterJSON"
],
"product_memberships" : [
"CodableGeoJSON"
],
"sources" : [
"GeoJSON.swift",
"GeoJSONFeature.swift",
"GeoJSONFeatureCollection.swift",
"GeoJSONFeatureIdentifier.swift",
"GeoJSONGeometry.swift",
"GeoJSONPosition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.