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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.23.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PGSSoft/GitCommitInfoPlugin.git
Reference: 0.0.1
Cloned https://github.com/PGSSoft/GitCommitInfoPlugin.git into spi-builder-workspace
SUCCESS checkout https://github.com/PGSSoft/GitCommitInfoPlugin.git at 0.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
warning: 'spi-builder-workspace': 'GitCommitInfoGenerator' was identified as an executable target given the presence of a 'main.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
[1/1] Compiling plugin GitCommitInfoPlugin
Building for debugging...
[2/5] Compiling GitCommitInfoGenerator main.swift
/host/spi-builder-workspace/Sources/GitCommitInfoGenerator/main.swift:26:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = "/bin/zsh"
                ^
/host/spi-builder-workspace/Sources/GitCommitInfoGenerator/main.swift:26:17: note: use 'executableURL' instead
        process.launchPath = "/bin/zsh"
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/GitCommitInfoGenerator/main.swift:27:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/GitCommitInfoGenerator/main.swift:27:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
[3/5] Emitting module GitCommitInfoGenerator
[5/7] Wrapping AST for GitCommitInfoGenerator for debugging
[6/7] Linking GitCommitInfoGenerator
Build complete! (9.46s)
Build complete.
Done.