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 BetterCodable 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/marksands/BetterCodable.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marksands/BetterCodable
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 6115317 Adds ISO8601WithFractionalSecondsStrategy
Cloned https://github.com/marksands/BetterCodable.git
Revision (git rev-parse @):
61153170668db7a46a20a87e35e70f80b24d4eb5
SUCCESS checkout https://github.com/marksands/BetterCodable.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/marksands/BetterCodable.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/18] Emitting module BetterCodable
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:32:40: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private struct LossyDecodableValue<Value: Decodable>: Decodable {
                                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
                                             ^
[4/18] Compiling BetterCodable DefaultEmptyDictionary.swift
[5/18] Compiling BetterCodable DefaultFalse.swift
[6/20] Compiling BetterCodable TimestampStrategy.swift
[7/20] Compiling BetterCodable YearMonthDayStrategy.swift
[8/20] Compiling BetterCodable LossyDictionary.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:32:40: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private struct LossyDecodableValue<Value: Decodable>: Decodable {
                                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
                                             ^
[9/20] Compiling BetterCodable LossyOptional.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:32:40: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private struct LossyDecodableValue<Value: Decodable>: Decodable {
                                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
                                             ^
[10/20] Compiling BetterCodable ISO8601WithFractionalSecondsStrategy.swift
[11/20] Compiling BetterCodable LosslessArray.swift
[12/20] Compiling BetterCodable RFC2822Strategy.swift
[13/20] Compiling BetterCodable RFC3339Strategy.swift
[14/20] Compiling BetterCodable LosslessValue.swift
[15/20] Compiling BetterCodable LossyArray.swift
[16/20] Compiling BetterCodable DefaultTrue.swift
[17/20] Compiling BetterCodable ISO8601Strategy.swift
[18/20] Compiling BetterCodable DateValue.swift
[19/20] Compiling BetterCodable DefaultCodable.swift
[20/20] Compiling BetterCodable DefaultEmptyArray.swift
Build complete! (4.01s)
Build complete.
Done.