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 0.4.2 (7cda25), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 08:44:20 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/ctreffs/SwiftSimctl.git
Reference: 0.4.2
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
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at 7cda257 Add get_app_container command (#18)
Cloned https://github.com/ctreffs/SwiftSimctl.git
Revision (git rev-parse @):
7cda257c97cf6aecab0adca63e6b9a2816c75281
SUCCESS checkout https://github.com/ctreffs/SwiftSimctl.git at 0.4.2
========================================
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-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/httpswift/swifter.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser
[1/6050] Fetching swifter
[122/7030] Fetching swifter, shellout
[4131/22410] Fetching swifter, shellout, swift-argument-parser
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.03s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.13s)
Fetched https://github.com/httpswift/swifter.git from cache (1.14s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (1.56s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (3.35s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.72s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
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 0.5.0
Building for debugging...
[0/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/41] Emitting module ArgumentParserToolInfo
[10/41] 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
[11/41] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/43] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/43] 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
[14/43] 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 |
[15/43] 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
[16/43] 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
[17/43] 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)
[18/43] 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
[19/43] 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
[20/43] 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
[21/43] 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
[22/43] 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
[23/43] 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
[24/43] 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
[25/43] 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
[26/43] 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
[27/43] 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
[28/43] 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
[29/43] 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
[30/43] 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
[31/43] 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
[32/43] 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
BUILD FAILURE 6.2 wasm