The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOutline with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/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/kenmaz/swiftoutline.git
Reference: 0.0.3
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/kenmaz/swiftoutline
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at ddf6738 Add dot file generation code
Cloned https://github.com/kenmaz/swiftoutline.git
Revision (git rev-parse @):
ddf67388d4821bb69d5f9836ecad6546fc639cc8
SUCCESS checkout https://github.com/kenmaz/swiftoutline.git at 0.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kenmaz/swiftoutline.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/kylef/PathKit
[1/1404] Fetching pathkit
[44/2425] Fetching pathkit, spectre
[2426/4013] Fetching pathkit, spectre, commander
Fetched https://github.com/kylef/Spectre.git from cache (0.33s)
Fetched https://github.com/kylef/Commander.git from cache (0.33s)
Fetched https://github.com/kylef/PathKit from cache (0.33s)
[1/57340] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.69s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.0 (1.65s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (1.14s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.48s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.39s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50000.0
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.0
Building for debugging...
[0/15] Write sources
[5/15] Write swift-version-24593BA9C3E375BF.txt
[7/50] Emitting module Commander
[8/51] Compiling Commander Group.swift
[9/51] Compiling Commander ArgumentParser.swift
[10/51] Compiling SwiftSyntax AbsolutePosition.swift
[11/51] Compiling SwiftSyntax ByteTreeDeserialization.swift
[12/51] Compiling Commander Command.swift
[13/51] Compiling SwiftSyntax SyntaxChildren.swift
[14/51] Compiling SwiftSyntax SyntaxData.swift
[15/51] Compiling SwiftSyntax WeakLookupTable.swift
[16/54] Compiling SwiftSyntax DiagnosticEngine.swift
[17/54] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[18/54] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[19/54] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[20/54] Compiling SwiftSyntax SwiftSyntax.swift
[21/54] Compiling SwiftSyntax SwiftcInvocation.swift
[22/54] Compiling SwiftSyntax Syntax.swift
[23/54] Compiling SwiftSyntax RawSyntax.swift
[24/54] Compiling SwiftSyntax SourceLength.swift
[25/54] Compiling SwiftSyntax SourcePresence.swift
[28/54] Compiling SwiftSyntax Diagnostic.swift
[29/54] Compiling SwiftSyntax DiagnosticConsumer.swift
[30/54] Compiling Commander Error.swift
[31/54] Compiling PathKit PathKit.swift
[32/54] Emitting module PathKit
[33/55] Wrapping AST for PathKit for debugging
[35/55] Emitting module SwiftSyntax
[36/55] Compiling Commander CommandRunner.swift
[37/55] Compiling Commander Commands.swift
[38/55] Compiling Commander CommandType.swift
[39/56] Wrapping AST for Commander for debugging
[41/56] Compiling SwiftSyntax SyntaxRewriter.swift
[42/56] Compiling SwiftSyntax TokenKind.swift
[43/56] Compiling SwiftSyntax Trivia.swift
[44/56] Compiling SwiftSyntax SyntaxBuilders.swift
[45/56] Compiling SwiftSyntax SyntaxClassifier.swift
[46/56] Compiling SwiftSyntax SyntaxCollections.swift
[47/56] Compiling SwiftSyntax SyntaxFactory.swift
[48/56] Compiling SwiftSyntax SyntaxKind.swift
[49/56] Compiling SwiftSyntax SyntaxNodes.swift
[50/57] Wrapping AST for SwiftSyntax for debugging
[52/61] Compiling SwiftOutlineKit Emitter.swift
[53/61] Compiling SwiftOutlineKit GraphvizClient.swift
/host/spi-builder-workspace/Sources/SwiftOutlineKit/GraphvizClient.swift:21:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = "/usr/bin/env"
             ^
/host/spi-builder-workspace/Sources/SwiftOutlineKit/GraphvizClient.swift:21:14: note: use 'executableURL' instead
        task.launchPath = "/usr/bin/env"
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/SwiftOutlineKit/GraphvizClient.swift:23:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/SwiftOutlineKit/GraphvizClient.swift:23:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
[54/61] Compiling SwiftOutlineKit Analyzer.swift
[55/61] Emitting module SwiftOutlineKit
[56/62] Wrapping AST for SwiftOutlineKit for debugging
[57/62] Write Objects.LinkFileList
[58/64] Archiving libSwiftOutlineKit.a
[60/64] Emitting module SwiftOutline
[61/64] Compiling SwiftOutline main.swift
[62/65] Wrapping AST for SwiftOutline for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking SwiftOutline
Build complete! (50.46s)
Build complete.
Done.

Build Machine: Linux 1