The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Icebox with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/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/jakeheis/Icebox.git
Reference: 0.0.7
Cloned https://github.com/jakeheis/Icebox.git into spi-builder-workspace
SUCCESS checkout https://github.com/jakeheis/Icebox.git at 0.0.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit
[1/1405] Fetching pathkit
[2/2426] Fetching pathkit, spectre
Fetched https://github.com/kylef/Spectre.git (0.24s)
Fetched https://github.com/kylef/PathKit (0.25s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (1.21s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.40s)
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Building for debugging...
[1/2] Emitting module PathKit
[2/2] Compiling PathKit PathKit.swift
[5/9] Compiling Icebox RunResult.swift
[6/9] Compiling Icebox Loggger.swift
[7/9] Compiling Icebox LineTester.swift
[8/9] Emitting module Icebox
[9/9] Compiling Icebox Icebox.swift
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:110:25: warning: 'launchPath' is deprecated: renamed to 'executableURL'
                process.launchPath = "/bin/cp"
                        ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:110:25: note: use 'executableURL' instead
                process.launchPath = "/bin/cp"
                        ^~~~~~~~~~
                        executableURL
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:112:25: warning: 'launch()' is deprecated: renamed to 'run'
                process.launch()
                        ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:112:25: note: use 'run' instead
                process.launch()
                        ^~~~~~
                        run
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:188:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = launchPath
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:188:17: note: use 'executableURL' instead
        process.launchPath = launchPath
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:190:17: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        process.currentDirectoryPath = boxPath.string
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:190:17: note: use 'currentDirectoryURL' instead
        process.currentDirectoryPath = boxPath.string
                ^~~~~~~~~~~~~~~~~~~~
                currentDirectoryURL
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:198:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:198:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:228:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = launchPath
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:228:17: note: use 'executableURL' instead
        process.launchPath = launchPath
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:230:17: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        process.currentDirectoryPath = boxPath.string
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:230:17: note: use 'currentDirectoryURL' instead
        process.currentDirectoryPath = boxPath.string
                ^~~~~~~~~~~~~~~~~~~~
                currentDirectoryURL
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:232:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:232:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:240:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = "/usr/bin/env"
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:240:17: note: use 'executableURL' instead
        process.launchPath = "/usr/bin/env"
                ^~~~~~~~~~
                executableURL
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:242:17: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        process.currentDirectoryPath = boxPath.string
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:242:17: note: use 'currentDirectoryURL' instead
        process.currentDirectoryPath = boxPath.string
                ^~~~~~~~~~~~~~~~~~~~
                currentDirectoryURL
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:244:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/Icebox/Icebox.swift:244:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
Build complete! (13.09s)
Build complete.
Done.

Build Machine: Linux 2