The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftSimctl, reference master (15b11e), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 08:43:48 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.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/ctreffs/SwiftSimctl.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/ctreffs/SwiftSimctl
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 15b11e9 Update dependency apple/swift-argument-parser to v1 (#27)
Cloned https://github.com/ctreffs/SwiftSimctl.git
Revision (git rev-parse @):
15b11e9809e5eeb6999605a5afef626eeeba434e
SUCCESS checkout https://github.com/ctreffs/SwiftSimctl.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ctreffs/SwiftSimctl.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/JohnSundell/ShellOut.git
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/apple/swift-argument-parser
[1/980] Fetching shellout
[981/7030] Fetching shellout, swifter
[4853/22410] Fetching shellout, swifter, swift-argument-parser
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.95s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.95s)
Fetched https://github.com/httpswift/swifter.git from cache (0.97s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (10.47s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (2.15s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.35s)
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/42] Emitting module SimctlShared
/host/spi-builder-workspace/Sources/SimctlShared/SimctlShared.swift:8:15: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import struct Foundation.URL
    |               `- error: no such module 'Foundation'
  9 | import struct Foundation.Data
 10 | import struct Foundation.UUID
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/42] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | import Dispatch
  9 |
[12/42] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | import Dispatch
  9 |
[13/42] Compiling SimctlShared SimctlShared.swift
/host/spi-builder-workspace/Sources/SimctlShared/SimctlShared.swift:8:15: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import struct Foundation.URL
    |               `- error: no such module 'Foundation'
  9 | import struct Foundation.Data
 10 | import struct Foundation.UUID
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/42] Emitting module Swifter
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[15/42] Compiling Swifter HttpParser.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[16/42] Compiling Swifter HttpRequest.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[17/42] Compiling Swifter HttpResponse.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[18/42] Compiling Swifter DemoServer.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[19/42] Compiling Swifter Errno.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[20/42] Compiling Swifter Files.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[21/44] Compiling Swifter Socket+File.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[22/44] Compiling Swifter Socket+Server.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[23/44] Compiling Swifter Socket.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[24/44] Compiling Swifter String+BASE64.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[25/44] Compiling Swifter String+File.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[26/44] Compiling Swifter String+Misc.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[27/44] Compiling Swifter HttpRouter.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[28/44] Compiling Swifter HttpServer.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[29/44] Compiling Swifter HttpServerIO.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[30/44] Compiling Swifter MimeTypes.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[31/44] Compiling Swifter Process.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[32/44] Compiling Swifter Scopes.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[33/44] Emitting module ArgumentParserToolInfo
[34/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[36/45] Compiling Swifter String+SHA1.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[37/45] Compiling Swifter WebSockets.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // swiftlint:disable function_body_length
[37/45] Wrapping AST for ArgumentParserToolInfo for debugging
BUILD FAILURE 6.2 wasm