Build Information
Failed to build Assetizer, reference master (efb8d0
), with Swift 6.1 for Wasm on 27 May 2025 15:48:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/jkmathew/assetizer.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/jkmathew/assetizer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at efb8d04 Adding tests
Cloned https://github.com/jkmathew/assetizer.git
Revision (git rev-parse @):
efb8d049c6e1cf107e9f8f87deccc681e092ed5b
SUCCESS checkout https://github.com/jkmathew/assetizer.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jkmathew/assetizer.git
https://github.com/jkmathew/assetizer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "commander",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Commander.git"
}
],
"manifest_display_name" : "Assetizer",
"name" : "Assetizer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Assetizer",
"targets" : [
"Assetizer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "assetize",
"targets" : [
"assetize"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "assetize",
"module_type" : "SwiftTarget",
"name" : "assetize",
"path" : "Sources/assetize",
"product_dependencies" : [
"Commander"
],
"product_memberships" : [
"assetize"
],
"sources" : [
"ArgumentConvertibles.swift",
"main.swift"
],
"target_dependencies" : [
"Assetizer"
],
"type" : "executable"
},
{
"c99name" : "AssetizerTests",
"module_type" : "SwiftTarget",
"name" : "AssetizerTests",
"path" : "Sources/AssetizerTests",
"sources" : [
"AssetizerTests.swift"
],
"target_dependencies" : [
"Assetizer"
],
"type" : "test"
},
{
"c99name" : "Assetizer",
"module_type" : "SwiftTarget",
"name" : "Assetizer",
"path" : "Sources/Assetizer",
"product_memberships" : [
"Assetizer",
"assetize"
],
"sources" : [
"AssetWriter.swift",
"DeviceIdiom.swift",
"Error.swift",
"URLConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/kylef/Commander.git
[1/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.25s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (1.06s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.38s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.61s)
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/23] Compiling Commander ArgumentParser.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/23] Emitting module Commander
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[7/24] Compiling Commander ArgumentConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[8/24] Compiling Commander ArgumentDescription.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[9/24] Compiling Commander Command.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[10/24] Compiling Commander CommandRunner.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[11/24] Compiling Commander Group.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[12/24] Compiling Commander CommandType.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[13/24] Compiling Commander Error.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[14/24] Compiling Commander Commands.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[15/24] Compiling Assetizer Error.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[16/24] Compiling Assetizer URLConvertible.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/24] Emitting module Assetizer
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[18/24] Compiling Assetizer AssetWriter.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[19/24] Compiling Assetizer DeviceIdiom.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/6] Write swift-version-24593BA9C3E375BF.txt
[2/20] Compiling Assetizer URLConvertible.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[3/20] Compiling Assetizer DeviceIdiom.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[4/20] Compiling Assetizer Error.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[5/20] Compiling Commander Error.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/21] Emitting module Assetizer
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[7/21] Compiling Assetizer AssetWriter.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[8/21] Compiling Commander Group.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[9/21] Compiling Commander ArgumentConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[10/21] Compiling Commander ArgumentDescription.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[11/21] Compiling Commander CommandRunner.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[12/21] Compiling Commander Command.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[13/21] Compiling Commander CommandType.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/21] Compiling Commander ArgumentParser.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[15/21] Emitting module Commander
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
BUILD FAILURE 6.1 wasm