Build Information
Successful build of GeoJSON, reference 0.6.2 (ad1512
), with Swift 6.0 for Linux on 29 Nov 2024 06:47:00 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 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/GeoJSON.git
Reference: 0.6.2
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/kiliankoe/GeoJSON
* tag 0.6.2 -> FETCH_HEAD
HEAD is now at ad15121 Merge pull request #9 from RCCoop/position-array-count
Cloned https://github.com/kiliankoe/GeoJSON.git
Revision (git rev-parse @):
ad151210f505181e9e8112b81aefc5f54383f4c2
SUCCESS checkout https://github.com/kiliankoe/GeoJSON.git at 0.6.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/kiliankoe/GeoJSON.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 -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.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/flight-school/AnyCodable.git
[1/782] Fetching anycodable
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.20s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.6.7 (0.48s)
Creating working copy for https://github.com/flight-school/AnyCodable.git
Working copy of https://github.com/flight-school/AnyCodable.git resolved at 0.6.7
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling AnyCodable AnyDecodable.swift
[5/7] Compiling AnyCodable AnyEncodable.swift
[6/7] Emitting module AnyCodable
[7/7] Compiling AnyCodable AnyCodable.swift
[9/21] Compiling GeoJSON Point.swift
[10/21] Compiling GeoJSON Polygon.swift
[11/21] Compiling GeoJSON MultiPoint.swift
[12/21] Compiling GeoJSON MultiPolygon.swift
[13/22] Compiling GeoJSON Geometry.swift
[14/22] Compiling GeoJSON GeometryCollection.swift
[15/22] Compiling GeoJSON LineString.swift
[16/22] Compiling GeoJSON MultiLineString.swift
[17/22] Compiling GeoJSON FeatureCollection.swift
[18/22] Compiling GeoJSON GeoJSONDocument.swift
[19/22] Compiling GeoJSON BoundingBox.swift
[20/22] Compiling GeoJSON Feature.swift
[21/22] Emitting module GeoJSON
[22/22] Compiling GeoJSON Position.swift
Build complete! (11.50s)
Build complete.
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/flight-school/AnyCodable.git"
}
],
"manifest_display_name" : "GeoJSON",
"name" : "GeoJSON",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "GeoJSON",
"targets" : [
"GeoJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GeoJSONTests",
"module_type" : "SwiftTarget",
"name" : "GeoJSONTests",
"path" : "Tests/GeoJSONTests",
"sources" : [
"DecodingTests.swift",
"EncodingTests.swift",
"GeometryTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"GeoJSON"
],
"type" : "test"
},
{
"c99name" : "GeoJSON",
"module_type" : "SwiftTarget",
"name" : "GeoJSON",
"path" : "Sources/GeoJSON",
"product_dependencies" : [
"AnyCodable"
],
"product_memberships" : [
"GeoJSON"
],
"sources" : [
"BoundingBox.swift",
"Feature.swift",
"FeatureCollection.swift",
"GeoJSONDocument.swift",
"Geometry/Geometry.swift",
"Geometry/GeometryCollection.swift",
"Geometry/LineString.swift",
"Geometry/MultiLineString.swift",
"Geometry/MultiPoint.swift",
"Geometry/MultiPolygon.swift",
"Geometry/Point.swift",
"Geometry/Polygon.swift",
"Geometry/Position.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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.