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-4609320-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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 778668b Update README.md
Cloned https://github.com/elegantchaos/Builder.git
Revision (git rev-parse @):
778668bb58d0bdc85dfb2027219bd538e9a8ffc0
SUCCESS checkout https://github.com/elegantchaos/Builder.git at main
========================================
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-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/apple/swift-argument-parser
[1/1847] Fetching logger
[1848/13273] Fetching logger, swift-argument-parser
Fetched https://github.com/elegantchaos/Logger.git from cache (0.73s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.74s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.50s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.47s)
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/55] Compiling ArgumentParser ArgumentDefinition.swift
[12/55] Compiling ArgumentParser ArgumentSet.swift
[13/55] Compiling ArgumentParser CommandParser.swift
[14/55] Compiling ArgumentParser InputOrigin.swift
[15/55] Compiling Logger OSLogHandler.swift
[16/55] Compiling Logger PrintHandler.swift
[17/55] Compiling Logger NSLogHandler.swift
[18/55] Emitting module Logger
[19/55] Compiling Logger Context.swift
[20/55] Compiling Logger Channel.swift
[21/55] Compiling ArgumentParser ArgumentHelp.swift
[22/55] Compiling ArgumentParser CompletionKind.swift
[23/55] Compiling ArgumentParser Errors.swift
[24/55] Compiling ArgumentParser Flag.swift
[25/55] Compiling ArgumentParser NameSpecification.swift
[26/55] Compiling Logger Handler.swift
[27/55] Compiling Logger Manager.swift
[29/56] Compiling ArgumentParser ParsableArguments.swift
[30/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/56] Compiling ArgumentParser ParsableCommand.swift
[32/56] Compiling ArgumentParser ArgumentDecoder.swift
[33/56] Compiling ArgumentParser SplitArguments.swift
[34/56] Compiling ArgumentParser HelpCommand.swift
[35/56] Compiling ArgumentParser HelpGenerator.swift
[36/56] Compiling ArgumentParser MessageInfo.swift
[37/56] Compiling ArgumentParser Name.swift
[38/56] Compiling ArgumentParser Parsed.swift
[39/56] Compiling ArgumentParser ParsedValues.swift
[40/56] Compiling ArgumentParser ParserError.swift
[41/56] Emitting module ArgumentParser
[42/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/56] Compiling ArgumentParser CompletionsGenerator.swift
[44/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/56] Compiling ArgumentParser Argument.swift
[46/56] Wrapping AST for Logger for debugging
[48/56] Compiling ArgumentParser UsageGenerator.swift
[49/56] Compiling ArgumentParser SequenceExtensions.swift
[50/56] Compiling ArgumentParser StringExtensions.swift
[51/56] Compiling ArgumentParser Tree.swift
[52/57] Wrapping AST for ArgumentParser for debugging
[54/72] Compiling BuilderCore SettingsValue.swift
[55/72] Compiling BuilderCore StringExtensions.swift
[56/72] Compiling BuilderCore MetafileAction.swift
[57/72] Compiling BuilderCore Platform.swift
[58/72] Compiling BuilderCore RunAction.swift
[59/72] Compiling BuilderCore SemanticVersion.swift
[60/74] Compiling BuilderCore Failure.swift
[61/74] Compiling BuilderCore MetadataAction.swift
[62/74] Compiling BuilderCore BuilderActions.swift
[63/74] Compiling BuilderCore Configuration.swift
[64/74] Compiling BuilderCore Settings.swift
[65/74] Compiling BuilderCore SettingsMapper.swift
[66/74] Compiling BuilderCore SwiftSettingsMapper.swift
[67/74] Compiling BuilderCore XCConfigSettingsMapper.swift
[68/74] Emitting module BuilderCore
[69/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
[70/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
[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! (17.82s)
Build complete.
Done.

Build Machine: Linux 2