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 Judo, reference v7.0.5 (997516), with Swift 6.0 for Linux on 6 Nov 2024 08:03:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/judoapp/judo-swiftui.git
Reference: v7.0.5
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/judoapp/judo-swiftui
 * tag               v7.0.5     -> FETCH_HEAD
HEAD is now at 997516d Releasing v7.0.5
Cloned https://github.com/judoapp/judo-swiftui.git
Revision (git rev-parse @):
997516d02f8955f53cbd38430abe1240ff07b206
SUCCESS checkout https://github.com/judoapp/judo-swiftui.git at v7.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/judoapp/judo-swiftui.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/apple/swift-collections.git
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5466] Fetching zipfoundation
[5467/20941] Fetching zipfoundation, swift-collections
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.51s)
[4333/15475] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.01s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/JudoDocument/README.md
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/34] Write sources
[14/34] Write swift-version-24593BA9C3E375BF.txt
[16/103] Emitting module InternalCollectionsUtilities
[17/105] Compiling Backport BackportNamespace.swift
/host/spi-builder-workspace/Sources/Backport/AsyncImage.swift:16:8: error: no such module 'SwiftUI'
 14 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 15 |
 16 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 17 |
 18 | @available(iOS, deprecated: 15.0)
[18/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/105] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/105] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/105] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/105] Compiling InternalCollectionsUtilities Integer rank.swift
[24/105] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/105] Compiling InternalCollectionsUtilities Debugging.swift
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
[26/105] Compiling InternalCollectionsUtilities Descriptions.swift
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
[27/105] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
[31/107] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/107] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/107] Compiling InternalCollectionsUtilities Specialize.swift
[37/107] Emitting module Judo
[38/107] Compiling Judo Judo.swift
[39/107] Compiling Backport AsyncImage.swift
/host/spi-builder-workspace/Sources/Backport/AsyncImage.swift:16:8: error: no such module 'SwiftUI'
 14 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 15 |
 16 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 17 |
 18 | @available(iOS, deprecated: 15.0)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/107] Emitting module Backport
/host/spi-builder-workspace/Sources/Backport/AsyncImage.swift:16:8: error: no such module 'SwiftUI'
 14 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 15 |
 16 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 17 |
 18 | @available(iOS, deprecated: 15.0)
[41/107] Compiling Backport Backport.swift
/host/spi-builder-workspace/Sources/Backport/AsyncImage.swift:16:8: error: no such module 'SwiftUI'
 14 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 15 |
 16 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 17 |
 18 | @available(iOS, deprecated: 15.0)
[42/107] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/108] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[45/108] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[46/108] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
BUILD FAILURE 6.0 linux