The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ReSwift-Router, reference 0.7.1 (826900), with Swift 6.3 for Android on 11 Apr 2026 04:57:12 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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReSwift/ReSwift-Router.git
Reference: 0.7.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/ReSwift/ReSwift-Router
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at 8269008 bump version to 0.7.1
Cloned https://github.com/ReSwift/ReSwift-Router.git
Revision (git rev-parse @):
82690085e4e0fa41bc8c56527ce9dc8a6589378f
SUCCESS checkout https://github.com/ReSwift/ReSwift-Router.git at 0.7.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ReSwift/ReSwift-Router.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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/ReSwift/ReSwift.git
[1/6447] Fetching reswift
Fetched https://github.com/ReSwift/ReSwift.git from cache (0.77s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 5.0.0 (3.33s)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 5.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/15] Compiling ReSwift Coding.swift
[5/16] Compiling ReSwift StoreSubscriber.swift
[6/16] Compiling ReSwift StoreType.swift
[7/16] Compiling ReSwift TypeHelper.swift
[8/16] Compiling ReSwift Middleware.swift
[9/16] Compiling ReSwift Reducer.swift
[10/16] Emitting module ReSwift
[11/16] Compiling ReSwift Action.swift
[12/16] Compiling ReSwift DispatchingStoreType.swift
[13/16] Compiling ReSwift Subscription.swift
[14/16] Compiling ReSwift State.swift
[15/16] Compiling ReSwift Store.swift
[16/16] Compiling ReSwift Assertions.swift
[18/23] Compiling ReSwiftRouter NavigationReducer.swift
[19/23] Compiling ReSwiftRouter NavigationActions.swift
[20/23] Emitting module ReSwiftRouter
[21/23] Compiling ReSwiftRouter NavigationState.swift
[22/23] Compiling ReSwiftRouter Routable.swift
[23/23] Compiling ReSwiftRouter Router.swift
/host/spi-builder-workspace/ReSwiftRouter/Router.swift:80:78: error: cannot find 'NSEC_PER_SEC' in scope
 78 |                 }
 79 |
 80 |                 let waitUntil = DispatchTime.now() + Double(Int64(3 * Double(NSEC_PER_SEC))) / Double(NSEC_PER_SEC)
    |                                                                              `- error: cannot find 'NSEC_PER_SEC' in scope
 81 |
 82 |                 let result = semaphore.wait(timeout: waitUntil)
/host/spi-builder-workspace/ReSwiftRouter/Router.swift:80:103: error: cannot find 'NSEC_PER_SEC' in scope
 78 |                 }
 79 |
 80 |                 let waitUntil = DispatchTime.now() + Double(Int64(3 * Double(NSEC_PER_SEC))) / Double(NSEC_PER_SEC)
    |                                                                                                       `- error: cannot find 'NSEC_PER_SEC' in scope
 81 |
 82 |                 let result = semaphore.wait(timeout: waitUntil)
BUILD FAILURE 6.3 android