Build Information
Failed to build RCKML, reference main (45531d), with Swift 6.1 for Wasm on 24 Dec 2025 08:08:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RCCoop/RCKML.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/RCCoop/RCKML
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 45531db Update README and dependencies
Cloned https://github.com/RCCoop/RCKML.git
Revision (git rev-parse @):
45531db68a7c046ff73cd4907642c2ae8b3821cb
SUCCESS checkout https://github.com/RCCoop/RCKML.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/RCCoop/RCKML.git
https://github.com/RCCoop/RCKML.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "aexml",
"requirement" : {
"range" : [
{
"lower_bound" : "4.6.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tadija/AEXML.git"
},
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/weichsel/ZIPFoundation.git"
}
],
"manifest_display_name" : "RCKML",
"name" : "RCKML",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "RCKML",
"targets" : [
"RCKML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RCKMLTests",
"module_type" : "SwiftTarget",
"name" : "RCKMLTests",
"path" : "Tests/RCKMLTests",
"product_dependencies" : [
"AEXML",
"ZIPFoundation"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/RCKMLTests/SampleData/GoogleSample.kml",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AnyKML Types/AnyFeatureTests.swift",
"AnyKML Types/AnyGeometryTests.swift",
"AnyKML Types/AnyStyleSelectorTests.swift",
"AnyKML Types/AnyStyleTests.swift",
"Concrete Types/Features/KMLDocumentTests.swift",
"Concrete Types/Features/KMLFolderTests.swift",
"Concrete Types/Features/KMLPlacemarkTests.swift",
"Concrete Types/Geometries/KMLCoordinateTests.swift",
"Concrete Types/Geometries/KMLLineStringTests.swift",
"Concrete Types/Geometries/KMLMultiGeometryTests.swift",
"Concrete Types/Geometries/KMLPointTests.swift",
"Concrete Types/Geometries/KMLPolygonTests.swift",
"Concrete Types/KMLFileTests.swift",
"Concrete Types/Styles/KMLColorTests.swift",
"Concrete Types/Styles/KMLLineStyleTests.swift",
"Concrete Types/Styles/KMLPolyStyleTests.swift",
"Concrete Types/Styles/KMLStyleMapTests.swift",
"Concrete Types/Styles/KMLStyleTests.swift",
"Concrete Types/Styles/KMLStyleUrlTests.swift",
"KMLValue/StandardValueTests.swift",
"SampleData/Samples.swift",
"Test Helpers/AEXML+KMLTests.swift",
"Test Helpers/KMLDecoder+TestXML.swift",
"Test Helpers/KMLEncoder+Wrapping.swift"
],
"target_dependencies" : [
"RCKML"
],
"type" : "test"
},
{
"c99name" : "RCKML",
"module_type" : "SwiftTarget",
"name" : "RCKML",
"path" : "Sources/RCKML",
"product_dependencies" : [
"AEXML",
"ZIPFoundation"
],
"product_memberships" : [
"RCKML"
],
"sources" : [
"AnyKML Types/AnyKMLFeature.swift",
"AnyKML Types/AnyKMLGeometry.swift",
"AnyKML Types/AnyKMLStyle.swift",
"AnyKML Types/AnyKMLStyleSelector.swift",
"Concrete Types/Features/KMLDocument.swift",
"Concrete Types/Features/KMLFolder.swift",
"Concrete Types/Features/KMLPlacemark.swift",
"Concrete Types/Geometries/KMLCoordinates.swift",
"Concrete Types/Geometries/KMLLineString.swift",
"Concrete Types/Geometries/KMLMultiGeometry.swift",
"Concrete Types/Geometries/KMLPoint.swift",
"Concrete Types/Geometries/KMLPolygon.swift",
"Concrete Types/Styles/KMLColor.swift",
"Concrete Types/Styles/KMLLineStyle.swift",
"Concrete Types/Styles/KMLPolyStyle.swift",
"Concrete Types/Styles/KMLStyle.swift",
"Concrete Types/Styles/KMLStyleMap.swift",
"Concrete Types/Styles/KMLStyleUrl.swift",
"Internal Codable/Coding Protocols/KMLDecodable.swift",
"Internal Codable/Coding Protocols/KMLEncodable.swift",
"Internal Codable/Coding Types/KMLDecoder.swift",
"Internal Codable/Coding Types/KMLEncoder.swift",
"Internal Codable/Coding Types/KMLTagName.swift",
"Internal Codable/Coding Types/KMLValue.swift",
"KMLFile.swift",
"Protocols/AnyKML.swift",
"Protocols/KMLContainer.swift",
"Protocols/KMLFeature.swift",
"Protocols/KMLGeometry.swift",
"Protocols/KMLObject.swift",
"Protocols/KMLStyleProtocols.swift",
"UTType+KML.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm