Build Information
Failed to build SwiftUIGraphPlotLibrary, reference master (4a39a5), with Swift 6.1 for Wasm on 28 May 2025 01:32:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
Reference: master
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/KanshuYokoo/SwiftUIGraphPlotLibrary
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4a39a5e add ReadMe the exsample of scatter plot
Cloned https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
Revision (git rev-parse @):
4a39a5ebf63ef65d02b267feb393637a3fe0e9a1
SUCCESS checkout https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUIGraphPlotLibrary",
"name" : "SwiftUIGraphPlotLibrary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftUIGraphPlotLibrary",
"targets" : [
"SwiftUIGraphPlotLibrary"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIGraphPlotLibraryTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUIGraphPlotLibraryTests",
"path" : "Tests/SwiftUIGraphPlotLibraryTests",
"sources" : [
"PerformanceTests.swift",
"SwiftUIGraphPlotLibraryTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftUIGraphPlotLibrary"
],
"type" : "test"
},
{
"c99name" : "SwiftUIGraphPlotLibrary",
"module_type" : "SwiftTarget",
"name" : "SwiftUIGraphPlotLibrary",
"path" : "Sources/SwiftUIGraphPlotLibrary",
"product_memberships" : [
"SwiftUIGraphPlotLibrary"
],
"sources" : [
"BottomAxixView.swift",
"Color+extention.swift",
"GraphFrameView.swift",
"GraphPlotView.swift",
"GraphView.swift",
"LeadingAxisView.swift",
"LineView.swift",
"Numeric.swift",
"PlotData.swift",
"ProgressBar.swift",
"Sequence+sorted.swift",
"SwiftUIGraphPlotLibrary.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling SwiftUIGraphPlotLibrary BottomAxixView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[4/17] Compiling SwiftUIGraphPlotLibrary Color+extention.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/17] Emitting module SwiftUIGraphPlotLibrary
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[6/18] Compiling SwiftUIGraphPlotLibrary SwiftUIGraphPlotLibrary.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[7/18] Compiling SwiftUIGraphPlotLibrary PlotData.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[8/18] Compiling SwiftUIGraphPlotLibrary ProgressBar.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[9/18] Compiling SwiftUIGraphPlotLibrary Sequence+sorted.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[10/18] Compiling SwiftUIGraphPlotLibrary GraphView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[11/18] Compiling SwiftUIGraphPlotLibrary LeadingAxisView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[12/18] Compiling SwiftUIGraphPlotLibrary LineView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[13/18] Compiling SwiftUIGraphPlotLibrary Numeric.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[14/18] Compiling SwiftUIGraphPlotLibrary GraphFrameView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[15/18] Compiling SwiftUIGraphPlotLibrary GraphPlotView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/4] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling SwiftUIGraphPlotLibrary Sequence+sorted.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[3/17] Compiling SwiftUIGraphPlotLibrary GraphView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[4/17] Compiling SwiftUIGraphPlotLibrary LeadingAxisView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[5/17] Compiling SwiftUIGraphPlotLibrary LineView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[6/17] Compiling SwiftUIGraphPlotLibrary Numeric.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[7/17] Compiling SwiftUIGraphPlotLibrary SwiftUIGraphPlotLibrary.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[8/17] Compiling SwiftUIGraphPlotLibrary PlotData.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[9/17] Compiling SwiftUIGraphPlotLibrary ProgressBar.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/17] Emitting module SwiftUIGraphPlotLibrary
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[11/17] Compiling SwiftUIGraphPlotLibrary BottomAxixView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[12/17] Compiling SwiftUIGraphPlotLibrary Color+extention.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[13/17] Compiling SwiftUIGraphPlotLibrary GraphFrameView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
[14/17] Compiling SwiftUIGraphPlotLibrary GraphPlotView.swift
/host/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/BottomAxixView.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BottomAxisView: View {
BUILD FAILURE 6.1 wasm