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 ProntoSDK, reference v4.0.5 (ed7540), with Swift 6.1 for Wasm on 28 May 2025 19:58: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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
Reference: v4.0.5
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/Pronto-am/MobileCMS-iOS-SDK
 * tag               v4.0.5     -> FETCH_HEAD
HEAD is now at ed75403 Version change
Cloned https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
Revision (git rev-parse @):
ed75403cea9e8a849285d39ae4dc7129cb829aac
SUCCESS checkout https://github.com/Pronto-am/MobileCMS-iOS-SDK.git at v4.0.5
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "cobalt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.2",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/e-sites/Cobalt.git"
    },
    {
      "identity" : "erbium",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/e-sites/Erbium.git"
    },
    {
      "identity" : "einsteinium",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/e-sites/Einsteinium.git"
    }
  ],
  "manifest_display_name" : "ProntoSDK",
  "name" : "ProntoSDK",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ProntoSDK",
      "targets" : [
        "ProntoSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ProntoSDK",
      "module_type" : "SwiftTarget",
      "name" : "ProntoSDK",
      "path" : "ProntoSDK",
      "product_dependencies" : [
        "SwiftyJSON",
        "KeychainAccess",
        "CryptoSwift",
        "RxCocoa",
        "RxSwift",
        "Erbium",
        "Einsteinium",
        "Cobalt"
      ],
      "product_memberships" : [
        "ProntoSDK"
      ],
      "sources" : [
        "Classes/AppUpdateCheck/API/ProntoAPIClientAppUpdateCheck.swift",
        "Classes/AppUpdateCheck/Extensions/ProntoAPIClient+appupdatechecker.swift",
        "Classes/AppUpdateCheck/Models/AppVersion.swift",
        "Classes/AppUpdateCheck/ProntoAppUpdateCheck.swift",
        "Classes/Authentication/API/ProntoAPIClientUserModule.swift",
        "Classes/Authentication/Extensions/ProntoAPIClient+authentication.swift",
        "Classes/Authentication/Extensions/ProntoAuthentication+authentication.swift",
        "Classes/Authentication/Models/User.swift",
        "Classes/Authentication/ProntoAuthentication.swift",
        "Classes/Collections/API/ProntoAPIClientCollectionsModule.swift",
        "Classes/Collections/Errors/ProntoCollectionError.swift",
        "Classes/Collections/Extensions/ProntoAPIClient+collections.swift",
        "Classes/Collections/Mapping/ProntoCollectionMappable.swift",
        "Classes/Collections/Mapping/ProntoCollectionMapper+Enum.swift",
        "Classes/Collections/Mapping/ProntoCollectionMapper+JSON.swift",
        "Classes/Collections/Mapping/ProntoCollectionMapper+Relation.swift",
        "Classes/Collections/Mapping/ProntoCollectionMapper.swift",
        "Classes/Collections/Models/Coordinate.swift",
        "Classes/Collections/Models/TextURL.swift",
        "Classes/Collections/PaginatedResult.swift",
        "Classes/Collections/Pagination.swift",
        "Classes/Collections/ProntoCollection.swift",
        "Classes/Collections/ProntoFilterable.swift",
        "Classes/Collections/SortOrder.swift",
        "Classes/Core/API/Modules/FirebaseLogModule.swift",
        "Classes/Core/API/ProntoAPIClient.swift",
        "Classes/Core/Base/ProntoConfig.swift",
        "Classes/Core/Base/ProntoError.swift",
        "Classes/Core/Base/ProntoPlugin.swift",
        "Classes/Core/Base/ProntoSDK.swift",
        "Classes/Core/Extensions/Encodable.swift",
        "Classes/Core/Extensions/JSON.swift",
        "Classes/Core/Extensions/String.swift",
        "Classes/Core/Helpers/ApplicationWatcher.swift",
        "Classes/Core/Helpers/DateFormatting.swift",
        "Classes/Core/Helpers/KeychainHelper.swift",
        "Classes/Core/Helpers/Memoization.swift",
        "Classes/Core/Models/Text.swift",
        "Classes/Localization/API/ProntoAPIClientLocalizationModule.swift",
        "Classes/Localization/Extensions/ProntoAPIClient+localization.swift",
        "Classes/Localization/ProntoLocalization.swift",
        "Classes/Notifications/API/ProntoAPIClientNotificationsModule.swift",
        "Classes/Notifications/Extensions/ProntoAPIClient+notifications.swift",
        "Classes/Notifications/Models/Device.swift",
        "Classes/Notifications/Models/PushNotification.swift",
        "Classes/Notifications/Models/Segment.swift",
        "Classes/Notifications/ProntoNotifications.swift",
        "Classes/Notifications/ProntoNotificationsDelegate.swift",
        "Classes/Notifications/WebviewController.swift",
        "Classes/RemoteConfig/API/ProntoAPIClientRemoteConfigModule.swift",
        "Classes/RemoteConfig/Extensions/ProntoAPIClient+remoteconfig.swift",
        "Classes/RemoteConfig/Models/RemoteConfigItem.swift",
        "Classes/RemoteConfig/ProntoRemoteConfig.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/e-sites/Einsteinium.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/e-sites/Cobalt.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/e-sites/Erbium.git
[1/225] Fetching einsteinium
[15/423] Fetching einsteinium, erbium
[128/2100] Fetching einsteinium, erbium, cobalt
[1890/6486] Fetching einsteinium, erbium, cobalt, keychainaccess
[2066/19427] Fetching einsteinium, erbium, cobalt, keychainaccess, cryptoswift
[3887/72110] Fetching einsteinium, erbium, cobalt, keychainaccess, cryptoswift, rxswift
Fetched https://github.com/e-sites/Erbium.git from cache (1.40s)
[25904/71912] Fetching einsteinium, cobalt, keychainaccess, cryptoswift, rxswift
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.44s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[22045/67526] Fetching einsteinium, cobalt, cryptoswift, rxswift
[31390/73709] Fetching einsteinium, cobalt, cryptoswift, rxswift, swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.23s)
[59413/67526] Fetching einsteinium, cobalt, cryptoswift, rxswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.52s)
[52724/54585] Fetching einsteinium, cobalt, rxswift
Fetched https://github.com/e-sites/Einsteinium.git from cache (9.07s)
Fetched https://github.com/e-sites/Cobalt.git from cache (9.07s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (9.26s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (10.27s)
Computing version for https://github.com/e-sites/Einsteinium.git
Computed https://github.com/e-sites/Einsteinium.git at 1.3.0 (1.06s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.72s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.95s)
Computing version for https://github.com/e-sites/Erbium.git
Computed https://github.com/e-sites/Erbium.git at 4.7.0 (0.92s)
Computing version for https://github.com/e-sites/Cobalt.git
Computed https://github.com/e-sites/Cobalt.git at 7.1.3 (1.07s)
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.67s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.96s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.01s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/e-sites/Cobalt.git
Working copy of https://github.com/e-sites/Cobalt.git resolved at 7.1.3
Creating working copy for https://github.com/e-sites/Einsteinium.git
Working copy of https://github.com/e-sites/Einsteinium.git resolved at 1.3.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/e-sites/Erbium.git
Working copy of https://github.com/e-sites/Erbium.git resolved at 4.7.0
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/16] Copying PrivacyInfo.xcprivacy
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[15/16] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/305] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[18/310] Compiling Erbium ScreenSize.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
[19/310] Compiling Logging Locks.swift
[20/310] Emitting module Logging
[21/310] Compiling Logging LogHandler.swift
[22/310] Compiling Logging MetadataProvider.swift
[23/310] Compiling Logging Logging.swift
[25/311] Compiling SwiftyJSON resource_bundle_accessor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/331] Emitting module Erbium
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
[27/331] Compiling Einsteinium URL.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[28/331] Compiling Einsteinium Logging.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[29/331] Compiling Einsteinium DesignableXibView.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[30/331] Compiling Einsteinium CGRect.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[31/331] Compiling Einsteinium CLLocationCoordinate2D.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[32/331] Compiling Einsteinium Bundle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[33/331] Compiling Einsteinium Array.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[34/331] Compiling Einsteinium Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[35/331] Compiling Einsteinium DispatchQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[36/331] Compiling Einsteinium UIButton.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[37/331] Compiling Einsteinium UIDevice.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[38/331] Compiling Einsteinium UIImage.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[39/331] Compiling Einsteinium UINavigationController.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[40/331] Compiling Einsteinium UINibView.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[41/331] Compiling Einsteinium UITableView.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[42/331] Compiling Einsteinium UITextField.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[43/331] Compiling Einsteinium Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[44/331] Compiling Einsteinium String.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[45/331] Compiling Einsteinium CGFloat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[46/331] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[47/331] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[48/331] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[49/331] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[50/331] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[51/331] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[52/331] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[53/331] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[54/331] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[55/331] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[56/331] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[57/331] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[58/331] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[59/331] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[60/331] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[61/331] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[62/331] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[63/331] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[64/331] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/331] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[66/331] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/349] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
 9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
   |        `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[68/349] Compiling Erbium DeviceType.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
1213 |
1214 |     switch (lhs.type, rhs.type) {
1215 |     case (.number, .number): return lhs.rawNumber < rhs.rawNumber
     |                                                   `- error: ambiguous use of operator '<'
1216 |     case (.string, .string): return lhs.rawString < rhs.rawString
1217 |     default:                 return false
     :
1249 | }
1250 |
1251 | func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
     |      `- note: found this candidate
1252 |
1253 |     switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
  |                    `- note: found this candidate in module 'Foundation'
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/285] Compiling SwiftyJSON resource_bundle_accessor.swift
[3/290] Compiling Erbium ScreenSize.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/290] Emitting module Erbium
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
[5/290] Compiling Erbium Bundle.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
[6/290] Compiling Erbium Device.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
[7/290] Compiling Erbium DeviceType.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
[8/290] Compiling Erbium DeviceVersion.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 | import LocalAuthentication
 12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/290] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
BUILD FAILURE 6.1 wasm