The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PackageConfig 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.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/packageconfig.git
Reference: 1.1.3
Cloned https://github.com/shibapm/packageconfig.git into spi-builder-workspace
SUCCESS checkout https://github.com/shibapm/packageconfig.git at 1.1.3
========================================
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
Building for debugging...
[1/18] Compiling PackageConfig Writer.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/18] Compiling PackageConfig Loader.swift
[5/18] Compiling PackageConfig Error.swift
[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 PackageConfiguration.swift
[10/20] Wrapping AST for PackageConfigExecutable for debugging
[11/20] Linking package-config
[13/20] Emitting module PackageConfig
[14/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
[16/22] Wrapping AST for PackageConfig for debugging
[17/24] Linking libPackageConfig.so
[19/24] Emitting module ExampleConfig
[20/24] Compiling ExampleConfig ExampleConfig.swift
[22/26] Wrapping AST for ExampleConfig for debugging
[24/30] Emitting module PackageConfigs
[25/30] Compiling PackageConfigs PackageConfigs.swift
[27/32] Emitting module ExampleMain
[28/32] Compiling ExampleMain main.swift
[29/33] Linking libExampleConfig.so
[32/34] Wrapping AST for ExampleMain for debugging
[33/34] Linking package-config-example
Build complete! (21.48s)
Build complete.
Done.

Build Machine: Linux 2