The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCResource with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/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/faberNovel/xcresource-cli.git
Reference: 0.1.4
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/faberNovel/xcresource-cli
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at a044a32 Update changelog
Cloned https://github.com/faberNovel/xcresource-cli.git
Revision (git rev-parse @):
a044a3247f7fa07d8cef9ab0509505c59b166b1d
SUCCESS checkout https://github.com/faberNovel/xcresource-cli.git at 0.1.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/faberNovel/xcresource-cli.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser
[1/11426] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.1 (0.43s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.4.1
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/72] Emitting module XCResource
[6/76] Emitting module ArgumentParser
[7/80] Compiling ArgumentParser UsageGenerator.swift
[8/80] Compiling ArgumentParser SequenceExtensions.swift
[9/80] Compiling ArgumentParser StringExtensions.swift
[10/80] Compiling ArgumentParser Tree.swift
[11/80] Compiling ArgumentParser ArgumentHelp.swift
[12/80] Compiling ArgumentParser CompletionKind.swift
[13/80] Compiling ArgumentParser Errors.swift
[14/80] Compiling ArgumentParser Flag.swift
[15/80] Compiling ArgumentParser NameSpecification.swift
[16/80] Compiling XCResource XCTemplateNamespace.swift
[25/80] Compiling ArgumentParser ArgumentDefinition.swift
[26/80] Compiling ArgumentParser ArgumentSet.swift
[27/80] Compiling ArgumentParser CommandParser.swift
[28/80] Compiling ArgumentParser InputOrigin.swift
[29/80] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/80] Compiling ArgumentParser CompletionsGenerator.swift
[31/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[38/80] Compiling ArgumentParser Option.swift
[39/80] Compiling ArgumentParser OptionGroup.swift
[40/80] Compiling ArgumentParser CommandConfiguration.swift
[41/80] Compiling ArgumentParser EnumerableFlag.swift
[42/80] Compiling ArgumentParser ParsableArguments.swift
[43/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/80] Compiling ArgumentParser ParsableCommand.swift
[45/80] Compiling ArgumentParser ArgumentDecoder.swift
[54/80] Compiling ArgumentParser ExpressibleByArgument.swift
[55/80] Compiling ArgumentParser Name.swift
[56/80] Compiling ArgumentParser Parsed.swift
[57/80] Compiling ArgumentParser ParsedValues.swift
[58/80] Compiling ArgumentParser ParserError.swift
[63/80] Compiling ArgumentParser SplitArguments.swift
[64/80] Compiling ArgumentParser HelpCommand.swift
[65/80] Compiling ArgumentParser HelpGenerator.swift
[66/80] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = "/bin/bash"
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: note: use 'executableURL' instead
        task.launchPath = "/bin/bash"
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        task.currentDirectoryPath = currentDirectoryPath
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: note: use 'currentDirectoryURL' instead
        task.currentDirectoryPath = currentDirectoryPath
             ^~~~~~~~~~~~~~~~~~~~
             currentDirectoryURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = "/bin/bash"
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: note: use 'executableURL' instead
        task.launchPath = "/bin/bash"
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        task.currentDirectoryPath = currentDirectoryPath
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: note: use 'currentDirectoryURL' instead
        task.currentDirectoryPath = currentDirectoryPath
             ^~~~~~~~~~~~~~~~~~~~
             currentDirectoryURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = "/bin/bash"
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: note: use 'executableURL' instead
        task.launchPath = "/bin/bash"
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        task.currentDirectoryPath = currentDirectoryPath
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: note: use 'currentDirectoryURL' instead
        task.currentDirectoryPath = currentDirectoryPath
             ^~~~~~~~~~~~~~~~~~~~
             currentDirectoryURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = "/bin/bash"
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: note: use 'executableURL' instead
        task.launchPath = "/bin/bash"
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        task.currentDirectoryPath = currentDirectoryPath
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: note: use 'currentDirectoryURL' instead
        task.currentDirectoryPath = currentDirectoryPath
             ^~~~~~~~~~~~~~~~~~~~
             currentDirectoryURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = "/bin/bash"
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:37:14: note: use 'executableURL' instead
        task.launchPath = "/bin/bash"
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        task.currentDirectoryPath = currentDirectoryPath
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:38:14: note: use 'currentDirectoryURL' instead
        task.currentDirectoryPath = currentDirectoryPath
             ^~~~~~~~~~~~~~~~~~~~
             currentDirectoryURL
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCResource/Shared/Shell.swift:43:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
[77/82] Wrapping AST for ArgumentParser for debugging
[78/82] Wrapping AST for XCResource for debugging
[80/94] Compiling CLI XCTemplateCommand.swift
[81/95] Compiling CLI RemoveTemplatesCommand.swift
[82/95] Compiling CLI OpenTemplatesCommand.swift
[83/95] Compiling CLI ListSnippetsCommand.swift
[84/95] Compiling CLI OpenSnippetsCommand.swift
[85/95] Compiling CLI main.swift
[86/95] Compiling CLI XCResourceCommand.swift
[87/95] Compiling CLI InstallSnippetsCommand.swift
[88/95] Emitting module CLI
[89/95] Compiling CLI RemoveSnippetsCommand.swift
[90/95] Compiling CLI XCSnippetCommand.swift
[91/95] Compiling CLI InstallTemplatesCommand.swift
[92/95] Compiling CLI ListTemplatesCommand.swift
[93/96] Wrapping AST for CLI for debugging
[94/96] Write Objects.LinkFileList
[95/96] Linking xcresource
Build complete! (13.08s)
Build complete.
Done.

Build Machine: Linux 1