This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Builder with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.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.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-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/13224] Fetching logger, swift-argument-parser
Fetched https://github.com/elegantchaos/Logger.git (0.81s)
Fetched https://github.com/apple/swift-argument-parser (0.82s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.56s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.62s)
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
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.6.0
Building for debugging...
[1/45] Emitting module ArgumentParser
[2/49] Compiling Logger PrintHandler.swift
[3/49] Compiling Logger NSLogHandler.swift
[4/49] Compiling ArgumentParser ArgumentDefinition.swift
[5/49] Compiling ArgumentParser ArgumentSet.swift
[6/49] Compiling ArgumentParser CommandParser.swift
[7/49] Compiling ArgumentParser InputOrigin.swift
[8/49] Compiling ArgumentParser Name.swift
[9/49] Compiling ArgumentParser Parsed.swift
[10/49] Compiling ArgumentParser ParsedValues.swift
[11/49] Compiling ArgumentParser ParserError.swift
[12/49] Compiling Logger OSLogHandler.swift
[13/49] Compiling ArgumentParser Option.swift
[14/49] Compiling ArgumentParser OptionGroup.swift
[15/49] Compiling ArgumentParser CommandConfiguration.swift
[16/49] Compiling ArgumentParser EnumerableFlag.swift
[17/49] Compiling ArgumentParser ExpressibleByArgument.swift
[18/49] Compiling ArgumentParser ParsableArguments.swift
[19/49] Compiling ArgumentParser ParsableArgumentsValidation.swift
[20/49] Compiling ArgumentParser ParsableCommand.swift
[21/49] Compiling ArgumentParser ArgumentDecoder.swift
[22/49] Compiling ArgumentParser UsageGenerator.swift
[23/49] Compiling ArgumentParser SequenceExtensions.swift
[24/49] Compiling ArgumentParser StringExtensions.swift
[25/49] Compiling ArgumentParser Tree.swift
[26/49] Emitting module Logger
[27/49] Compiling Logger Channel.swift
[28/49] Compiling ArgumentParser SplitArguments.swift
[29/49] Compiling ArgumentParser HelpCommand.swift
[30/49] Compiling ArgumentParser HelpGenerator.swift
[31/49] Compiling ArgumentParser MessageInfo.swift
[32/49] Compiling Logger Handler.swift
[33/49] Compiling Logger Context.swift
[34/49] Compiling Logger Manager.swift
[36/51] Compiling ArgumentParser ArgumentHelp.swift
[37/51] Compiling ArgumentParser CompletionKind.swift
[38/51] Compiling ArgumentParser Errors.swift
[39/51] Compiling ArgumentParser Flag.swift
[40/51] Compiling ArgumentParser NameSpecification.swift
[41/51] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/51] Compiling ArgumentParser CompletionsGenerator.swift
[43/51] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/51] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/51] Compiling ArgumentParser Argument.swift
[48/53] Wrapping AST for Logger for debugging
[49/53] Wrapping AST for ArgumentParser for debugging
[51/68] Compiling BuilderCore MetafileAction.swift
[52/68] Compiling BuilderCore Platform.swift
[53/68] Compiling BuilderCore RunAction.swift
[54/68] Compiling BuilderCore SemanticVersion.swift
[55/70] Compiling BuilderCore Settings.swift
[56/70] Compiling BuilderCore SettingsMapper.swift
[57/70] Compiling BuilderCore SettingsValue.swift
[58/70] Compiling BuilderCore StringExtensions.swift
[59/70] Compiling BuilderCore SwiftSettingsMapper.swift
[60/70] Compiling BuilderCore XCConfigSettingsMapper.swift
[61/70] Compiling BuilderCore Failure.swift
[62/70] Compiling BuilderCore MetadataAction.swift
[63/70] Compiling BuilderCore BuilderActions.swift
[64/70] Compiling BuilderCore Configuration.swift
[65/70] Emitting module BuilderCore
[66/70] 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
[67/70] 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
[69/72] Wrapping AST for BuilderCore for debugging
[71/74] Emitting module Builder
[72/74] Compiling Builder main.swift
[74/76] Wrapping AST for Builder for debugging
[75/76] Linking builder
Build complete! (14.52s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.