The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SegmentAppsFlyer, reference 1.3.2 (2bba24), with Swift 6.2 for Wasm on 28 Apr 2026 08:42:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/segment-integrations/analytics-swift-appsflyer.git
Reference: 1.3.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/segment-integrations/analytics-swift-appsflyer
 * tag               1.3.2      -> FETCH_HEAD
HEAD is now at 2bba247 Version 1.3.2
Cloned https://github.com/segment-integrations/analytics-swift-appsflyer.git
Revision (git rev-parse @):
2bba2470fed61753eb953578476773770cc7c0f5
SUCCESS checkout https://github.com/segment-integrations/analytics-swift-appsflyer.git at 1.3.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/segment-integrations/analytics-swift-appsflyer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/segmentio/analytics-swift.git
Fetching https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic
[1/118] Fetching appsflyerframework-dynamic
[119/9707] Fetching appsflyerframework-dynamic, analytics-swift
Fetched https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic from cache (0.27s)
[672/9589] Fetching analytics-swift
Fetched https://github.com/segmentio/analytics-swift.git from cache (0.58s)
Computing version for https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic
Computed https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic at 6.17.8 (1.00s)
Computing version for https://github.com/segmentio/analytics-swift.git
Computed https://github.com/segmentio/analytics-swift.git at 1.9.3 (0.45s)
Fetching https://github.com/segmentio/sovran-swift.git
Fetching https://github.com/segmentio/jsonsafeencoding-swift.git
[1/77] Fetching jsonsafeencoding-swift
[78/448] Fetching jsonsafeencoding-swift, sovran-swift
Fetched https://github.com/segmentio/jsonsafeencoding-swift.git from cache (0.26s)
Fetched https://github.com/segmentio/sovran-swift.git from cache (0.26s)
Computing version for https://github.com/segmentio/jsonsafeencoding-swift.git
Computed https://github.com/segmentio/jsonsafeencoding-swift.git at 2.0.0 (0.77s)
Computing version for https://github.com/segmentio/sovran-swift.git
Computed https://github.com/segmentio/sovran-swift.git at 1.1.2 (0.65s)
Creating working copy for https://github.com/segmentio/analytics-swift.git
Working copy of https://github.com/segmentio/analytics-swift.git resolved at 1.9.3
Creating working copy for https://github.com/segmentio/sovran-swift.git
Working copy of https://github.com/segmentio/sovran-swift.git resolved at 1.1.2
Creating working copy for https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic
Working copy of https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic resolved at 6.17.8
Creating working copy for https://github.com/segmentio/jsonsafeencoding-swift.git
Working copy of https://github.com/segmentio/jsonsafeencoding-swift.git resolved at 2.0.0
Downloading binary artifact https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.17.8/AppsFlyerLib-Dynamic-SPM.xcframework.zip
[16375/8311361] Downloading https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.17.8/AppsFlyerLib-Dynamic-SPM.xcframework.zip
Downloaded https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.17.8/AppsFlyerLib-Dynamic-SPM.xcframework.zip (1.39s)
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/19] Compiling Sovran Version.swift
[8/19] Compiling JSONSafeEncoding Version.swift
[9/19] Compiling JSONSafeEncoding JSONValue.swift
[10/19] Compiling Sovran State.swift
[11/19] Compiling Sovran Action.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/19] Emitting module Sovran
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:14:32: error: cannot find 'DispatchQueue' in scope
 12 | public class Store {
 13 |     // handles synchronizing state changes thru the system
 14 |     internal let updateQueue = DispatchQueue(label: "state.update.segment.com")
    |                                `- error: cannot find 'DispatchQueue' in scope
 15 |     // handles synchronizing subscription adds/removes
 16 |     internal let syncQueue = DispatchQueue(label: "state.sync.segment.com")
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:16:30: error: cannot find 'DispatchQueue' in scope
 14 |     internal let updateQueue = DispatchQueue(label: "state.update.segment.com")
 15 |     // handles synchronizing subscription adds/removes
 16 |     internal let syncQueue = DispatchQueue(label: "state.sync.segment.com")
    |                              `- error: cannot find 'DispatchQueue' in scope
 17 |     internal var states = [Container]()
 18 |     internal var subscribers = [Subscription]()
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:54:98: error: cannot find type 'DispatchQueue' in scope
 52 |      */
 53 |     @discardableResult
 54 |     public func subscribe<T: State>(_ subscriber: Subscriber, initialState: Bool = false, queue: DispatchQueue = .main, handler: @escaping Handler<T>) -> SubscriptionID {
    |                                                                                                  `- error: cannot find type 'DispatchQueue' in scope
 55 |         let subscription = Subscription(owner: subscriber, queue: queue, handler: handler)
 56 |         syncQueue.sync {
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:202:16: error: cannot find type 'DispatchQueue' in scope
200 | internal struct Subscription {
201 |     weak var owner: Subscriber? = nil
202 |     let queue: DispatchQueue
    |                `- error: cannot find type 'DispatchQueue' in scope
203 |     let handler: Any
204 |     let subscriptionID = createNextSubscriptionID()
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Testing.swift:19:19: error: cannot find 'Thread' in scope
17 |     // this will work on linux and apple platforms, but not in anything with a UI
18 |     // because XCTest doesn't come into the call stack till much later.
19 |     let matches = Thread.callStackSymbols.filter { line in
   |                   `- error: cannot find 'Thread' in scope
20 |         return line.contains("XCTest") || line.contains("xctest")
21 |     }
[13/19] Compiling Sovran Subscriber.swift
[14/19] Compiling Sovran Testing.swift
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Testing.swift:19:19: error: cannot find 'Thread' in scope
17 |     // this will work on linux and apple platforms, but not in anything with a UI
18 |     // because XCTest doesn't come into the call stack till much later.
19 |     let matches = Thread.callStackSymbols.filter { line in
   |                   `- error: cannot find 'Thread' in scope
20 |         return line.contains("XCTest") || line.contains("xctest")
21 |     }
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:16:30: error: cannot find 'DispatchQueue' in scope
 14 |     internal let updateQueue = DispatchQueue(label: "state.update.segment.com")
 15 |     // handles synchronizing subscription adds/removes
 16 |     internal let syncQueue = DispatchQueue(label: "state.sync.segment.com")
    |                              `- error: cannot find 'DispatchQueue' in scope
 17 |     internal var states = [Container]()
 18 |     internal var subscribers = [Subscription]()
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:14:32: error: cannot find 'DispatchQueue' in scope
 12 | public class Store {
 13 |     // handles synchronizing state changes thru the system
 14 |     internal let updateQueue = DispatchQueue(label: "state.update.segment.com")
    |                                `- error: cannot find 'DispatchQueue' in scope
 15 |     // handles synchronizing subscription adds/removes
 16 |     internal let syncQueue = DispatchQueue(label: "state.sync.segment.com")
[15/19] Compiling Sovran Store.swift
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:14:32: error: cannot find 'DispatchQueue' in scope
 12 | public class Store {
 13 |     // handles synchronizing state changes thru the system
 14 |     internal let updateQueue = DispatchQueue(label: "state.update.segment.com")
    |                                `- error: cannot find 'DispatchQueue' in scope
 15 |     // handles synchronizing subscription adds/removes
 16 |     internal let syncQueue = DispatchQueue(label: "state.sync.segment.com")
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:16:30: error: cannot find 'DispatchQueue' in scope
 14 |     internal let updateQueue = DispatchQueue(label: "state.update.segment.com")
 15 |     // handles synchronizing subscription adds/removes
 16 |     internal let syncQueue = DispatchQueue(label: "state.sync.segment.com")
    |                              `- error: cannot find 'DispatchQueue' in scope
 17 |     internal var states = [Container]()
 18 |     internal var subscribers = [Subscription]()
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:54:98: error: cannot find type 'DispatchQueue' in scope
 52 |      */
 53 |     @discardableResult
 54 |     public func subscribe<T: State>(_ subscriber: Subscriber, initialState: Bool = false, queue: DispatchQueue = .main, handler: @escaping Handler<T>) -> SubscriptionID {
    |                                                                                                  `- error: cannot find type 'DispatchQueue' in scope
 55 |         let subscription = Subscription(owner: subscriber, queue: queue, handler: handler)
 56 |         syncQueue.sync {
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Store.swift:202:16: error: cannot find type 'DispatchQueue' in scope
200 | internal struct Subscription {
201 |     weak var owner: Subscriber? = nil
202 |     let queue: DispatchQueue
    |                `- error: cannot find type 'DispatchQueue' in scope
203 |     let handler: Any
204 |     let subscriptionID = createNextSubscriptionID()
[16/19] Compiling JSONSafeEncoding JSONError.swift
BUILD FAILURE 6.2 wasm