The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Icebox with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jakeheis/Icebox.git
Reference: 0.0.7
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/jakeheis/Icebox
 * tag               0.0.7      -> FETCH_HEAD
HEAD is now at 7e1e9e8 Update pathkit
Cloned https://github.com/jakeheis/Icebox.git
Revision (git rev-parse @):
7e1e9e8da2848fcefc6a182be8e811911d9dd694
SUCCESS checkout https://github.com/jakeheis/Icebox.git at 0.0.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/jakeheis/Icebox.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit
[1/1021] Fetching spectre
[338/2425] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit from cache (0.23s)
Fetched https://github.com/kylef/Spectre.git from cache (0.23s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (1.06s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Compiling PathKit PathKit.swift
[5/5] Emitting module PathKit
[7/11] Compiling Icebox RunResult.swift
[8/11] Compiling Icebox Loggger.swift
[9/11] Compiling Icebox LineTester.swift
[10/11] Emitting module Icebox
[11/11] 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! (11.52s)
Build complete.
Done.

Build Machine: Linux 1