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

Successful build of Patterns 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/kareman/Patterns.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kareman/Patterns
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c778b7d Remove any mention of specific Swift version
Cloned https://github.com/kareman/Patterns.git
Revision (git rev-parse @):
c778b7d547c0c9344755ef1916224fd91478bddd
SUCCESS checkout https://github.com/kareman/Patterns.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kareman/Patterns.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[4/9] Write unicode_properties-entitlement.plist
[5/9] Write swift-version--423B1241ED78D482.txt
[7/49] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[8/49] Compiling SE0270_RangeSet RangeSetStorage.swift
[9/49] Compiling SE0270_RangeSet Partition.swift
[10/49] Compiling SE0270_RangeSet CollectionExtensions.swift
[11/49] Emitting module SE0270_RangeSet
[12/49] Compiling SE0270_RangeSet RangeSet.swift
[13/49] Compiling SE0270_RangeSet Pair.swift
[14/69] Compiling ArgumentParser Name.swift
[15/69] Compiling ArgumentParser Parsed.swift
[16/69] Compiling ArgumentParser ParsedValues.swift
[17/69] Compiling ArgumentParser ParserError.swift
[18/73] Compiling Patterns Skip.swift
[19/73] Compiling Patterns Optimise Instructions.swift
[20/75] Compiling Patterns Group.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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 {
                     ^
[21/75] Compiling Patterns Grammar.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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 {
                     ^
[22/75] Compiling Patterns And.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/75] Compiling Patterns Parser.swift
[24/75] Compiling Patterns Pattern And Instruction.swift
[25/75] Compiling Patterns Concatenation.swift
[26/75] Compiling Patterns Not.swift
[27/75] Compiling Patterns Repetition.swift
[28/75] Emitting module ArgumentParser
[29/75] Compiling Patterns Line.swift
[30/75] Compiling Patterns Literal.swift
[31/75] Compiling Patterns OneOf.swift
[32/75] Compiling Patterns Word.swift
[33/75] Compiling Patterns Decoder.swift
[34/75] Compiling Patterns VMBacktrack.swift
[35/75] Compiling ArgumentParser ArgumentSetSequence.swift
[36/75] Compiling ArgumentParser CommandParser.swift
[37/75] Compiling ArgumentParser InputOrigin.swift
[38/75] Compiling Patterns AnyPattern.swift
[39/75] Compiling Patterns Capture.swift
[40/75] Compiling Patterns Choice.swift
[48/75] Compiling Patterns General.swift
[52/75] Compiling Patterns Regex.swift
[56/75] Emitting module Patterns
/Users/builder/builds/TDmZkXJm/3/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/3/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 {
                     ^
[65/75] Compiling ArgumentParser SplitArguments.swift
[66/75] Compiling ArgumentParser HelpCommand.swift
[67/75] Compiling ArgumentParser HelpGenerator.swift
[68/75] Compiling ArgumentParser MessageInfo.swift
[69/75] Compiling ArgumentParser UsageGenerator.swift
[70/75] Compiling ArgumentParser SequenceExtensions.swift
[71/75] Compiling ArgumentParser StringExtensions.swift
[72/75] Compiling ArgumentParser Tree.swift
[73/77] Compiling unicode_properties main.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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()) • " "
[74/77] Emitting module unicode_properties
[74/77] Write Objects.LinkFileList
[75/77] Linking unicode_properties
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/unicode_properties: replacing existing signature
[76/77] Applying unicode_properties
Build complete! (15.35s)
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 from cache (0.45s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.45s)
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.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.0 (0.52s)
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
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.01s)
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
Build complete.
Done.