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 Conf, reference 0.0.5 (f902e3), with Swift 5.9 for macOS (SPM) on 18 Sep 2024 23:39:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.54.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0111b/Conf.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0111b/Conf
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at f902e39 Merge pull request 'Fix compilation in Swift 6' (#16) from swift-6 into master
Cloned https://github.com/0111b/Conf.git
Revision (git rev-parse @):
f902e392fcaccd0fc3c0b65fd63698270d4677f2
SUCCESS checkout https://github.com/0111b/Conf.git at 0.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/0111b/Conf.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling Conf Key.swift
[2/9] Compiling Conf Environment.swift
[3/9] Compiling Conf Config+Load.swift
[4/9] Compiling Conf Config.swift
[5/9] Compiling Conf Fetcher.swift
[6/9] Compiling Conf ConfigurationError.swift
[7/9] Compiling Conf ConfigurationProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Conf/ConfigurationProvider.swift:40:24: warning: cast from 'any Sendable' to unrelated type '[String : any LosslessStringConvertible]' always fails
        case let value as [String: LosslessStringConvertible]:
                       ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Conf/ConfigurationProvider.swift:50:24: warning: cast from 'any Sendable' to unrelated type '[any LosslessStringConvertible]' always fails
        case let array as [LosslessStringConvertible]:
                       ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[8/9] Emitting module Conf
[9/9] Compiling Conf Parser.swift
Build complete! (7.73s)
Build complete.
Done.