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: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Kawoou/AnyDate
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dd54e6c Update swift badge
Cloned https://github.com/Kawoou/AnyDate.git
Revision (git rev-parse @):
dd54e6c2b2d5bc8ea64f5088ca0e37d34b47bc9f
SUCCESS checkout https://github.com/Kawoou/AnyDate.git at master
========================================
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 Period.swift
/Users/builder/builds/UKfvDsi8u/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
[4/12] Compiling AnyDate LocalDateTime.swift
[5/12] Compiling AnyDate Instant.swift
[6/12] Compiling AnyDate LocalDate.swift
[7/12] Emitting module AnyDate
[8/12] Compiling AnyDate IntegerExtension.swift
[9/12] Compiling AnyDate Clock.swift
[10/12] Compiling AnyDate ClockIdentifierName.swift
[11/12] Compiling AnyDate LocalTime.swift
[12/12] Compiling AnyDate ZonedDateTime.swift
Build complete! (6.60s)
Build complete.
Done.