The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Patterns with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/Patterns.git
Reference: 0.1.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kareman/Patterns
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at c778b7d Remove any mention of specific Swift version
Cloned https://github.com/kareman/Patterns.git into spi-builder-workspace
c778b7d547c0c9344755ef1916224fd91478bddd
SUCCESS checkout https://github.com/kareman/Patterns.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-se0270-range-set from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-se0270-range-set (0.20s)
Fetched https://github.com/apple/swift-argument-parser (0.25s)
Computing version for https://github.com/apple/swift-se0270-range-set
Computed https://github.com/apple/swift-se0270-range-set at 1.0.1 (0.43s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.0 (0.03s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-se0270-range-set
Working copy of https://github.com/apple/swift-se0270-range-set resolved at 1.0.1
Building for debugging...
[1/41] Compiling SE0270_RangeSet RangeSetStorage.swift
[2/41] Compiling SE0270_RangeSet Partition.swift
[3/41] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[4/41] Emitting module SE0270_RangeSet
[5/41] Compiling SE0270_RangeSet RangeSet.swift
[6/41] Compiling SE0270_RangeSet Pair.swift
[7/41] Compiling SE0270_RangeSet CollectionExtensions.swift
[8/61] Emitting module ArgumentParser
[9/65] Compiling ArgumentParser Name.swift
[10/65] Compiling ArgumentParser Parsed.swift
[11/65] Compiling ArgumentParser ParsedValues.swift
[12/65] Compiling ArgumentParser ParserError.swift
[13/65] Compiling Patterns Parser.swift
[14/65] Compiling Patterns Pattern And Instruction.swift
[15/65] Compiling Patterns Skip.swift
[16/65] Compiling Patterns Optimise Instructions.swift
[17/67] Compiling Patterns Word.swift
[18/67] Compiling Patterns Decoder.swift
[19/67] Compiling Patterns General.swift
[20/67] Compiling Patterns Line.swift
[21/67] Compiling Patterns Literal.swift
[22/67] Emitting module Patterns
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[23/67] Compiling Patterns Group.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[24/67] Compiling Patterns Grammar.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[25/67] Compiling Patterns And.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[26/67] Compiling Patterns AnyPattern.swift
[27/67] Compiling Patterns Capture.swift
[28/67] Compiling Patterns Choice.swift
[29/67] Compiling ArgumentParser Option.swift
[30/67] Compiling ArgumentParser OptionGroup.swift
[31/67] Compiling ArgumentParser CommandConfiguration.swift
[32/67] Compiling ArgumentParser EnumerableFlag.swift
[33/67] Compiling ArgumentParser ExpressibleByArgument.swift
[40/67] Compiling Patterns Concatenation.swift
[41/67] Compiling Patterns Not.swift
[42/67] Compiling Patterns Repetition.swift
[44/67] Compiling Patterns OneOf.swift
[48/67] Compiling Patterns Regex.swift
[49/67] Compiling Patterns VMBacktrack.swift
[50/67] Compiling ArgumentParser HelpGenerator.swift
[51/67] Compiling ArgumentParser MessageInfo.swift
[60/67] Compiling ArgumentParser UsageGenerator.swift
[61/67] Compiling ArgumentParser SequenceExtensions.swift
[62/67] Compiling ArgumentParser StringExtensions.swift
[63/67] Compiling ArgumentParser Tree.swift
[67/69] Emitting module unicode_properties
[68/69] Compiling unicode_properties main.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/unicode_properties/main.swift:12:30: warning: 'start' is deprecated: renamed to 'Start()'
        let rangeAndProperty = Line.start • hexRange • Skip() • "; " • Capture(name: "property", Skip()) • " "
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/unicode_properties/main.swift:12:30: note: use 'Start()' instead
        let rangeAndProperty = Line.start • hexRange • Skip() • "; " • Capture(name: "property", Skip()) • " "
[68/69] Linking unicode_properties
Build complete! (7.62s)
Build complete.
Done.