The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Builder 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/elegantchaos/Builder.git
Reference: v1.2.3
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/elegantchaos/Builder
 * tag               v1.2.3     -> FETCH_HEAD
HEAD is now at 2c62722 updated workflow
Cloned https://github.com/elegantchaos/Builder.git
Revision (git rev-parse @):
2c62722be9ed28035242a05f6abcc154a514ca9e
SUCCESS checkout https://github.com/elegantchaos/Builder.git at v1.2.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/elegantchaos/Builder.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/elegantchaos/Logger.git
[1/1847] Fetching logger
[1848/13273] Fetching logger, swift-argument-parser
Fetched https://github.com/elegantchaos/Logger.git from cache (0.64s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.42s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.67s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.6.0
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.2
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/51] Compiling ArgumentParser Option.swift
[7/51] Compiling ArgumentParser OptionGroup.swift
[8/51] Compiling ArgumentParser CommandConfiguration.swift
[9/51] Compiling ArgumentParser EnumerableFlag.swift
[10/51] Compiling ArgumentParser ExpressibleByArgument.swift
[11/51] Compiling Logger OSLogHandler.swift
[12/51] Compiling Logger PrintHandler.swift
[13/55] Compiling ArgumentParser ArgumentDefinition.swift
[14/55] Compiling ArgumentParser ArgumentSet.swift
[15/55] Compiling ArgumentParser CommandParser.swift
[16/55] Compiling ArgumentParser InputOrigin.swift
[17/55] Compiling ArgumentParser Name.swift
[18/55] Compiling ArgumentParser Parsed.swift
[19/55] Compiling ArgumentParser ParsedValues.swift
[20/55] Compiling ArgumentParser ParserError.swift
[21/55] Compiling Logger NSLogHandler.swift
[22/55] Emitting module ArgumentParser
[23/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[24/55] Compiling ArgumentParser CompletionsGenerator.swift
[25/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[26/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[27/55] Compiling ArgumentParser Argument.swift
[28/55] Compiling ArgumentParser SplitArguments.swift
[29/55] Compiling ArgumentParser HelpCommand.swift
[30/55] Compiling ArgumentParser HelpGenerator.swift
[31/55] Compiling ArgumentParser MessageInfo.swift
[32/55] Emitting module Logger
[33/55] Compiling ArgumentParser ArgumentHelp.swift
[34/55] Compiling ArgumentParser CompletionKind.swift
[35/55] Compiling ArgumentParser Errors.swift
[36/55] Compiling ArgumentParser Flag.swift
[37/55] Compiling ArgumentParser NameSpecification.swift
[38/55] Compiling ArgumentParser ParsableArguments.swift
[39/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/55] Compiling ArgumentParser ParsableCommand.swift
[41/55] Compiling ArgumentParser ArgumentDecoder.swift
[42/55] Compiling ArgumentParser UsageGenerator.swift
[43/55] Compiling ArgumentParser SequenceExtensions.swift
[44/55] Compiling ArgumentParser StringExtensions.swift
[45/55] Compiling ArgumentParser Tree.swift
[47/56] Compiling Logger Handler.swift
[48/56] Compiling Logger Context.swift
[49/56] Compiling Logger Channel.swift
[50/56] Compiling Logger Manager.swift
[51/57] Wrapping AST for ArgumentParser for debugging
[52/57] Wrapping AST for Logger for debugging
[54/72] Compiling BuilderCore RunAction.swift
[55/72] Compiling BuilderCore SemanticVersion.swift
[56/74] Compiling BuilderCore MetafileAction.swift
[57/74] Compiling BuilderCore Platform.swift
[58/74] Compiling BuilderCore SettingsValue.swift
[59/74] Compiling BuilderCore StringExtensions.swift
[60/74] Compiling BuilderCore Failure.swift
[61/74] Compiling BuilderCore MetadataAction.swift
[62/74] Compiling BuilderCore Settings.swift
[63/74] Compiling BuilderCore SettingsMapper.swift
[64/74] Compiling BuilderCore SwiftSettingsMapper.swift
[65/74] Compiling BuilderCore XCConfigSettingsMapper.swift
[66/74] Compiling BuilderCore BuilderActions.swift
[67/74] Compiling BuilderCore Configuration.swift
[68/74] Compiling BuilderCore BuildAction.swift
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:181:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = command
                ^
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:181:17: note: use 'executableURL' instead
        process.launchPath = command
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:184:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:184:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:203:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = command
                ^
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:203:17: note: use 'executableURL' instead
        process.launchPath = command
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:208:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:208:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
[69/74] Compiling BuilderCore Builder.swift
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:181:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = command
                ^
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:181:17: note: use 'executableURL' instead
        process.launchPath = command
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:184:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:184:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:203:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = command
                ^
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:203:17: note: use 'executableURL' instead
        process.launchPath = command
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:208:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:208:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
[70/74] Emitting module BuilderCore
[71/75] Wrapping AST for BuilderCore for debugging
[73/77] Emitting module Builder
[74/77] Compiling Builder main.swift
[75/78] Wrapping AST for Builder for debugging
[76/78] Write Objects.LinkFileList
[77/78] Linking builder
Build complete! (14.92s)
Build complete.
Done.

Build Machine: Linux 1