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 AnyDate 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/Kawoou/AnyDate.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Kawoou/AnyDate
 * tag               v1.2.0     -> FETCH_HEAD
HEAD is now at 488c9ee Bump version
Cloned https://github.com/Kawoou/AnyDate.git
Revision (git rev-parse @):
488c9ee921c6f7b591e71b52be7ec1ee091f7ec9
SUCCESS checkout https://github.com/Kawoou/AnyDate.git at v1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Kawoou/AnyDate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/11] Compiling AnyDate LocalDateTime.swift
[4/12] Compiling AnyDate Period.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyDate/Period.swift:93:13: warning: variable 'newDate' was never mutated; consider changing to 'let' constant
        var newDate = LocalDate(year: year, month: month + 1, day: days + 1)
        ~~~ ^
        let
[5/12] Compiling AnyDate LocalDate.swift
[6/12] Compiling AnyDate Clock.swift
[7/12] Compiling AnyDate ClockIdentifierName.swift
[8/12] Compiling AnyDate Instant.swift
[9/12] Emitting module AnyDate
[10/12] Compiling AnyDate LocalTime.swift
[11/12] Compiling AnyDate IntegerExtension.swift
[12/12] Compiling AnyDate ZonedDateTime.swift
Build complete! (4.45s)
Build complete.
Done.