The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build BSWInterfaceKit, reference develop (665dbe), with Swift 6.0 for Linux on 30 Oct 2024 15:55:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theleftbit/BSWInterfaceKit.git
Reference: develop
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/theleftbit/BSWInterfaceKit
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 665dbe9 Migrate to @Entry (#401)
Cloned https://github.com/theleftbit/BSWInterfaceKit.git
Revision (git rev-parse @):
665dbe90e54f292573796a83a867190891a264dc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/theleftbit/BSWInterfaceKit.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/theleftbit/BSWInterfaceKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/kean/Nuke.git
Fetching https://github.com/theleftbit/BSWFoundation.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/4368] Fetching bswfoundation
[919/28757] Fetching bswfoundation, nuke
[7078/41193] Fetching bswfoundation, nuke, swift-snapshot-testing
Fetched https://github.com/theleftbit/BSWFoundation.git from cache (0.88s)
[8681/36825] Fetching nuke, swift-snapshot-testing
Fetched https://github.com/kean/Nuke.git from cache (2.72s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.78s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.8.0 (0.83s)
Computing version for https://github.com/theleftbit/BSWFoundation.git
Computed https://github.com/theleftbit/BSWFoundation.git at 6.2.1 (0.74s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4389] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.74s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (3.37s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.17.6 (0.89s)
Fetching https://github.com/swiftlang/swift-syntax
[1/66285] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.64s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.07s)
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/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 12.8.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.17.6
Creating working copy for https://github.com/theleftbit/BSWFoundation.git
Working copy of https://github.com/theleftbit/BSWFoundation.git resolved at 6.2.1
Building for debugging...
[0/12] Write sources
/host/spi-builder-workspace/Sources/BSWInterfaceKitObjC/Extensions/UIViewController+Utilities.m:6:10: fatal error: 'TargetConditionals.h' file not found
    6 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/12] Compiling UIViewController+Utilities.m
[6/12] Compiling BSWZoomImageTransition.m
/host/spi-builder-workspace/Sources/BSWInterfaceKitObjC/CollectionViewLayout/BSWCollectionViewLeftAlignedLayout.m:21:10: fatal error: 'TargetConditionals.h' file not found
   21 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/12] Compiling BSWCollectionViewLeftAlignedLayout.m
[6/12] Compiling BSWZoomTransition.m
/host/spi-builder-workspace/Sources/BSWInterfaceKitObjC/Extensions/UIView+Utilities.m:6:10: fatal error: 'TargetConditionals.h' file not found
    6 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/12] Compiling UIView+Utilities.m
[6/12] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux