The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftRewriter, reference 0.2.0 (5a14df), with Swift 6.3 for Wasm on 11 Apr 2026 03:33:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/inamiy/swiftrewriter.git
Reference: 0.2.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/inamiy/swiftrewriter
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 5a14dfc Update README.md
Cloned https://github.com/inamiy/swiftrewriter.git
Revision (git rev-parse @):
5a14dfcc9f005f40f15f6028141b520a9a9a738d
SUCCESS checkout https://github.com/inamiy/swiftrewriter.git at 0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/inamiy/swiftrewriter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/JohnSundell/Files.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/thoughtbot/Curry.git
Fetching https://github.com/Carthage/Commandant.git
[1/1273] Fetching files
[473/1874] Fetching files, curry
[1875/4203] Fetching files, curry, commandant
[4204/79168] Fetching files, curry, commandant, swift-syntax
[13950/95214] Fetching files, curry, commandant, swift-syntax, swift-snapshot-testing
Fetched https://github.com/Carthage/Commandant.git from cache (5.80s)
Fetched https://github.com/thoughtbot/Curry.git from cache (5.80s)
Fetched https://github.com/JohnSundell/Files.git from cache (5.81s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.87s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.91s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (6.42s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.54s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (2.79s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.18.0 (3.53s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.12.0 (0.70s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.12.0
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50000.0
Creating working copy for https://github.com/thoughtbot/Curry.git
Working copy of https://github.com/thoughtbot/Curry.git resolved at 4.0.2
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.18.0
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/53] Emitting module Commandant
[9/54] Compiling Commandant Result+Additions.swift
[10/54] Compiling Commandant Switch.swift
[11/54] Compiling Commandant OrderedSet.swift
[12/54] Emitting module SwiftSyntax
[13/57] Compiling SwiftSyntax AbsolutePosition.swift
[14/57] Compiling SwiftSyntax ByteTreeDeserialization.swift
[15/57] Compiling SwiftSyntax SwiftSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:55:22: error: cannot find 'DispatchSource' in scope
 53 |   let stdoutPipe = Pipe()
 54 |   var stdoutData = Data()
 55 |   let stdoutSource = DispatchSource.makeReadSource(
    |                      `- error: cannot find 'DispatchSource' in scope
 56 | 		fileDescriptor: stdoutPipe.fileHandleForReading.fileDescriptor)
 57 |   stdoutSource.setEventHandler {
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:64:22: error: cannot find 'DispatchSource' in scope
 62 |   let stderrPipe = Pipe()
 63 |   var stderrData = Data()
 64 |   let stderrSource = DispatchSource.makeReadSource(
    |                      `- error: cannot find 'DispatchSource' in scope
 65 | 		fileDescriptor: stderrPipe.fileHandleForReading.fileDescriptor)
 66 |   stderrSource.setEventHandler {
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:71:17: error: cannot find 'Process' in scope
 69 |   stderrSource.resume()
 70 |
 71 |   let process = Process()
    |                 `- error: cannot find 'Process' in scope
 72 |   process.launchPath = executable.path
 73 |   process.arguments = arguments
[16/57] Compiling SwiftSyntax SwiftcInvocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:55:22: error: cannot find 'DispatchSource' in scope
 53 |   let stdoutPipe = Pipe()
 54 |   var stdoutData = Data()
 55 |   let stdoutSource = DispatchSource.makeReadSource(
    |                      `- error: cannot find 'DispatchSource' in scope
 56 | 		fileDescriptor: stdoutPipe.fileHandleForReading.fileDescriptor)
 57 |   stdoutSource.setEventHandler {
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:64:22: error: cannot find 'DispatchSource' in scope
 62 |   let stderrPipe = Pipe()
 63 |   var stderrData = Data()
 64 |   let stderrSource = DispatchSource.makeReadSource(
    |                      `- error: cannot find 'DispatchSource' in scope
 65 | 		fileDescriptor: stderrPipe.fileHandleForReading.fileDescriptor)
 66 |   stderrSource.setEventHandler {
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:71:17: error: cannot find 'Process' in scope
 69 |   stderrSource.resume()
 70 |
 71 |   let process = Process()
    |                 `- error: cannot find 'Process' in scope
 72 |   process.launchPath = executable.path
 73 |   process.arguments = arguments
[17/57] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:55:22: error: cannot find 'DispatchSource' in scope
 53 |   let stdoutPipe = Pipe()
 54 |   var stdoutData = Data()
 55 |   let stdoutSource = DispatchSource.makeReadSource(
    |                      `- error: cannot find 'DispatchSource' in scope
 56 | 		fileDescriptor: stdoutPipe.fileHandleForReading.fileDescriptor)
 57 |   stdoutSource.setEventHandler {
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:64:22: error: cannot find 'DispatchSource' in scope
 62 |   let stderrPipe = Pipe()
 63 |   var stderrData = Data()
 64 |   let stderrSource = DispatchSource.makeReadSource(
    |                      `- error: cannot find 'DispatchSource' in scope
 65 | 		fileDescriptor: stderrPipe.fileHandleForReading.fileDescriptor)
 66 |   stderrSource.setEventHandler {
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftcInvocation.swift:71:17: error: cannot find 'Process' in scope
 69 |   stderrSource.resume()
 70 |
 71 |   let process = Process()
    |                 `- error: cannot find 'Process' in scope
 72 |   process.launchPath = executable.path
 73 |   process.arguments = arguments
[18/57] Compiling SwiftSyntax DiagnosticEngine.swift
[19/57] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[20/57] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[21/57] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[24/57] Compiling SwiftSyntax Diagnostic.swift
[25/57] Compiling SwiftSyntax DiagnosticConsumer.swift
[26/57] Compiling Commandant HelpCommand.swift
[27/57] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
204 |
205 | 		func launchTask(_ path: String, arguments: [String]) -> Int32 {
206 | 			let task = Process()
    |               `- error: cannot find 'Process' in scope
207 | 			task.arguments = arguments
208 |
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
204 |
205 | 		func launchTask(_ path: String, arguments: [String]) -> Int32 {
206 | 			let task = Process()
    |               `- error: cannot find 'Process' in scope
207 | 			task.arguments = arguments
208 |
[30/57] Compiling Commandant Errors.swift
[31/57] Compiling SwiftSyntax SyntaxChildren.swift
[32/57] Compiling SwiftSyntax SyntaxData.swift
[33/57] Compiling SwiftSyntax WeakLookupTable.swift
[34/57] Compiling SwiftSyntax RawSyntax.swift
[35/57] Compiling SwiftSyntax SourceLength.swift
[36/57] Compiling SwiftSyntax SourcePresence.swift
[37/57] Emitting module Files
[38/57] Emitting module Curry
BUILD FAILURE 6.3 wasm