The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AlertReactor, reference 0.6.0 (c5da1e), with Swift 6.1 for Wasm on 27 May 2025 10:53:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/devxoul/AlertReactor.git
Reference: 0.6.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/devxoul/AlertReactor
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at c5da1eb Bump version to 0.6.0
Cloned https://github.com/devxoul/AlertReactor.git
Revision (git rev-parse @):
c5da1ebd9c7293ccc6d5e328ded55f975688004f
SUCCESS checkout https://github.com/devxoul/AlertReactor.git at 0.6.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/devxoul/AlertReactor.git
https://github.com/devxoul/AlertReactor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "reactorkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactorKit/ReactorKit.git"
    },
    {
      "identity" : "rxexpect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devxoul/RxExpect.git"
    }
  ],
  "manifest_display_name" : "AlertReactor",
  "name" : "AlertReactor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AlertReactor",
      "targets" : [
        "AlertReactor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlertReactorTests",
      "module_type" : "SwiftTarget",
      "name" : "AlertReactorTests",
      "path" : "Tests/AlertReactorTests",
      "product_dependencies" : [
        "RxExpect"
      ],
      "sources" : [
        "AlertControllerTests.swift",
        "AlertReactorTests.swift",
        "Fixtures.swift"
      ],
      "target_dependencies" : [
        "AlertReactor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AlertReactor",
      "module_type" : "SwiftTarget",
      "name" : "AlertReactor",
      "path" : "Sources/AlertReactor",
      "product_dependencies" : [
        "ReactorKit",
        "RxCocoa"
      ],
      "product_memberships" : [
        "AlertReactor"
      ],
      "sources" : [
        "AlertActionType.swift",
        "AlertController.swift",
        "AlertReactor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/ReactorKit/ReactorKit.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/devxoul/RxExpect.git
[1/741] Fetching rxexpect
[742/3331] Fetching rxexpect, reactorkit
Fetched https://github.com/devxoul/RxExpect.git from cache (0.21s)
[1554/2590] Fetching reactorkit
Fetched https://github.com/ReactorKit/ReactorKit.git from cache (0.29s)
[1/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (3.86s)
Computing version for https://github.com/devxoul/RxExpect.git
Computed https://github.com/devxoul/RxExpect.git at 2.0.0 (5.43s)
Computing version for https://github.com/ReactorKit/ReactorKit.git
Computed https://github.com/ReactorKit/ReactorKit.git at 2.1.1 (0.52s)
Fetching https://github.com/ReactorKit/WeakMapTable.git
[1/71] Fetching weakmaptable
Fetched https://github.com/ReactorKit/WeakMapTable.git from cache (0.21s)
Computing version for https://github.com/ReactorKit/WeakMapTable.git
Computed https://github.com/ReactorKit/WeakMapTable.git at 1.2.1 (0.68s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.52s)
Creating working copy for https://github.com/devxoul/RxExpect.git
Working copy of https://github.com/devxoul/RxExpect.git resolved at 2.0.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/ReactorKit/WeakMapTable.git
Working copy of https://github.com/ReactorKit/WeakMapTable.git resolved at 1.2.1
Creating working copy for https://github.com/ReactorKit/ReactorKit.git
Working copy of https://github.com/ReactorKit/ReactorKit.git resolved at 2.1.1
Building for debugging...
[0/8] Write sources
/host/spi-builder-workspace/.build/checkouts/ReactorKit/Sources/ReactorKitRuntime/ReactorKitRuntime.m:1:9: fatal error: 'objc/runtime.h' file not found
    1 | #import <objc/runtime.h>
      |         ^~~~~~~~~~~~~~~~
1 error generated.
[6/8] Compiling ReactorKitRuntime ReactorKitRuntime.m
[6/8] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/ReactorKit/Sources/ReactorKitRuntime/ReactorKitRuntime.m:1:9: fatal error: 'objc/runtime.h' file not found
    1 | #import <objc/runtime.h>
      |         ^~~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling ReactorKitRuntime ReactorKitRuntime.m
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm