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

Build Command

bash -c docker run --rm -v "checkouts-4606859-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.25.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/packageconfig.git
Reference: 1.1.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/shibapm/packageconfig
 * tag               1.1.3      -> FETCH_HEAD
HEAD is now at 5852319 Merge pull request #27 from minuscorp/rename-example-product
Cloned https://github.com/shibapm/packageconfig.git
Revision (git rev-parse @):
58523193c26fb821ed1720dcd8a21009055c7cdb
SUCCESS checkout https://github.com/shibapm/packageconfig.git at 1.1.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-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/18] Compiling PackageConfig Error.swift
[2/18] Emitting module PackageConfigExecutable
/host/spi-builder-workspace/Sources/PackageConfigExecutable/main.swift:12:9: warning: 'launchPath' is deprecated: renamed to 'executableURL'
process.launchPath = "/bin/bash"
        ^
/host/spi-builder-workspace/Sources/PackageConfigExecutable/main.swift:12:9: note: use 'executableURL' instead
process.launchPath = "/bin/bash"
        ^~~~~~~~~~
        executableURL
/host/spi-builder-workspace/Sources/PackageConfigExecutable/main.swift:14:9: warning: 'launch()' is deprecated: renamed to 'run'
process.launch()
        ^
/host/spi-builder-workspace/Sources/PackageConfigExecutable/main.swift:14:9: note: use 'run' instead
process.launch()
        ^~~~~~
        run
[3/18] Compiling PackageConfigExecutable main.swift
/host/spi-builder-workspace/Sources/PackageConfigExecutable/main.swift:12:9: warning: 'launchPath' is deprecated: renamed to 'executableURL'
process.launchPath = "/bin/bash"
        ^
/host/spi-builder-workspace/Sources/PackageConfigExecutable/main.swift:12:9: note: use 'executableURL' instead
process.launchPath = "/bin/bash"
        ^~~~~~~~~~
        executableURL
/host/spi-builder-workspace/Sources/PackageConfigExecutable/main.swift:14:9: warning: 'launch()' is deprecated: renamed to 'run'
process.launch()
        ^
/host/spi-builder-workspace/Sources/PackageConfigExecutable/main.swift:14:9: note: use 'run' instead
process.launch()
        ^~~~~~
        run
[4/19] Compiling PackageConfig Writer.swift
[6/20] Wrapping AST for PackageConfigExecutable for debugging
[8/20] Compiling PackageConfig PackageConfig.swift
[9/20] Compiling PackageConfig Package.swift
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:25:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = swiftC
                ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:25:17: note: use 'executableURL' instead
        process.launchPath = swiftC
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:37:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:37:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:56:21: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            process.launchPath = currentDirectory + "/Package"
                    ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:56:21: note: use 'executableURL' instead
            process.launchPath = currentDirectory + "/Package"
                    ^~~~~~~~~~
                    executableURL
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:59:21: warning: 'launch()' is deprecated: renamed to 'run'
            process.launch()
                    ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:59:21: note: use 'run' instead
            process.launch()
                    ^~~~~~
                    run
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:72:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = "/usr/bin/xcrun"
                ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:72:17: note: use 'executableURL' instead
        process.launchPath = "/usr/bin/xcrun"
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:76:34: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        debugLog("CMD: \(process.launchPath!) \( ["--find", tool].joined(separator: " "))")
                                 ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:76:34: note: use 'executableURL' instead
        debugLog("CMD: \(process.launchPath!) \( ["--find", tool].joined(separator: " "))")
                                 ^~~~~~~~~~
                                 executableURL
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:78:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:78:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:88:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = "/bin/bash"
                ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:88:17: note: use 'executableURL' instead
        process.launchPath = "/bin/bash"
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:92:34: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        debugLog("CMD: \(process.launchPath!) \(process.arguments!.joined(separator: " "))")
                                 ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:92:34: note: use 'executableURL' instead
        debugLog("CMD: \(process.launchPath!) \(process.arguments!.joined(separator: " "))")
                                 ^~~~~~~~~~
                                 executableURL
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:94:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:94:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:224:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = "/usr/bin/xcrun"
                ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:224:17: note: use 'executableURL' instead
        process.launchPath = "/usr/bin/xcrun"
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:228:43: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        debugLog("CMD SDK path: \(process.launchPath!) \(process.arguments!.joined(separator: " "))")
                                          ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:228:43: note: use 'executableURL' instead
        debugLog("CMD SDK path: \(process.launchPath!) \(process.arguments!.joined(separator: " "))")
                                          ^~~~~~~~~~
                                          executableURL
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:230:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/PackageConfig/Package.swift:230:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
[10/20] Compiling PackageConfig Loader.swift
[11/20] Compiling PackageConfig PackageConfiguration.swift
[11/20] Linking package-config
[13/20] Compiling PackageConfig DynamicLibraries.swift
/host/spi-builder-workspace/Sources/PackageConfig/DynamicLibraries.swift:13:11: warning: 'launchPath' is deprecated: renamed to 'executableURL'
                process.launchPath = "/bin/bash"
                        ^
/host/spi-builder-workspace/Sources/PackageConfig/DynamicLibraries.swift:13:11: note: use 'executableURL' instead
                process.launchPath = "/bin/bash"
                        ^~~~~~~~~~
                        executableURL
/host/spi-builder-workspace/Sources/PackageConfig/DynamicLibraries.swift:16:11: warning: 'launch()' is deprecated: renamed to 'run'
                process.launch()
                        ^
/host/spi-builder-workspace/Sources/PackageConfig/DynamicLibraries.swift:16:11: note: use 'run' instead
                process.launch()
                        ^~~~~~
                        run
[14/20] Emitting module PackageConfig
[16/22] Wrapping AST for PackageConfig for debugging
[18/24] Emitting module ExampleConfig
[19/24] Compiling ExampleConfig ExampleConfig.swift
[19/25] Linking libPackageConfig.so
[22/26] Wrapping AST for ExampleConfig for debugging
[24/30] Emitting module PackageConfigs
[25/30] Compiling PackageConfigs PackageConfigs.swift
[26/30] Compiling ExampleMain main.swift
[27/31] Emitting module ExampleMain
[28/33] Linking libExampleConfig.so
[32/34] Wrapping AST for ExampleMain for debugging
[33/34] Linking package-config-example
Build complete! (13.95s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.