Build Information
Failed to build chacl, reference main (afe4f7
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 20:17:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/Frizlab/chacl.git
Reference: main
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/Frizlab/chacl
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at afe4f7e Update the Readme
Cloned https://github.com/Frizlab/chacl.git
Revision (git rev-parse @):
afe4f7e8deae9c2dbb162c446a1015cb97669a7f
SUCCESS checkout https://github.com/Frizlab/chacl.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Frizlab/chacl.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-argument-parser
Fetching https://github.com/xcode-actions/clt-logger.git
Fetching https://github.com/Frizlab/stream-reader.git
Fetching https://github.com/apple/swift-log
[1/1051] Fetching stream-reader
[1052/4887] Fetching stream-reader, swift-log
[1705/5675] Fetching stream-reader, swift-log, clt-logger
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.42s)
Fetched https://github.com/apple/swift-log from cache (0.43s)
Fetched https://github.com/xcode-actions/clt-logger.git from cache (0.45s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.93s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (1.35s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (0.39s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.45s)
Computing version for https://github.com/xcode-actions/clt-logger.git
Computed https://github.com/xcode-actions/clt-logger.git at 0.9.0 (0.53s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.37s)
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.6.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/xcode-actions/clt-logger.git
Working copy of https://github.com/xcode-actions/clt-logger.git resolved at 0.9.0
Building for debugging...
[0/18] Write sources
[7/18] Compiling CSystem shims.c
[8/18] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/62] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[11/65] Compiling StreamReader GenericStreamReader.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[12/66] Compiling SystemPackage FilePathTempPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[13/66] Compiling SystemPackage FilePathTempWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[14/66] Compiling SystemPackage FilePathWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[15/66] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[16/66] Compiling SystemPackage Util+StringArray.swift
[17/66] Compiling SystemPackage Util.swift
[18/66] Compiling SystemPackage UtilConsumers.swift
[19/66] Compiling StreamReader DataReader.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[20/66] Compiling SystemPackage FilePathParsing.swift
[21/66] Compiling SystemPackage FilePathString.swift
[22/66] Compiling SystemPackage FilePathSyntax.swift
[23/66] Compiling SystemPackage FilePathTemp.swift
[24/66] Compiling StreamReader InputStreamReader.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[25/66] Compiling StreamReader StreamReaderErrors.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[26/66] Compiling StreamReader StreamReader.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[27/66] Compiling StreamReader URLSessionStreamTaskReader.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/66] Emitting module StreamReader
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[29/66] Compiling SystemPackage FileOperations.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[30/66] Compiling SystemPackage FilePath.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[31/66] Compiling SystemPackage Errno.swift
[32/66] Compiling SystemPackage ErrnoWindows.swift
[33/66] Compiling SystemPackage FileDescriptor.swift
[34/66] Compiling SystemPackage FileHelpers.swift
[37/66] Compiling SystemPackage FilePathComponentView.swift
[38/66] Compiling SystemPackage FilePathComponents.swift
[39/66] Compiling SystemPackage MachPort.swift
[40/66] Compiling SystemPackage PlatformString.swift
[41/66] Compiling SystemPackage SystemString.swift
[42/66] Compiling StreamReader Matching.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | #if canImport(System)
10 | import System
[43/66] Emitting module ArgumentParserToolInfo
[44/66] Compiling Logging Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
BUILD FAILURE 6.2 wasm