Build Information
Failed to build NIOCronScheduler, reference 2.1.0 (aa67f5
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 15:55:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/niocronscheduler.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/mihaelisaev/niocronscheduler
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at aa67f5e Update README.md
Cloned https://github.com/mihaelisaev/niocronscheduler.git
Revision (git rev-parse @):
aa67f5efde1c728772fcfc21a862412df83f14f1
SUCCESS checkout https://github.com/mihaelisaev/niocronscheduler.git at 2.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mihaelisaev/niocronscheduler.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/MihaelIsaev/SwifCron.git
[1/169] Fetching swifcron
[170/76496] Fetching swifcron, swift-nio
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (4.87s)
Fetched https://github.com/apple/swift-nio.git from cache (4.96s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (7.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.79s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[1798/18437] Fetching swift-atomics, swift-collections
[2298/22873] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.35s)
[10910/21076] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.40s)
[7655/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.06s)
Creating working copy for https://github.com/MihaelIsaev/SwifCron.git
Working copy of https://github.com/MihaelIsaev/SwifCron.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows shim.c
[12/22] Compiling CNIOLinux liburing_shims.c
[13/22] Compiling CNIOWindows WSAStartup.c
[13/22] Compiling _AtomicsShims.c
[13/22] Write sources
[13/22] Compiling CNIOLinux shim.c
[17/22] Compiling CNIODarwin shim.c
[18/22] Compiling CNIOWASI CNIOWASI.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/66] Emitting module _NIOBase64
[21/66] Compiling c-nioatomics.c
[22/66] Compiling c-atomics.c
[24/72] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[25/72] Compiling SwifCron Helper.swift
/host/spi-builder-workspace/.build/checkouts/SwifCron/Sources/SwifCron/ExpressionParser.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct ExpressionParser {
[26/72] Compiling SwifCron ExpressionParser.swift
/host/spi-builder-workspace/.build/checkouts/SwifCron/Sources/SwifCron/ExpressionParser.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct ExpressionParser {
[27/72] Compiling Atomics IntegerConformances.swift
[28/72] Compiling Atomics PointerConformances.swift
[29/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/73] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/73] Compiling InternalCollectionsUtilities Descriptions.swift
[32/73] Emitting module InternalCollectionsUtilities
[33/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/75] Emitting module SwifCron
/host/spi-builder-workspace/.build/checkouts/SwifCron/Sources/SwifCron/ExpressionParser.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct ExpressionParser {
[36/75] Compiling Atomics ManagedAtomic.swift
[37/75] Compiling Atomics ManagedAtomicLazyReference.swift
[38/75] Compiling Atomics AtomicMemoryOrderings.swift
[39/75] Compiling Atomics DoubleWord.swift
[40/75] Compiling InternalCollectionsUtilities Debugging.swift
[41/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/75] Compiling SwifCron Array+Each.swift
/host/spi-builder-workspace/.build/checkouts/SwifCron/Sources/SwifCron/ExpressionParser.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct ExpressionParser {
[43/75] Compiling SwifCron SwifCron.swift
/host/spi-builder-workspace/.build/checkouts/SwifCron/Sources/SwifCron/ExpressionParser.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct ExpressionParser {
[44/75] Compiling SwifCron SwifCronError.swift
/host/spi-builder-workspace/.build/checkouts/SwifCron/Sources/SwifCron/ExpressionParser.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct ExpressionParser {
[45/75] Compiling Atomics Primitives.native.swift
[46/75] Compiling Atomics OptionalRawRepresentable.swift
[47/75] Compiling Atomics RawRepresentable.swift
[48/75] Compiling Atomics AtomicBool.swift
[53/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/75] Compiling _NIOBase64 Base64.swift
[57/76] Emitting module _NIODataStructures
BUILD FAILURE 6.2 wasm