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-4606859-1":/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/faberNovel/xcresource-cli.git
Reference: main
Cloned https://github.com/faberNovel/xcresource-cli.git into spi-builder-workspace
SUCCESS checkout https://github.com/faberNovel/xcresource-cli.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/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/10785] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.72s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.1 (0.29s)
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 XCResource XCSnippetFile.swift
[8/75] Compiling XCResource XCSnippetFileManager.swift
[9/75] Compiling XCResource XCSnippetFileParser.swift
[10/75] Compiling XCResource XCSnippetFileSummaryTagger.swift
[11/75] Compiling XCResource XCSnippet.swift
[12/75] Compiling XCResource FileManager+Temporary.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
[13/75] Compiling XCResource URL+Convenience.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
[14/75] Compiling XCResource Shell.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
[15/75] Compiling XCResource SnippetFileToSnippetMapper.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
[16/75] Compiling XCResource XCSnippetCoder.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
[17/75] Compiling XCResource XCTemplateNamespace.swift
[21/75] Compiling ArgumentParser Name.swift
[22/75] Compiling ArgumentParser Parsed.swift
[23/75] Compiling ArgumentParser ParsedValues.swift
[25/75] Compiling ArgumentParser SplitArguments.swift
[26/75] Compiling ArgumentParser HelpCommand.swift
[27/75] Compiling ArgumentParser HelpGenerator.swift
[28/75] Compiling ArgumentParser MessageInfo.swift
[29/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/75] Compiling ArgumentParser ParsableArguments.swift
[31/75] Compiling ArgumentParser CompletionsGenerator.swift
[32/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/75] Compiling ArgumentParser ParsableCommand.swift
[35/75] Compiling ArgumentParser ArgumentDecoder.swift
[36/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/75] Compiling ArgumentParser ArgumentDefinition.swift
[38/75] Compiling XCResource XCSnippetDownloadingStrategy.swift
[39/75] Compiling XCResource XCSnippetFolderURLProviding.swift
[40/75] Compiling XCResource XCSnippetLibrary.swift
[41/75] Compiling ArgumentParser Argument.swift
[75/79] Wrapping AST for XCResource for debugging
[76/79] Wrapping AST for ArgumentParser for debugging
[78/91] Compiling CLI OpenTemplatesCommand.swift
[79/92] Compiling CLI XCTemplateCommand.swift
[80/92] Compiling CLI main.swift
[81/92] Compiling CLI RemoveTemplatesCommand.swift
[82/92] Compiling CLI XCResourceCommand.swift
[83/92] Compiling CLI InstallSnippetsCommand.swift
[84/92] Emitting module CLI
[85/92] Compiling CLI InstallTemplatesCommand.swift
[86/92] Compiling CLI ListTemplatesCommand.swift
[87/92] Compiling CLI ListSnippetsCommand.swift
[88/92] Compiling CLI OpenSnippetsCommand.swift
[89/92] Compiling CLI RemoveSnippetsCommand.swift
[90/92] Compiling CLI XCSnippetCommand.swift
[92/94] Wrapping AST for CLI for debugging
[93/94] Linking xcresource
Build complete! (10.69s)
Build complete.
Done.

Build Machine: Linux 1