Build Information
Successful build of Conf, reference 0.0.5 (f902e3
), with Swift 5.8 for macOS (SPM) on 18 Sep 2024 23:39:53 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: 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.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 Fetcher.swift
[2/9] Compiling Conf Config.swift
[3/9] Compiling Conf ConfigurationError.swift
[4/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]:
^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5/9] Compiling Conf Config+Load.swift
[6/9] Emitting module Conf
[7/9] Compiling Conf Environment.swift
[8/9] Compiling Conf Key.swift
[9/9] Compiling Conf Parser.swift
Build complete! (9.99s)
Build complete.
Done.