The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCResource 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.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/faberNovel/xcresource-cli.git
Reference: 0.1.4
Cloned https://github.com/faberNovel/xcresource-cli.git into spi-builder-workspace
SUCCESS checkout https://github.com/faberNovel/xcresource-cli.git at 0.1.4
========================================
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/apple/swift-argument-parser
[1/10860] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.1 (0.34s)
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...
[1/67] Emitting module XCResource
[2/71] Emitting module ArgumentParser
[3/75] Compiling ArgumentParser UsageGenerator.swift
[4/75] Compiling ArgumentParser SequenceExtensions.swift
[5/75] Compiling ArgumentParser StringExtensions.swift
[6/75] Compiling ArgumentParser Tree.swift
[7/75] Compiling ArgumentParser Option.swift
[8/75] Compiling ArgumentParser OptionGroup.swift
[9/75] Compiling ArgumentParser CommandConfiguration.swift
[10/75] Compiling ArgumentParser EnumerableFlag.swift
[11/75] Compiling ArgumentParser ExpressibleByArgument.swift
[12/75] Compiling ArgumentParser ParsableArguments.swift
[13/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[14/75] Compiling ArgumentParser ParsableCommand.swift
[15/75] Compiling ArgumentParser ArgumentDecoder.swift
[16/75] Compiling ArgumentParser ParserError.swift
[17/75] Compiling ArgumentParser ArgumentDefinition.swift
[18/75] Compiling ArgumentParser ArgumentSet.swift
[19/75] Compiling ArgumentParser CommandParser.swift
[20/75] Compiling XCResource XCTemplateNamespace.swift
[24/75] Compiling ArgumentParser Name.swift
[25/75] Compiling ArgumentParser Parsed.swift
[26/75] Compiling ArgumentParser ParsedValues.swift
[32/75] Compiling ArgumentParser SplitArguments.swift
[33/75] Compiling ArgumentParser HelpCommand.swift
[34/75] Compiling ArgumentParser HelpGenerator.swift
[35/75] Compiling ArgumentParser MessageInfo.swift
[48/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/75] Compiling ArgumentParser CompletionsGenerator.swift
[50/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/75] Compiling ArgumentParser Argument.swift
[53/75] Compiling ArgumentParser ArgumentHelp.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
[54/75] Compiling ArgumentParser CompletionKind.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
[55/75] Compiling ArgumentParser Errors.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
[56/75] Compiling ArgumentParser Flag.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
[57/75] Compiling ArgumentParser NameSpecification.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
[75/79] Wrapping AST for XCResource for debugging
[76/79] Wrapping AST for ArgumentParser for debugging
[78/91] Compiling CLI XCTemplateCommand.swift
[79/92] Compiling CLI main.swift
[80/92] Compiling CLI RemoveTemplatesCommand.swift
[81/92] Compiling CLI RemoveSnippetsCommand.swift
[82/92] Compiling CLI XCSnippetCommand.swift
[83/92] Compiling CLI ListSnippetsCommand.swift
[84/92] Compiling CLI OpenSnippetsCommand.swift
[85/92] Emitting module CLI
[86/92] Compiling CLI InstallTemplatesCommand.swift
[87/92] Compiling CLI ListTemplatesCommand.swift
[88/92] Compiling CLI OpenTemplatesCommand.swift
[89/92] Compiling CLI XCResourceCommand.swift
[90/92] Compiling CLI InstallSnippetsCommand.swift
[92/94] Wrapping AST for CLI for debugging
[93/94] Linking xcresource
Build complete! (20.24s)
Build complete.
Done.

Build Machine: Linux 2