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 Primer, reference master (b8cd64), with Swift 6.0 for Linux on 28 Nov 2024 07:29:09 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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexdrone/Primer.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/alexdrone/Primer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b8cd645 Remove store related files.
Cloned https://github.com/alexdrone/Primer.git
Revision (git rev-parse @):
b8cd645f29470270bcedde7b03a596b83579831b
SUCCESS checkout https://github.com/alexdrone/Primer.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/alexdrone/Primer.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 -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
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-log.git
Fetching https://github.com/apple/swift-atomics.git
[1/3702] Fetching swift-log
[572/5271] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.79s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Building for debugging...
[0/5] Write sources
[3/5] Compiling _AtomicsShims.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/22] Compiling Atomics AtomicLazyReference.swift
[7/23] Compiling Atomics DoubleWord.swift
[8/23] Compiling Atomics AtomicBool.swift
[9/23] Compiling Atomics AtomicStrongReference.swift
[10/23] Compiling Atomics AtomicValue.swift
[11/23] Compiling Atomics AtomicOptional.swift
[12/23] Compiling Atomics AtomicRawRepresentable.swift
[13/23] Compiling Atomics IntegerConformances.swift
[14/23] Compiling Atomics HighLevelTypes.swift
[15/23] Emitting module Atomics
[16/23] Compiling Atomics AtomicInteger.swift
[17/23] Compiling Atomics AtomicMemoryOrderings.swift
[18/23] Compiling Atomics PointerConformances.swift
[20/24] Emitting module Logging
[21/24] Compiling Logging LogHandler.swift
[22/24] Compiling Logging Logging.swift
[23/24] Compiling Logging Locks.swift
[24/24] Compiling Logging MetadataProvider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/34] Emitting module Primer
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[27/34] Compiling Primer Binding.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[28/34] Compiling Primer Assign.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[29/34] Compiling Primer Atomics.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[30/34] Compiling Primer Locking.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[31/34] Compiling Primer PropertyWrappers.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[32/34] Compiling Primer KeyPath+ReadableFormat.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[33/35] Compiling Primer ReadOnly.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[34/35] Compiling Primer Partial.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[35/35] Compiling Primer DictionaryCodable.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
BUILD FAILURE 6.0 linux