Build Information
Failed to build SwiftTestReporter, reference 2.1.0 (f093c4
), with Swift 6.1 for Wasm on 28 May 2025 19:00:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/allegro/swift-junit.git
Reference: 2.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/allegro/swift-junit
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at f093c44 Merge pull request #16 from aufflick/master
Cloned https://github.com/allegro/swift-junit.git
Revision (git rev-parse @):
f093c446dd280ec726e8102effd9662bb0f5465b
SUCCESS checkout https://github.com/allegro/swift-junit.git at 2.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/allegro/swift-junit.git
https://github.com/allegro/swift-junit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "htmlstring",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/alexaubry/HTMLString.git"
}
],
"manifest_display_name" : "SwiftTestReporter",
"name" : "SwiftTestReporter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftTestReporter",
"targets" : [
"SwiftTestReporter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTestReporterTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTestReporterTests",
"path" : "Tests/SwiftTestReporterTests",
"sources" : [
"HandlersTests.swift",
"JUnitReporterTests.swift",
"UtilsTests.swift"
],
"target_dependencies" : [
"SwiftTestReporter"
],
"type" : "test"
},
{
"c99name" : "SwiftTestReporter",
"module_type" : "SwiftTarget",
"name" : "SwiftTestReporter",
"path" : "Sources/SwiftTestReporter",
"product_dependencies" : [
"HTMLString"
],
"product_memberships" : [
"SwiftTestReporter"
],
"sources" : [
"Handlers.swift",
"Models.swift",
"Reporters/JUnit/JUnitElement.swift",
"Reporters/JUnit/JUnitReporter.swift",
"Reporters/JUnit/Models+JUnit.swift",
"Reporters/Reporter.swift",
"TestObserver.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.54s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (4.55s)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling HTMLString NSString+HTMLString.swift
[5/7] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:73: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
23 |
24 | do {
25 | unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
| `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
26 | } catch {
27 | unescapingTable = [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:80: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
23 |
24 | do {
25 | unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
| `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
26 | } catch {
27 | unescapingTable = [:]
[6/7] Compiling HTMLString HTMLString.swift
[7/7] Emitting module HTMLString
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling HTMLString NSString+HTMLString.swift
[3/5] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:73: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
23 |
24 | do {
25 | unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
| `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
26 | } catch {
27 | unescapingTable = [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:80: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
23 |
24 | do {
25 | unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
| `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
26 | } catch {
27 | unescapingTable = [:]
[4/5] Compiling HTMLString HTMLString.swift
[5/5] Emitting module HTMLString
BUILD FAILURE 6.1 wasm