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-0":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-0":/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 (1.14s)
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 Option.swift
[8/80] Compiling ArgumentParser OptionGroup.swift
[9/80] Compiling XCResource SnippetFileToSnippetMapper.swift
[10/80] Compiling XCResource XCSnippetCoder.swift
[11/80] Compiling XCResource XCTemplateNamespace.swift
[12/80] Compiling ArgumentParser UsageGenerator.swift
[13/80] Compiling ArgumentParser SequenceExtensions.swift
[14/80] Compiling ArgumentParser StringExtensions.swift
[15/80] Compiling ArgumentParser Tree.swift
[20/80] Compiling ArgumentParser ArgumentHelp.swift
[21/80] Compiling ArgumentParser CompletionKind.swift
[22/80] Compiling ArgumentParser Errors.swift
[23/80] Compiling ArgumentParser Flag.swift
[24/80] Compiling ArgumentParser NameSpecification.swift
[25/80] Compiling ArgumentParser SplitArguments.swift
[26/80] Compiling ArgumentParser HelpCommand.swift
[27/80] Compiling ArgumentParser HelpGenerator.swift
[28/80] Compiling ArgumentParser MessageInfo.swift
[29/80] Compiling ArgumentParser Name.swift
[30/80] Compiling ArgumentParser Parsed.swift
[31/80] Compiling ArgumentParser ParsedValues.swift
[32/80] Compiling ArgumentParser ParserError.swift
[33/80] Compiling XCResource XCSnippetFile.swift
[34/80] Compiling XCResource XCSnippetFileManager.swift
[35/80] Compiling XCResource XCSnippetFileParser.swift
[36/80] Compiling XCResource XCSnippetFileSummaryTagger.swift
[37/80] Compiling XCResource XCSnippet.swift
[38/80] Compiling XCResource XCSnippetCLI.swift
[39/80] Compiling XCResource XCSnippetDownloadingStrategy.swift
[40/80] Compiling XCResource XCSnippetFolderURLProviding.swift
[41/80] Compiling XCResource XCSnippetLibrary.swift
[56/80] Compiling ArgumentParser ParsableArguments.swift
[57/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/80] Compiling ArgumentParser ParsableCommand.swift
[59/80] Compiling ArgumentParser ArgumentDecoder.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 XCResource for debugging
[78/82] Wrapping AST for ArgumentParser for debugging
[80/94] Compiling CLI OpenTemplatesCommand.swift
[81/95] Compiling CLI XCTemplateCommand.swift
[82/95] Compiling CLI RemoveTemplatesCommand.swift
[83/95] Compiling CLI main.swift
[84/95] Compiling CLI RemoveSnippetsCommand.swift
[85/95] Compiling CLI XCSnippetCommand.swift
[86/95] Compiling CLI ListSnippetsCommand.swift
[87/95] Compiling CLI OpenSnippetsCommand.swift
[88/95] Emitting module CLI
[89/95] Compiling CLI InstallTemplatesCommand.swift
[90/95] Compiling CLI ListTemplatesCommand.swift
[91/95] Compiling CLI XCResourceCommand.swift
[92/95] Compiling CLI InstallSnippetsCommand.swift
[93/96] Wrapping AST for CLI for debugging
[94/96] Write Objects.LinkFileList
[95/96] Linking xcresource
Build complete! (12.87s)
Build complete.
Done.

Build Machine: Linux 1