Build Information
Failed to build swift-android-native, reference 1.4.3 (8bfa63
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 23:56:03 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.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/skiptools/swift-android-native.git
Reference: 1.4.3
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/skiptools/swift-android-native
* tag 1.4.3 -> FETCH_HEAD
HEAD is now at 8bfa631
Cloned https://github.com/skiptools/swift-android-native.git
Revision (git rev-parse @):
8bfa631886b4dd1f9e3fc3f43d653a71b6d19295
SUCCESS checkout https://github.com/skiptools/swift-android-native.git at 1.4.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/skiptools/swift-android-native.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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://source.skip.tools/swift-jni.git
[1/105] Fetching swift-jni
Fetched https://source.skip.tools/swift-jni.git from cache (0.88s)
Computing version for https://source.skip.tools/swift-jni.git
Computed https://source.skip.tools/swift-jni.git at 0.2.1 (1.58s)
Creating working copy for https://source.skip.tools/swift-jni.git
Working copy of https://source.skip.tools/swift-jni.git resolved at 0.2.1
Building for debugging...
[0/14] Write sources
[8/14] Compiling CJNI cjni.c
[9/14] Compiling ConcurrencyRuntimeC src.c
[10/14] Write swift-version-24593BA9C3E375BF.txt
[12/47] Emitting module AndroidLogging
[13/47] Compiling AndroidSystem Errno.swift
[14/47] Compiling AndroidSystem ErrnoWindows.swift
[15/47] Compiling AndroidSystem FileDescriptor.swift
[16/47] Compiling AndroidSystem FileHelpers.swift
[17/47] Compiling AndroidSystem LockedState.swift
/host/spi-builder-workspace/Sources/AndroidSystem/LockedState.swift:31:34: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
29 | #endif
30 |
31 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
32 | var _platformLock: PlatformLock
33 |
[18/47] Compiling AndroidSystem MachPort.swift
/host/spi-builder-workspace/Sources/AndroidSystem/LockedState.swift:31:34: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
29 | #endif
30 |
31 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
32 | var _platformLock: PlatformLock
33 |
[19/47] Compiling AndroidSystem PlatformString.swift
/host/spi-builder-workspace/Sources/AndroidSystem/LockedState.swift:31:34: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
29 | #endif
30 |
31 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
32 | var _platformLock: PlatformLock
33 |
[20/47] Compiling AndroidSystem SystemString.swift
/host/spi-builder-workspace/Sources/AndroidSystem/LockedState.swift:31:34: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
29 | #endif
30 |
31 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
32 | var _platformLock: PlatformLock
33 |
[21/47] Compiling AndroidLogging AndroidLogging.swift
[22/51] Compiling SwiftJNI SwiftJNI.swift
/host/spi-builder-workspace/.build/checkouts/swift-jni/Sources/SwiftJNI/SwiftJNI.swift:6:8: error: no such module 'Foundation'
4 | import FoundationEssentials
5 | #else
6 | import Foundation
| `- error: no such module 'Foundation'
7 | #endif
8 | #if canImport(Darwin)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/51] Emitting module SwiftJNI
/host/spi-builder-workspace/.build/checkouts/swift-jni/Sources/SwiftJNI/SwiftJNI.swift:6:8: error: no such module 'Foundation'
4 | import FoundationEssentials
5 | #else
6 | import Foundation
| `- error: no such module 'Foundation'
7 | #endif
8 | #if canImport(Darwin)
BUILD FAILURE 6.2 wasm