The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CSVImporter, reference 1.9.1 (637553), with Swift 6.3 for Wasm on 12 Apr 2026 23:51:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/FlineDev/CSVImporter.git
Reference: 1.9.1
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/FlineDev/CSVImporter
 * tag               1.9.1      -> FETCH_HEAD
HEAD is now at 6375530 Merge branch 'deploy/1.9.1' into productive
Cloned https://github.com/FlineDev/CSVImporter.git
Revision (git rev-parse @):
63755302a3d3ad81d62607dba4a97f06a62eab1b
SUCCESS checkout https://github.com/FlineDev/CSVImporter.git at 1.9.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FlineDev/CSVImporter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/Quick/Quick.git
Fetching https://github.com/Flinesoft/HandySwift.git
Fetching https://github.com/Quick/Nimble.git
[1/3483] Fetching handyswift
[106/18379] Fetching handyswift, quick
[11230/38196] Fetching handyswift, quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.05s)
[10419/23300] Fetching handyswift, nimble
Fetched https://github.com/Flinesoft/HandySwift.git from cache (1.74s)
Fetched https://github.com/Quick/Nimble.git from cache (1.75s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (2.47s)
Computing version for https://github.com/Flinesoft/HandySwift.git
Computed https://github.com/Flinesoft/HandySwift.git at 2.8.0 (0.44s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.47s)
Creating working copy for https://github.com/Flinesoft/HandySwift.git
Working copy of https://github.com/Flinesoft/HandySwift.git resolved at 2.8.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Frameworks/CSVImporter/Frameworks/SupportingFiles': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/CSVImporterTests/Tests/SupportingFiles': File not found.
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling HandySwift IntExtension.swift
[5/17] Compiling HandySwift NSRangeExtension.swift
[6/18] Compiling HandySwift Unowned.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/18] Compiling HandySwift ArrayExtension.swift
[8/18] Compiling HandySwift CollectionExtension.swift
[9/18] Emitting module HandySwift
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Extensions/DispatchTimeIntervalExtension.swift:8:11: error: cannot find type 'DispatchTimeInterval' in scope
 6 | import Foundation
 7 |
 8 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 9 |     /// - Returns: The time in seconds using the`TimeInterval` type.
10 |     public var timeInterval: TimeInterval {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:14:53: error: cannot find type 'DispatchQoS' in scope
12 | ///   - qosClass: The global QOS class to be used or `nil` to use the main thread. Defaults to `nil`.
13 | ///   - closure: The code to run with a delay.
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
   |                                                     `- error: cannot find type 'DispatchQoS' in scope
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
[10/18] Compiling HandySwift StringExtension.swift
[11/18] Compiling HandySwift TimeIntervalExtension.swift
[12/18] Compiling HandySwift Regex.swift
[13/18] Compiling HandySwift SortedArray.swift
[14/18] Compiling HandySwift Globals.swift
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:14:53: error: cannot find type 'DispatchQoS' in scope
12 | ///   - qosClass: The global QOS class to be used or `nil` to use the main thread. Defaults to `nil`.
13 | ///   - closure: The code to run with a delay.
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
   |                                                     `- error: cannot find type 'DispatchQoS' in scope
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:15:43: error: cannot find 'DispatchQueue' in scope
13 | ///   - closure: The code to run with a delay.
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                           `- error: cannot find 'DispatchQueue' in scope
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
17 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:15:82: error: cannot find 'DispatchQueue' in scope
13 | ///   - closure: The code to run with a delay.
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                  `- error: cannot find 'DispatchQueue' in scope
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
17 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:16:40: error: cannot find 'DispatchTime' in scope
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
   |                                        `- error: cannot find 'DispatchTime' in scope
17 | }
18 |
[15/18] Compiling HandySwift FrequencyTable.swift
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:14:53: error: cannot find type 'DispatchQoS' in scope
12 | ///   - qosClass: The global QOS class to be used or `nil` to use the main thread. Defaults to `nil`.
13 | ///   - closure: The code to run with a delay.
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
   |                                                     `- error: cannot find type 'DispatchQoS' in scope
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:15:43: error: cannot find 'DispatchQueue' in scope
13 | ///   - closure: The code to run with a delay.
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                           `- error: cannot find 'DispatchQueue' in scope
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
17 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:15:82: error: cannot find 'DispatchQueue' in scope
13 | ///   - closure: The code to run with a delay.
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                  `- error: cannot find 'DispatchQueue' in scope
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
17 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Globals.swift:16:40: error: cannot find 'DispatchTime' in scope
14 | public func delay(by delayTime: Timespan, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @escaping () -> Void) {
15 |     let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
16 |     dispatchQueue.asyncAfter(deadline: DispatchTime.now() + delayTime, execute: closure)
   |                                        `- error: cannot find 'DispatchTime' in scope
17 | }
18 |
[16/18] Compiling HandySwift DictionaryExtension.swift
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Extensions/DispatchTimeIntervalExtension.swift:8:11: error: cannot find type 'DispatchTimeInterval' in scope
 6 | import Foundation
 7 |
 8 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 9 |     /// - Returns: The time in seconds using the`TimeInterval` type.
10 |     public var timeInterval: TimeInterval {
[17/18] Compiling HandySwift DispatchTimeIntervalExtension.swift
/host/spi-builder-workspace/.build/checkouts/HandySwift/Frameworks/HandySwift/Extensions/DispatchTimeIntervalExtension.swift:8:11: error: cannot find type 'DispatchTimeInterval' in scope
 6 | import Foundation
 7 |
 8 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 9 |     /// - Returns: The time in seconds using the`TimeInterval` type.
10 |     public var timeInterval: TimeInterval {
[18/18] Compiling HandySwift Weak.swift
BUILD FAILURE 6.3 wasm