The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOutline with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/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/kenmaz/swiftoutline.git
Reference: 0.0.3
Cloned https://github.com/kenmaz/swiftoutline.git into spi-builder-workspace
SUCCESS checkout https://github.com/kenmaz/swiftoutline.git at 0.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-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
[1/1588] Fetching commander
[1304/2993] Fetching commander, pathkit
[2994/4014] Fetching commander, pathkit, spectre
Fetching https://github.com/apple/swift-syntax.git
Fetched https://github.com/kylef/Commander.git (0.27s)
Fetched https://github.com/kylef/Spectre.git (0.28s)
Fetched https://github.com/kylef/PathKit (0.28s)
[1/40969] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git (3.83s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.0 (1.14s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (1.10s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.37s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.29s)
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/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
Building for debugging...
[1/42] Emitting module Commander
[2/43] Compiling SwiftSyntax AbsolutePosition.swift
[3/43] Compiling SwiftSyntax ByteTreeDeserialization.swift
[4/43] Compiling Commander ArgumentParser.swift
[5/43] Compiling Commander Group.swift
[6/43] Compiling Commander Error.swift
[9/43] Compiling SwiftSyntax Diagnostic.swift
[10/43] Compiling SwiftSyntax DiagnosticConsumer.swift
[11/43] Compiling SwiftSyntax SwiftSyntax.swift
[12/43] Compiling SwiftSyntax SwiftcInvocation.swift
[13/43] Compiling SwiftSyntax Syntax.swift
[14/46] Compiling SwiftSyntax DiagnosticEngine.swift
[15/46] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[16/46] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[17/46] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[18/46] Compiling SwiftSyntax RawSyntax.swift
[19/46] Compiling SwiftSyntax SourceLength.swift
[20/46] Compiling SwiftSyntax SourcePresence.swift
[21/46] Emitting module PathKit
[22/46] Compiling PathKit PathKit.swift
[24/48] Wrapping AST for PathKit for debugging
[26/48] Compiling Commander CommandType.swift
[27/48] Compiling Commander Command.swift
[28/48] Compiling Commander Commands.swift
[29/48] Compiling Commander CommandRunner.swift
[31/50] Wrapping AST for Commander for debugging
[33/50] Emitting module SwiftSyntax
[34/50] Compiling SwiftSyntax SyntaxRewriter.swift
[35/50] Compiling SwiftSyntax TokenKind.swift
[36/50] Compiling SwiftSyntax Trivia.swift
[37/50] Compiling SwiftSyntax SyntaxChildren.swift
[38/50] Compiling SwiftSyntax SyntaxData.swift
[39/50] Compiling SwiftSyntax WeakLookupTable.swift
[40/50] Compiling SwiftSyntax SyntaxBuilders.swift
[41/50] Compiling SwiftSyntax SyntaxClassifier.swift
[42/50] Compiling SwiftSyntax SyntaxCollections.swift
[43/50] Compiling SwiftSyntax SyntaxFactory.swift
[44/50] Compiling SwiftSyntax SyntaxKind.swift
[45/50] Compiling SwiftSyntax SyntaxNodes.swift
[47/52] Wrapping AST for SwiftSyntax for debugging
[49/56] 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
[50/56] Compiling SwiftOutlineKit Emitter.swift
[51/56] Compiling SwiftOutlineKit Analyzer.swift
[52/56] Emitting module SwiftOutlineKit
[54/58] Wrapping AST for SwiftOutlineKit for debugging
[55/60] Archiving libSwiftOutlineKit.a
[57/60] Emitting module SwiftOutline
[58/60] Compiling SwiftOutline main.swift
[60/62] Wrapping AST for SwiftOutline for debugging
[61/62] Linking SwiftOutline
Build complete! (49.45s)
Build complete.
Done.

Build Machine: Linux 2