The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCResource with Swift 5.7 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-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.7
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-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.88s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.1 (0.58s)
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] Compiling ArgumentParser ArgumentHelp.swift
[3/71] Compiling ArgumentParser CompletionKind.swift
[4/71] Compiling ArgumentParser Errors.swift
[5/71] Compiling ArgumentParser Flag.swift
[6/71] Compiling ArgumentParser NameSpecification.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] Emitting module ArgumentParser
[13/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[14/75] Compiling ArgumentParser CompletionsGenerator.swift
[15/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[16/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[17/75] Compiling ArgumentParser Argument.swift
[18/75] Compiling ArgumentParser ParserError.swift
[19/75] Compiling ArgumentParser SplitArguments.swift
[20/75] Compiling ArgumentParser HelpCommand.swift
[21/75] Compiling ArgumentParser HelpGenerator.swift
[22/75] Compiling XCResource XCTemplateNamespace.swift
[23/75] Compiling ArgumentParser UsageGenerator.swift
[24/75] Compiling ArgumentParser SequenceExtensions.swift
[25/75] Compiling ArgumentParser StringExtensions.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
[36/75] Compiling ArgumentParser InputOrigin.swift
[37/75] Compiling ArgumentParser Name.swift
[38/75] Compiling ArgumentParser Parsed.swift
[39/75] Compiling ArgumentParser ParsedValues.swift
[40/75] Compiling ArgumentParser MessageInfo.swift
[41/75] Compiling ArgumentParser ParsableArguments.swift
[42/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/75] Compiling ArgumentParser ParsableCommand.swift
[49/75] Compiling ArgumentParser ArgumentDefinition.swift
[50/75] Compiling ArgumentParser ArgumentSet.swift
[51/75] Compiling ArgumentParser CommandParser.swift
[69/77] Wrapping AST for XCResource for debugging
[74/77] Compiling ArgumentParser Tree.swift
[76/79] Wrapping AST for ArgumentParser for debugging
[78/91] Compiling CLI OpenTemplatesCommand.swift
[79/91] Compiling CLI XCTemplateCommand.swift
[80/91] Compiling CLI RemoveTemplatesCommand.swift
[81/92] Compiling CLI main.swift
[82/92] Compiling CLI ListSnippetsCommand.swift
[83/92] Compiling CLI OpenSnippetsCommand.swift
[84/92] Compiling CLI RemoveSnippetsCommand.swift
[85/92] Compiling CLI XCSnippetCommand.swift
[86/92] Compiling CLI InstallTemplatesCommand.swift
[87/92] Compiling CLI ListTemplatesCommand.swift
[88/92] Emitting module CLI
[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! (9.94s)
Build complete.
Done.

Build Machine: Linux 1