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-4606859-0":/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: 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.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/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
[19/1847] Fetching logger
[1848/13224] Fetching logger, swift-argument-parser
Fetched https://github.com/elegantchaos/Logger.git (0.69s)
Fetched https://github.com/apple/swift-argument-parser (0.69s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.36s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.36s)
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] Compiling Logger PrintHandler.swift
[2/45] Compiling ArgumentParser ArgumentDefinition.swift
[3/45] Compiling ArgumentParser ArgumentSet.swift
[4/45] Compiling ArgumentParser CommandParser.swift
[5/45] Compiling ArgumentParser InputOrigin.swift
[6/49] Compiling Logger OSLogHandler.swift
[7/49] Compiling ArgumentParser Option.swift
[8/49] Compiling ArgumentParser OptionGroup.swift
[9/49] Compiling ArgumentParser CommandConfiguration.swift
[10/49] Compiling ArgumentParser EnumerableFlag.swift
[11/49] Compiling ArgumentParser ExpressibleByArgument.swift
[12/49] Compiling ArgumentParser Name.swift
[13/49] Compiling ArgumentParser Parsed.swift
[14/49] Compiling ArgumentParser ParsedValues.swift
[15/49] Compiling ArgumentParser ParserError.swift
[16/49] Compiling ArgumentParser ParsableArguments.swift
[17/49] Compiling ArgumentParser ParsableArgumentsValidation.swift
[18/49] Compiling ArgumentParser ParsableCommand.swift
[19/49] Compiling ArgumentParser ArgumentDecoder.swift
[20/49] Compiling Logger NSLogHandler.swift
[21/49] Compiling Logger Handler.swift
[22/49] Compiling Logger Context.swift
[23/49] Emitting module Logger
[24/49] Compiling Logger Manager.swift
[25/49] Compiling Logger Channel.swift
[27/51] Compiling ArgumentParser UsageGenerator.swift
[28/51] Compiling ArgumentParser SequenceExtensions.swift
[29/51] Compiling ArgumentParser StringExtensions.swift
[30/51] Compiling ArgumentParser Tree.swift
[32/51] Compiling ArgumentParser SplitArguments.swift
[33/51] Compiling ArgumentParser HelpCommand.swift
[34/51] Compiling ArgumentParser HelpGenerator.swift
[35/51] Compiling ArgumentParser MessageInfo.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] Emitting module ArgumentParser
[42/51] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/51] Compiling ArgumentParser CompletionsGenerator.swift
[44/51] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/51] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/51] Compiling ArgumentParser Argument.swift
[47/53] Wrapping AST for Logger for debugging
[49/53] Wrapping AST for ArgumentParser for debugging
[51/68] Compiling BuilderCore Failure.swift
[52/68] Compiling BuilderCore MetadataAction.swift
[53/70] Compiling BuilderCore SettingsValue.swift
[54/70] Compiling BuilderCore StringExtensions.swift
[55/70] Compiling BuilderCore BuilderActions.swift
[56/70] Compiling BuilderCore Configuration.swift
[57/70] Compiling BuilderCore RunAction.swift
[58/70] Compiling BuilderCore SemanticVersion.swift
[59/70] Compiling BuilderCore MetafileAction.swift
[60/70] Compiling BuilderCore Platform.swift
[61/70] Compiling BuilderCore Settings.swift
[62/70] Compiling BuilderCore SettingsMapper.swift
[63/70] Compiling BuilderCore SwiftSettingsMapper.swift
[64/70] Compiling BuilderCore XCConfigSettingsMapper.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] Compiling Builder main.swift
[72/74] Emitting module Builder
[74/76] Wrapping AST for Builder for debugging
[75/76] Linking builder
Build complete! (9.48s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.