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-4606859-1":/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: master
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
 * 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:         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-4606859-1":/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
Fetched https://github.com/apple/swift-se0270-range-set from cache (0.26s)
[1/11435] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.67s)
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.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.0 (0.51s)
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 Partition.swift
[7/51] Compiling ArgumentParser ArgumentSet.swift
[8/51] Compiling ArgumentParser ArgumentSetSequence.swift
[9/51] Compiling ArgumentParser CommandParser.swift
[10/51] Compiling ArgumentParser InputOrigin.swift
[11/55] Compiling ArgumentParser Option.swift
[12/55] Compiling ArgumentParser OptionGroup.swift
[13/55] Compiling ArgumentParser CommandConfiguration.swift
[14/55] Compiling ArgumentParser EnumerableFlag.swift
[15/55] Compiling ArgumentParser ExpressibleByArgument.swift
[16/55] Compiling ArgumentParser Name.swift
[17/55] Compiling ArgumentParser Parsed.swift
[18/55] Compiling ArgumentParser ParsedValues.swift
[19/55] Compiling ArgumentParser ParserError.swift
[20/55] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[21/55] Compiling SE0270_RangeSet Pair.swift
[22/55] Compiling SE0270_RangeSet CollectionExtensions.swift
[23/55] Emitting module SE0270_RangeSet
[24/55] Compiling SE0270_RangeSet RangeSetStorage.swift
[25/55] Compiling SE0270_RangeSet RangeSet.swift
[26/56] Wrapping AST for SE0270_RangeSet for debugging
[28/76] Compiling Patterns Decoder.swift
[29/76] Compiling Patterns General.swift
[30/76] Compiling Patterns Group.swift
[31/76] Compiling Patterns Grammar.swift
[32/76] Compiling Patterns And.swift
[33/76] Compiling Patterns Skip.swift
[34/76] Compiling Patterns Optimise Instructions.swift
[35/76] Compiling Patterns Parser.swift
[36/76] Compiling Patterns Pattern And Instruction.swift
[37/76] Compiling ArgumentParser ArgumentDefinition.swift
[40/78] Emitting module ArgumentParser
[41/78] Compiling Patterns AnyPattern.swift
[42/78] Compiling Patterns Capture.swift
[43/78] Compiling Patterns Choice.swift
[44/78] Compiling Patterns Line.swift
[45/78] Compiling Patterns Literal.swift
[48/78] Compiling Patterns Concatenation.swift
[49/78] Compiling Patterns Not.swift
[50/78] Compiling Patterns Repetition.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 {
                     ^
/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 {
                     ^
/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 {
                     ^
[57/78] Compiling ArgumentParser UsageGenerator.swift
[58/78] Compiling ArgumentParser SequenceExtensions.swift
[59/78] Compiling ArgumentParser StringExtensions.swift
[60/78] Compiling ArgumentParser Tree.swift
[61/78] Compiling ArgumentParser SplitArguments.swift
[62/78] Compiling ArgumentParser HelpCommand.swift
[63/78] Compiling ArgumentParser HelpGenerator.swift
[64/78] Compiling ArgumentParser MessageInfo.swift
[65/79] Compiling Patterns Regex.swift
[66/79] Compiling Patterns VMBacktrack.swift
[67/79] Wrapping AST for ArgumentParser for debugging
[69/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 {
                     ^
[72/79] Compiling Patterns OneOf.swift
[73/79] Compiling Patterns Word.swift
[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! (17.26s)
Build complete.
Done.

Build Machine: Linux 1