Build Information
Failed to build savannakit, reference 0.10.4 (e3ed31), with Swift 6.1 for Wasm on 29 May 2025 02:09:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/eecollante10/savannakit.git
Reference: 0.10.4
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/eecollante10/savannakit
* tag 0.10.4 -> FETCH_HEAD
HEAD is now at e3ed31d Arreglar Package
Cloned https://github.com/eecollante10/savannakit.git
Revision (git rev-parse @):
e3ed31d21a16e5d5950abce7cf2344dff4ff3e5b
SUCCESS checkout https://github.com/eecollante10/savannakit.git at 0.10.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/eecollante10/savannakit.git
https://github.com/eecollante10/savannakit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "savannakit",
"name" : "savannakit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "savannakit",
"targets" : [
"savannakit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "savannakitTests",
"module_type" : "SwiftTarget",
"name" : "savannakitTests",
"path" : "Tests/savannakitTests",
"sources" : [
"LegacySavannaKitTests.swift",
"XCTestManifests.swift",
"savannakitTests.swift"
],
"target_dependencies" : [
"savannakit"
],
"type" : "test"
},
{
"c99name" : "savannakit",
"module_type" : "SwiftTarget",
"name" : "savannakit",
"path" : "Sources",
"product_memberships" : [
"savannakit"
],
"sources" : [
"SavannaKit/ASTVisualizer.swift",
"SavannaKit/Model/Lexer.swift",
"SavannaKit/Model/Paragraph.swift",
"SavannaKit/Model/RegexLexer.swift",
"SavannaKit/Model/SyntaxColorTheme.swift",
"SavannaKit/Model/Token.swift",
"SavannaKit/Util/NSMutableAttributedString+Tokens.swift",
"SavannaKit/Util/NSTextView+UIKit.swift",
"SavannaKit/Util/String+Range.swift",
"SavannaKit/Util/Types.swift",
"SavannaKit/View/InnerTextView.swift",
"SavannaKit/View/LineNumberLayoutManager.swift",
"SavannaKit/View/Paragraphs.swift",
"SavannaKit/View/SyntaxTextView+TextViewDelegate.swift",
"SavannaKit/View/SyntaxTextView.swift",
"SavannaKit/View/SyntaxTextViewLayoutManager.swift",
"SavannaKit/View/TextViewWrapperView.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] Emitting module savannakit
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[4/20] Compiling savannakit SyntaxTextView+TextViewDelegate.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[5/20] Compiling savannakit SyntaxTextView.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[6/20] Compiling savannakit RegexLexer.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[7/20] Compiling savannakit SyntaxColorTheme.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[8/20] Compiling savannakit LineNumberLayoutManager.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[9/20] Compiling savannakit Paragraphs.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[10/20] Compiling savannakit NSTextView+UIKit.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[11/20] Compiling savannakit String+Range.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[12/20] Compiling savannakit Types.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[13/20] Compiling savannakit InnerTextView.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[14/20] Compiling savannakit SyntaxTextViewLayoutManager.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[15/20] Compiling savannakit TextViewWrapperView.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[16/20] Compiling savannakit ASTVisualizer.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[17/20] Compiling savannakit Lexer.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[18/20] Compiling savannakit Paragraph.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[19/20] Compiling savannakit Token.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[20/20] Compiling savannakit NSMutableAttributedString+Tokens.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/17] Emitting module savannakit
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[3/19] Compiling savannakit Token.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[4/19] Compiling savannakit NSMutableAttributedString+Tokens.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[5/19] Compiling savannakit NSTextView+UIKit.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[6/19] Compiling savannakit String+Range.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[7/19] Compiling savannakit SyntaxTextViewLayoutManager.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[8/19] Compiling savannakit TextViewWrapperView.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[9/19] Compiling savannakit ASTVisualizer.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[10/19] Compiling savannakit Lexer.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[11/19] Compiling savannakit Paragraph.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[12/19] Compiling savannakit LineNumberLayoutManager.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[13/19] Compiling savannakit Paragraphs.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[14/19] Compiling savannakit RegexLexer.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[15/19] Compiling savannakit SyntaxColorTheme.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[16/19] Compiling savannakit Types.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[17/19] Compiling savannakit InnerTextView.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[18/19] Compiling savannakit SyntaxTextView+TextViewDelegate.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
[19/19] Compiling savannakit SyntaxTextView.swift
/host/spi-builder-workspace/Sources/SavannaKit/ASTVisualizer.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | #if os(macOS)
BUILD FAILURE 6.1 wasm