Build Information
Failed to build PulsrMarkdown, reference main (8d840e
), with Swift 6.1 for Wasm on 28 May 2025 00:40:35 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/Snowy1803/PulsrMarkdown.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/Snowy1803/PulsrMarkdown
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8d840e6 Update README, add LICENSE, add documentation
Cloned https://github.com/Snowy1803/PulsrMarkdown.git
Revision (git rev-parse @):
8d840e66c9ead1c430abd1113393d10f6b2343ee
SUCCESS checkout https://github.com/Snowy1803/PulsrMarkdown.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Snowy1803/PulsrMarkdown.git
https://github.com/Snowy1803/PulsrMarkdown.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "PulsrMarkdown",
"name" : "PulsrMarkdown",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "PulsrMarkdown",
"targets" : [
"PulsrMarkdown"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PulsrMarkdownViews",
"targets" : [
"PulsrMarkdownViews"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PulsrMarkdownViews",
"module_type" : "SwiftTarget",
"name" : "PulsrMarkdownViews",
"path" : "Sources/PulsrMarkdownViews",
"product_memberships" : [
"PulsrMarkdownViews"
],
"sources" : [
"MarkdownEditorView.swift",
"MarkdownRenderedTextView.swift",
"MarkdownView.swift"
],
"target_dependencies" : [
"PulsrMarkdown"
],
"type" : "library"
},
{
"c99name" : "PulsrMarkdownTests",
"module_type" : "SwiftTarget",
"name" : "PulsrMarkdownTests",
"path" : "Tests/PulsrMarkdownTests",
"sources" : [
"PulsrMarkdownTests.swift"
],
"target_dependencies" : [
"PulsrMarkdown"
],
"type" : "test"
},
{
"c99name" : "PulsrMarkdown",
"module_type" : "SwiftTarget",
"name" : "PulsrMarkdown",
"path" : "Sources/PulsrMarkdown",
"product_memberships" : [
"PulsrMarkdown",
"PulsrMarkdownViews"
],
"sources" : [
"MarkdownGenerator.swift",
"MarkdownRule.swift",
"UIColor+watchOS.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling PulsrMarkdown UIColor+watchOS.swift
/host/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public struct MarkdownGenerator {
[5/7] Compiling PulsrMarkdown MarkdownRule.swift
/host/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public struct MarkdownGenerator {
[6/7] Compiling PulsrMarkdown MarkdownGenerator.swift
/host/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public struct MarkdownGenerator {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/7] Emitting module PulsrMarkdown
/host/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public struct MarkdownGenerator {
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 PulsrMarkdown UIColor+watchOS.swift
/host/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public struct MarkdownGenerator {
[3/5] Compiling PulsrMarkdown MarkdownRule.swift
/host/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public struct MarkdownGenerator {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module PulsrMarkdown
/host/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public struct MarkdownGenerator {
[5/5] Compiling PulsrMarkdown MarkdownGenerator.swift
/host/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public struct MarkdownGenerator {
BUILD FAILURE 6.1 wasm