Build Information
Failed to build ReSwiftRouter, reference master (a915f6), with Swift 6.1 for Android on 27 May 2025 14:23:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReSwift/ReSwift-Router.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a915f67 Tweak SPM framework name (#130)
Cloned https://github.com/ReSwift/ReSwift-Router.git
Revision (git rev-parse @):
a915f67704ca5a0cf439723f7c4f7c26ef7809ba
SUCCESS checkout https://github.com/ReSwift/ReSwift-Router.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ReSwift/ReSwift-Router.git
https://github.com/ReSwift/ReSwift-Router.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "reswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.1.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReSwift/ReSwift.git"
}
],
"manifest_display_name" : "ReSwiftRouter",
"name" : "ReSwiftRouter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ReSwiftRouter",
"targets" : [
"ReSwiftRouter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReSwiftRouter",
"module_type" : "SwiftTarget",
"name" : "ReSwiftRouter",
"path" : "ReSwiftRouter",
"product_dependencies" : [
"ReSwift"
],
"product_memberships" : [
"ReSwiftRouter"
],
"sources" : [
"NavigationActions.swift",
"NavigationReducer.swift",
"NavigationState.swift",
"Routable.swift",
"Router.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ReSwift/ReSwift.git
[1/6447] Fetching reswift
Fetched https://github.com/ReSwift/ReSwift.git from cache (1.05s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 6.1.1 (5.19s)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 6.1.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/16] Emitting module ReSwift
[5/17] Compiling ReSwift TypeHelper.swift
[6/17] Compiling ReSwift Coding.swift
[7/17] Compiling ReSwift Synchronized.swift
[8/17] Compiling ReSwift Middleware.swift
[9/17] Compiling ReSwift Reducer.swift
[10/17] Compiling ReSwift StoreSubscriber.swift
[11/17] Compiling ReSwift StoreType.swift
[12/17] Compiling ReSwift State.swift
[13/17] Compiling ReSwift Store.swift
[14/17] Compiling ReSwift Subscription.swift
[15/17] Compiling ReSwift Assertions.swift
[16/17] Compiling ReSwift Action.swift
[17/17] Compiling ReSwift DispatchingStoreType.swift
[19/24] Emitting module ReSwiftRouter
[20/24] Compiling ReSwiftRouter NavigationReducer.swift
[21/24] Compiling ReSwiftRouter NavigationActions.swift
[22/24] Compiling ReSwiftRouter Routable.swift
[23/24] Compiling ReSwiftRouter NavigationState.swift
[24/24] 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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling ReSwift Coding.swift
[3/14] Compiling ReSwift Synchronized.swift
[4/15] Compiling ReSwift StoreSubscriber.swift
[5/15] Compiling ReSwift StoreType.swift
[6/15] Compiling ReSwift Subscription.swift
[7/15] Compiling ReSwift Assertions.swift
[8/15] Compiling ReSwift Middleware.swift
[9/15] Compiling ReSwift Reducer.swift
[10/15] Emitting module ReSwift
[11/15] Compiling ReSwift Action.swift
[12/15] Compiling ReSwift DispatchingStoreType.swift
[13/15] Compiling ReSwift State.swift
[14/15] Compiling ReSwift Store.swift
[15/15] Compiling ReSwift TypeHelper.swift
[17/22] Emitting module ReSwiftRouter
[18/22] Compiling ReSwiftRouter NavigationActions.swift
[19/22] Compiling ReSwiftRouter NavigationState.swift
[20/22] Compiling ReSwiftRouter NavigationReducer.swift
[21/22] Compiling ReSwiftRouter Routable.swift
[22/22] 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.1 android