Build Information
Failed to build LoggingCamp, reference 2.2.1 (08516f
), with Swift 6.0 for macOS (SPM) on 20 May 2025 17:25:55 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DariuszGulbicki/Logging-Camp.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DariuszGulbicki/Logging-Camp
* tag 2.2.1 -> FETCH_HEAD
HEAD is now at 08516f7 Added tests and minor improvements to LoggerPool
Cloned https://github.com/DariuszGulbicki/Logging-Camp.git
Revision (git rev-parse @):
08516f7da6dff61cad0663a66a617a7c647032bb
SUCCESS checkout https://github.com/DariuszGulbicki/Logging-Camp.git at 2.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/DariuszGulbicki/Logging-Camp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/7] Compiling Colorizer StringEffects.swift
[5/7] Emitting module Colorizer
[6/7] Compiling Colorizer EffectEscapeCode.swift
[7/7] Compiling Colorizer Colorizer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Colorizer/Sources/Colorizer/Colorizer.swift:9:29: error: 'replacing(_:with:maxReplacements:)' is only available in macOS 13.0 or newer
1 | public struct Colorizer {
| `- note: add @available attribute to enclosing struct
2 |
3 | private let codes: [String:EffectEscapeCode] = EffectEscapeCode.getAsDict()
4 | public var template = "&(@name)";
5 |
6 | public func format(_ text: String) -> String {
| `- note: add @available attribute to enclosing instance method
7 | var result = text
8 | for (name, code) in codes {
9 | result = result.replacing(template.replacing("@name", with: name), with: code.rawValue)
| |- error: 'replacing(_:with:maxReplacements:)' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
10 | }
11 | return result
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Colorizer/Sources/Colorizer/Colorizer.swift:9:48: error: 'replacing(_:with:maxReplacements:)' is only available in macOS 13.0 or newer
1 | public struct Colorizer {
| `- note: add @available attribute to enclosing struct
2 |
3 | private let codes: [String:EffectEscapeCode] = EffectEscapeCode.getAsDict()
4 | public var template = "&(@name)";
5 |
6 | public func format(_ text: String) -> String {
| `- note: add @available attribute to enclosing instance method
7 | var result = text
8 | for (name, code) in codes {
9 | result = result.replacing(template.replacing("@name", with: name), with: code.rawValue)
| |- error: 'replacing(_:with:maxReplacements:)' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
10 | }
11 | return result
Fetching https://github.com/DariuszGulbicki/Colorizer
[1/59] Fetching colorizer
Fetched https://github.com/DariuszGulbicki/Colorizer from cache (0.77s)
Computing version for https://github.com/DariuszGulbicki/Colorizer
Computed https://github.com/DariuszGulbicki/Colorizer at 1.2.0 (0.54s)
Creating working copy for https://github.com/DariuszGulbicki/Colorizer
Working copy of https://github.com/DariuszGulbicki/Colorizer resolved at 1.2.0
BUILD FAILURE 6.0 macosSpm