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

Failed to build SemanticVersion with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/smumriak/SemanticVersion.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/smumriak/SemanticVersion
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d8070b9 Type annotation for regex builder because swift 5.9 fails to infer types in reasonable time
Cloned https://github.com/smumriak/SemanticVersion.git
Revision (git rev-parse @):
d8070b9edb47c0f526128b8e08e87c7709d10ed9
SUCCESS checkout https://github.com/smumriak/SemanticVersion.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/smumriak/SemanticVersion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module SemanticVersion
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:57: error: referencing initializer 'init(_:_:)' on 'RegexComponent' requires the types 'ChoiceOf<Substring>' and 'CharacterClass' be equivalent
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                        ^
RegexBuilder.RegexComponent:2:11: note: where 'Self' = 'ChoiceOf<Substring>'
extension RegexComponent where Self == CharacterClass {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: trailing closure passed to parameter of type 'CharacterClass' that does not accept a closure
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
RegexBuilder.RegexComponent:3:12: note: 'init(_:_:)' declared here
    public init(_ first: CharacterClass, _ rest: CharacterClass...)
           ^
[4/4] Compiling SemanticVersion SemanticVersion.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:57: error: referencing initializer 'init(_:_:)' on 'RegexComponent' requires the types 'ChoiceOf<Substring>' and 'CharacterClass' be equivalent
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                        ^
RegexBuilder.RegexComponent:2:11: note: where 'Self' = 'ChoiceOf<Substring>'
extension RegexComponent where Self == CharacterClass {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: trailing closure passed to parameter of type 'CharacterClass' that does not accept a closure
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
RegexBuilder.RegexComponent:3:12: note: 'init(_:_:)' declared here
    public init(_ first: CharacterClass, _ rest: CharacterClass...)
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:30: error: 'Regex' is only available in macOS 13.0 or newer
        let positiveNumber = Regex {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:30: note: add 'if #available' version check
        let positiveNumber = Regex {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:30: error: 'init(_:)' is only available in macOS 13.0 or newer
        let positiveNumber = Regex {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:30: note: add 'if #available' version check
        let positiveNumber = Regex {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: warning: conformance of 'ZeroOrMore<Output>' to 'RegexComponent' is only available in macOS 13.0 or newer
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: note: add 'if #available' version check
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: error: 'ZeroOrMore' is only available in macOS 13.0 or newer
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: note: add 'if #available' version check
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: error: 'init(_:_:)' is only available in macOS 13.0 or newer
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: note: add 'if #available' version check
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:25: error: 'digit' is only available in macOS 13.0 or newer
            ZeroOrMore(.digit)
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:25: note: add 'if #available' version check
            ZeroOrMore(.digit)
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:36: error: 'buildPartialBlock(accumulated:next:)' is only available in macOS 13.0 or newer
        let positiveNumber = Regex {
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:36: note: add 'if #available' version check
        let positiveNumber = Regex {
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module SemanticVersion
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:57: error: referencing initializer 'init(_:_:)' on 'RegexComponent' requires the types 'ChoiceOf<Substring>' and 'CharacterClass' be equivalent
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                        ^
RegexBuilder.RegexComponent:2:11: note: where 'Self' = 'ChoiceOf<Substring>'
extension RegexComponent where Self == CharacterClass {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: trailing closure passed to parameter of type 'CharacterClass' that does not accept a closure
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
RegexBuilder.RegexComponent:3:12: note: 'init(_:_:)' declared here
    public init(_ first: CharacterClass, _ rest: CharacterClass...)
           ^
[3/3] Compiling SemanticVersion SemanticVersion.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: result builder 'AlternationBuilder' does not implement any 'buildBlock' or a combination of 'buildPartialBlock(first:)' and 'buildPartialBlock(accumulated:next:)' with sufficient availability for this call site
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:57: error: referencing initializer 'init(_:_:)' on 'RegexComponent' requires the types 'ChoiceOf<Substring>' and 'CharacterClass' be equivalent
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                        ^
RegexBuilder.RegexComponent:2:11: note: where 'Self' = 'ChoiceOf<Substring>'
extension RegexComponent where Self == CharacterClass {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:244:66: error: trailing closure passed to parameter of type 'CharacterClass' that does not accept a closure
        let preReleaseIdentifier: ChoiceOf<Substring> = ChoiceOf {
                                                                 ^
RegexBuilder.RegexComponent:3:12: note: 'init(_:_:)' declared here
    public init(_ first: CharacterClass, _ rest: CharacterClass...)
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:30: error: 'Regex' is only available in macOS 13.0 or newer
        let positiveNumber = Regex {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:30: note: add 'if #available' version check
        let positiveNumber = Regex {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:30: error: 'init(_:)' is only available in macOS 13.0 or newer
        let positiveNumber = Regex {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:30: note: add 'if #available' version check
        let positiveNumber = Regex {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: warning: conformance of 'ZeroOrMore<Output>' to 'RegexComponent' is only available in macOS 13.0 or newer
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: note: add 'if #available' version check
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: error: 'ZeroOrMore' is only available in macOS 13.0 or newer
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: note: add 'if #available' version check
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: error: 'init(_:_:)' is only available in macOS 13.0 or newer
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:13: note: add 'if #available' version check
            ZeroOrMore(.digit)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:25: error: 'digit' is only available in macOS 13.0 or newer
            ZeroOrMore(.digit)
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:241:25: note: add 'if #available' version check
            ZeroOrMore(.digit)
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:36: error: 'buildPartialBlock(accumulated:next:)' is only available in macOS 13.0 or newer
        let positiveNumber = Regex {
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:239:36: note: add 'if #available' version check
        let positiveNumber = Regex {
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:233:16: note: add @available attribute to enclosing static property
    static let regex = Regex {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:10:15: note: add @available attribute to enclosing struct
public struct SemanticVersion: RawRepresentable, Codable, Hashable, Comparable, LosslessStringConvertible {
              ^
error: fatalError
BUILD FAILURE 5.10 macosSpm