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 master (f902e3), with Swift 5.8 for macOS (SPM) on 18 Sep 2024 23:40:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0111b/Conf
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD
https://github.com/0111b/Conf.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling Conf Config.swift
[2/9] Compiling Conf Config+Load.swift
[3/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]:
                       ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[4/9] Emitting module Conf
[5/9] Compiling Conf ConfigurationError.swift
[6/9] Compiling Conf Fetcher.swift
[7/9] Compiling Conf Environment.swift
[8/9] Compiling Conf Key.swift
[9/9] Compiling Conf Parser.swift
Build complete! (9.60s)
Build complete.
Done.