The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCResource with Swift 5.8 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.8-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.8
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.8-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.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.1 (0.28s)
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 ArgumentParser
[2/71] Compiling XCResource XCSnippetFile.swift
[3/71] Compiling XCResource XCSnippetFileManager.swift
[4/71] Compiling XCResource XCSnippetFileParser.swift
[5/71] Compiling XCResource XCSnippetFileSummaryTagger.swift
[6/71] Compiling XCResource XCTemplateFolder.swift
[7/71] Compiling XCResource XCTemplateFolderDownloadingStrategy.swift
[8/71] Compiling XCResource XCTemplateFolderDownloadingStrategyFactory.swift
[9/71] Compiling XCResource XCTemplateLibrary.swift
[10/71] Compiling ArgumentParser ExpressibleByArgument.swift
[11/71] Compiling XCResource FileManager+Temporary.swift
[12/71] Compiling XCResource URL+Convenience.swift
[13/71] Compiling XCResource Shell.swift
[14/71] Compiling XCResource SnippetFileToSnippetMapper.swift
[15/71] Compiling XCResource XCSnippetCoder.swift
[20/71] Compiling ArgumentParser UsageGenerator.swift
[21/71] Compiling ArgumentParser SequenceExtensions.swift
[22/71] Compiling ArgumentParser StringExtensions.swift
[23/71] Compiling ArgumentParser Tree.swift
[24/75] Compiling XCResource XCTemplateFolderMapper.swift
[25/75] Compiling XCResource URLInputParser.swift
[26/75] Compiling XCResource XCTemplate.swift
[27/75] Compiling XCResource XCTemplateCLI.swift
[28/75] Compiling XCResource XCSnippetCLI.swift
[29/75] Compiling XCResource XCSnippetDownloadingStrategy.swift
[30/75] Compiling XCResource XCSnippetFolderURLProviding.swift
[31/75] Compiling XCResource XCSnippetLibrary.swift
[32/75] Compiling XCResource XCSnippetList.swift
[33/75] Compiling XCResource XCSnippetNamespace.swift
[34/75] Compiling XCResource XCSnippetNamespaceMapper.swift
[35/75] Compiling XCResource XCSnippetSource.swift
[36/75] Compiling XCResource XCSnippetsDownloader.swift
[37/75] Compiling XCResource XCTemplateFile.swift
[38/75] Compiling XCResource XCTemplateFileManager.swift
[39/75] Compiling XCResource XCTemplateFolderFile.swift
[48/75] Emitting module XCResource
/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
[58/75] Compiling XCResource XCSnippet.swift
[69/77] Compiling XCResource XCTemplateNamespace.swift
[70/77] Compiling XCResource XCTemplateNamespaceFolderURLProviding.swift
[71/77] Compiling XCResource XCTemplateSource.swift
[72/77] Compiling XCResource XCTemplatesDownloader.swift
[75/79] Wrapping AST for ArgumentParser for debugging
[76/79] Wrapping AST for XCResource for debugging
[78/91] Compiling CLI XCTemplateCommand.swift
[79/92] Compiling CLI OpenTemplatesCommand.swift
[80/92] Compiling CLI RemoveTemplatesCommand.swift
[81/92] Emitting module CLI
[82/92] Compiling CLI RemoveSnippetsCommand.swift
[83/92] Compiling CLI XCSnippetCommand.swift
[84/92] Compiling CLI ListSnippetsCommand.swift
[85/92] Compiling CLI OpenSnippetsCommand.swift
[86/92] Compiling CLI main.swift
[87/92] Compiling CLI XCResourceCommand.swift
[88/92] Compiling CLI InstallSnippetsCommand.swift
[89/92] Compiling CLI InstallTemplatesCommand.swift
[90/92] Compiling CLI ListTemplatesCommand.swift
[92/94] Wrapping AST for CLI for debugging
[93/94] Linking xcresource
Build complete! (10.46s)
Build complete.
Done.

Build Machine: Linux 1