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 ActionsKit, reference v1.1.0 (3a1a4c), with Swift 6.2 (beta) for Android on 17 Jun 2025 13:56:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/ActionsKit.git
Reference: v1.1.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/elegantchaos/ActionsKit
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 3a1a4c9 Need Swift 5.1 in order to check for Catalyst.
Cloned https://github.com/elegantchaos/ActionsKit.git
Revision (git rev-parse @):
3a1a4c924964404ead8fe6b75b9e00ab30550095
SUCCESS checkout https://github.com/elegantchaos/ActionsKit.git at v1.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/ActionsKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/elegantchaos/Actions
Fetching https://github.com/elegantchaos/Localization
Fetching https://github.com/elegantchaos/Logger
[1/961] Fetching actions
[962/3061] Fetching actions, logger
[1403/3171] Fetching actions, logger, localization
Fetched https://github.com/elegantchaos/Actions from cache (0.33s)
Fetched https://github.com/elegantchaos/Localization from cache (0.34s)
Fetched https://github.com/elegantchaos/Logger from cache (0.35s)
Computing version for https://github.com/elegantchaos/Actions
Computed https://github.com/elegantchaos/Actions at 1.5.1 (0.82s)
Computing version for https://github.com/elegantchaos/Localization
Computed https://github.com/elegantchaos/Localization at 1.0.5 (0.39s)
Computing version for https://github.com/elegantchaos/Logger
Computed https://github.com/elegantchaos/Logger at 1.8.2 (0.44s)
Creating working copy for https://github.com/elegantchaos/Localization
Working copy of https://github.com/elegantchaos/Localization resolved at 1.0.5
Creating working copy for https://github.com/elegantchaos/Logger
Working copy of https://github.com/elegantchaos/Logger resolved at 1.8.2
Creating working copy for https://github.com/elegantchaos/Actions
Working copy of https://github.com/elegantchaos/Actions resolved at 1.5.1
Building for debugging...
[0/9] Write sources
[5/9] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/21] Emitting module Logger
[8/22] Compiling Logger OSLogHandler.swift
[9/22] Compiling Logger NSLogHandler.swift
[10/22] Compiling Logger PrintHandler.swift
[11/22] Compiling Logger Handler.swift
[12/22] Compiling Logger UserDefaultsManagerSettings.swift
[13/22] Compiling Localization Localization.swift
[14/22] Emitting module Localization
[15/22] Compiling Localization String+Localization.swift
[16/22] Compiling Logger Channel.swift
[17/22] Compiling Logger Context.swift
[18/22] Compiling Logger ManagerSettings.swift
[19/22] Compiling Logger Manager.swift
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Manager.swift:66:38: error: value of type '(Thread) -> () -> ()' has no member 'threadDictionary'
 64 |         /// We really do want there to only be a single instance of this, even if the logger library has mistakenly been
 65 |         /// linked multiple times, so we store it in the thread dictionary for the main thread, and retrieve it from there if necessary
 66 |         if let manager = Thread.main.threadDictionary["Logger.Manager"] {
    |                                      `- error: value of type '(Thread) -> () -> ()' has no member 'threadDictionary'
 67 |             return unsafeBitCast(manager as AnyObject, to: Self.self) // a normal cast might fail here if the code has been linked multiple times, since the class could be different (but identical)
 68 |         }
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Manager.swift:74:25: error: value of type '(Thread) -> () -> ()' has no member 'threadDictionary'
 72 |
 73 |         #if !os(Linux)
 74 |             Thread.main.threadDictionary["Logger.Manager"] = manager
    |                         `- error: value of type '(Thread) -> () -> ()' has no member 'threadDictionary'
 75 |         #endif
 76 |
BUILD FAILURE 6.2 android