The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Patterns with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/Patterns.git
Reference: 0.1.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
Revision (git rev-parse @):
c778b7d547c0c9344755ef1916224fd91478bddd
SUCCESS checkout https://github.com/kareman/Patterns.git at 0.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kareman/Patterns.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-se0270-range-set
[1/62] Fetching swift-se0270-range-set
[63/11497] Fetching swift-se0270-range-set, swift-argument-parser
Fetched https://github.com/apple/swift-se0270-range-set from cache (0.73s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.74s)
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.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.0 (0.48s)
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
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
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/51] Compiling SE0270_RangeSet CollectionExtensions.swift
[7/51] Emitting module SE0270_RangeSet
[8/51] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[9/51] Compiling SE0270_RangeSet Pair.swift
[10/51] Compiling SE0270_RangeSet Partition.swift
[11/51] Compiling SE0270_RangeSet RangeSet.swift
[12/51] Compiling SE0270_RangeSet RangeSetStorage.swift
[13/52] Wrapping AST for SE0270_RangeSet for debugging
[15/72] Compiling Patterns OneOf.swift
[16/72] Compiling Patterns Concatenation.swift
[17/72] Compiling Patterns Not.swift
[18/72] Compiling Patterns Repetition.swift
[19/72] Compiling Patterns Group.swift
[20/72] Emitting module ArgumentParser
[21/72] Compiling Patterns Word.swift
[22/72] Compiling Patterns Decoder.swift
[23/72] Compiling Patterns General.swift
[24/72] Compiling Patterns Line.swift
[25/72] Compiling Patterns Literal.swift
[26/76] Compiling Patterns Parser.swift
[27/76] Compiling Patterns Pattern And Instruction.swift
[28/76] Compiling Patterns Skip.swift
[29/76] Compiling Patterns Optimise Instructions.swift
/host/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 {
                               ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[31/76] Compiling Patterns Grammar.swift
/host/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 {
                               ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[32/76] Compiling Patterns And.swift
/host/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 {
                               ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[36/78] Compiling Patterns AnyPattern.swift
[37/78] Compiling Patterns Capture.swift
[38/78] Compiling Patterns Choice.swift
[43/78] Compiling ArgumentParser SplitArguments.swift
[44/78] Compiling ArgumentParser HelpCommand.swift
[45/78] Compiling ArgumentParser HelpGenerator.swift
[46/78] Compiling ArgumentParser MessageInfo.swift
[47/78] Compiling Patterns Regex.swift
[48/78] Compiling Patterns VMBacktrack.swift
[49/78] Compiling ArgumentParser CommandParser.swift
[50/78] Compiling ArgumentParser InputOrigin.swift
[51/78] Compiling ArgumentParser ParsableArguments.swift
[52/78] Compiling ArgumentParser ParsableArgumentsValidation.swift
[53/78] Compiling ArgumentParser ParsableCommand.swift
[54/78] Compiling ArgumentParser ArgumentDecoder.swift
[55/78] Compiling ArgumentParser ArgumentDefinition.swift
[66/78] Compiling ArgumentParser UsageGenerator.swift
[67/78] Compiling ArgumentParser SequenceExtensions.swift
[68/78] Compiling ArgumentParser StringExtensions.swift
[69/78] Compiling ArgumentParser Tree.swift
[71/79] Emitting module Patterns
/host/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 {
                               ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[71/79] Wrapping AST for ArgumentParser for debugging
[76/80] Wrapping AST for Patterns for debugging
[78/82] Emitting module unicode_properties
[79/82] Compiling unicode_properties main.swift
/host/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()) • " "
/host/spi-builder-workspace/Sources/unicode_properties/main.swift:12:30: note: use 'Start()' instead
        let rangeAndProperty = Line.start • hexRange • Skip() • "; " • Capture(name: "property", Skip()) • " "
[80/83] Wrapping AST for unicode_properties for debugging
[81/83] Write Objects.LinkFileList
[82/83] Linking unicode_properties
Build complete! (16.90s)
Build complete.
Done.

Build Machine: Linux 2