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

Successful build of Entwine with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tcldr/Entwine.git
Reference: v0.9.1
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tcldr/Entwine
 * tag               v0.9.1     -> FETCH_HEAD
HEAD is now at cd90cfb fix TestScheduler repeating actions
Cloned https://github.com/tcldr/Entwine.git
Revision (git rev-parse @):
cd90cfb2510c35ba082d9c7a8910bdacc6fa840f
SUCCESS checkout https://github.com/tcldr/Entwine.git at v0.9.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/tcldr/Entwine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/19] Emitting module Entwine
[5/21] Compiling Entwine LinkedListQueue.swift
[6/21] Compiling Entwine LinkedListStack.swift
[7/21] Compiling Entwine PriorityQueue.swift
[8/21] Compiling Entwine Signal.swift
[9/21] Compiling Entwine DeallocToken.swift
[10/21] Compiling Entwine Signpost.swift
[11/21] Compiling Entwine WithLatestFrom.swift
[12/21] Compiling Entwine SinkQueue.swift
[13/21] Compiling Entwine CancellableBag.swift
[14/21] Compiling Entwine Materialize.swift
[15/21] Compiling Entwine ReferenceCounted.swift
[16/21] Compiling Entwine ReplaySubject.swift
[17/21] Compiling Entwine ShareReplay.swift
[18/21] Compiling Entwine Deprecations.swift
[19/21] Compiling Entwine Dematerialize.swift
[20/21] Compiling Entwine Factory.swift
[21/21] Compiling Entwine TrampolineScheduler.swift
[22/35] Compiling EntwineTest DemandLedger.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EntwineTest/TestableSubscriber/DemandLedger.swift:39:29: warning: generic parameter 'Time' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public enum Transaction<Time: Strideable>: Equatable where Time.Stride : SchedulerTimeIntervalConvertible {
                            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EntwineTest/TestableSubscriber/DemandLedger.swift:32:28: note: 'Time' previously declared here
public struct DemandLedger<Time: Strideable> where Time.Stride : SchedulerTimeIntervalConvertible {
                           ^
[23/36] Compiling EntwineTest VirtualTime.swift
[24/36] Compiling EntwineTest VirtualTimeInterval.swift
[25/36] Compiling EntwineTest PriorityQueue.swift
[26/36] Compiling EntwineTest SinkQueue.swift
[27/36] Emitting module EntwineTest
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EntwineTest/TestableSubscriber/DemandLedger.swift:39:29: warning: generic parameter 'Time' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public enum Transaction<Time: Strideable>: Equatable where Time.Stride : SchedulerTimeIntervalConvertible {
                            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EntwineTest/TestableSubscriber/DemandLedger.swift:32:28: note: 'Time' previously declared here
public struct DemandLedger<Time: Strideable> where Time.Stride : SchedulerTimeIntervalConvertible {
                           ^
[28/36] Compiling EntwineTest LinkedListQueue.swift
[29/36] Compiling EntwineTest LinkedListStack.swift
[30/36] Compiling EntwineTest TestSequence.swift
[31/36] Compiling EntwineTest TestablePublisher.swift
[32/36] Compiling EntwineTest TestEvent.swift
[33/36] Compiling EntwineTest TestScheduler.swift
[34/36] Compiling EntwineTest Deprecations.swift
[35/36] Compiling EntwineTest Signal+CustomDebugStringConvertible.swift
[36/36] Compiling EntwineTest TestableSubscriber.swift
Build complete! (5.19s)
Build complete.
Done.