The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LoggingCamp, reference 2.2.1 (08516f), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 03:55:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/DariuszGulbicki/Logging-Camp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling Colorizer StringEffects.swift
[5/7] Compiling Colorizer EffectEscapeCode.swift
[6/7] Emitting module Colorizer
[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.66s)
Computing version for https://github.com/DariuszGulbicki/Colorizer
Computed https://github.com/DariuszGulbicki/Colorizer at 1.2.0 (1.19s)
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.2 macosSpm