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-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/kenmaz/swiftoutline.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dcec496 Update README.md
Cloned https://github.com/kenmaz/swiftoutline.git
Revision (git rev-parse @):
dcec496d670ee107e784c8b0ee8fab8e31c93b96
SUCCESS checkout https://github.com/kenmaz/swiftoutline.git at master
========================================
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-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/apple/swift-syntax.git
[1/1021] Fetching spectre
[849/2609] Fetching spectre, commander
[2150/4013] Fetching spectre, commander, pathkit
Fetched https://github.com/kylef/PathKit from cache (0.33s)
Fetched https://github.com/kylef/Commander.git from cache (0.33s)
[1/57340] Fetching swift-syntax
Fetched https://github.com/kylef/Spectre.git from cache (3.72s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.75s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.0 (1.08s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (1.17s)
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.51s)
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/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.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/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Building for debugging...
[0/15] Write sources
[5/15] Write swift-version-24593BA9C3E375BF.txt
[7/50] Compiling Commander Command.swift
[8/51] Emitting module Commander
[9/51] Compiling Commander ArgumentConvertible.swift
[10/51] Compiling Commander ArgumentDescription.swift
[11/51] Compiling Commander Group.swift
[12/51] Compiling Commander ArgumentParser.swift
[13/51] Compiling Commander CommandRunner.swift
[16/51] Compiling SwiftSyntax Diagnostic.swift
[17/51] Compiling SwiftSyntax DiagnosticConsumer.swift
[18/54] Compiling Commander Error.swift
[19/54] Emitting module PathKit
[20/54] Compiling PathKit PathKit.swift
[21/55] Wrapping AST for PathKit for debugging
[23/55] Emitting module SwiftSyntax
[24/55] Compiling Commander CommandType.swift
[25/55] Compiling Commander Commands.swift
[26/56] Wrapping AST for Commander for debugging
[28/56] Compiling SwiftSyntax SyntaxRewriter.swift
[29/56] Compiling SwiftSyntax TokenKind.swift
[30/56] Compiling SwiftSyntax Trivia.swift
[31/56] Compiling SwiftSyntax DiagnosticEngine.swift
[32/56] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[33/56] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[34/56] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[35/56] Compiling SwiftSyntax SwiftSyntax.swift
[36/56] Compiling SwiftSyntax SwiftcInvocation.swift
[37/56] Compiling SwiftSyntax Syntax.swift
[38/56] Compiling SwiftSyntax SyntaxBuilders.swift
[39/56] Compiling SwiftSyntax SyntaxClassifier.swift
[40/56] Compiling SwiftSyntax SyntaxCollections.swift
[41/56] Compiling SwiftSyntax RawSyntax.swift
[42/56] Compiling SwiftSyntax SourceLength.swift
[43/56] Compiling SwiftSyntax SourcePresence.swift
[44/56] Compiling SwiftSyntax SyntaxChildren.swift
[45/56] Compiling SwiftSyntax SyntaxData.swift
[46/56] Compiling SwiftSyntax WeakLookupTable.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 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
[53/61] Compiling SwiftOutlineKit Analyzer.swift
[54/61] Emitting module SwiftOutlineKit
[55/61] Compiling SwiftOutlineKit Emitter.swift
[56/62] Wrapping AST for SwiftOutlineKit for debugging
[57/62] Write Objects.LinkFileList
[58/64] Archiving libSwiftOutlineKit.a
[60/64] Compiling SwiftOutline main.swift
[61/64] Emitting module SwiftOutline
[62/65] Wrapping AST for SwiftOutline for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking SwiftOutline
Build complete! (53.92s)
Build complete.
Done.

Build Machine: Linux 1