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-4606859-1":/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: master
Cloned https://github.com/kenmaz/swiftoutline.git into spi-builder-workspace
SUCCESS checkout https://github.com/kenmaz/swiftoutline.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
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.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/kylef/PathKit
[1/1405] Fetching pathkit
[1406/2993] Fetching pathkit, commander
[2994/43962] Fetching pathkit, commander, swift-syntax
Fetching https://github.com/kylef/Spectre.git
Fetched https://github.com/kylef/PathKit (3.54s)
Fetched https://github.com/kylef/Commander.git (3.54s)
Fetched https://github.com/apple/swift-syntax.git (3.56s)
Computing version for https://github.com/kylef/Commander.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git (0.24s)
Computed https://github.com/kylef/Commander.git at 0.9.0 (0.90s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (0.89s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.33s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.26s)
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/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
Building for debugging...
[1/42] Emitting module PathKit
[2/42] Compiling Commander Command.swift
[3/43] Compiling Commander ArgumentParser.swift
[4/43] Emitting module Commander
[5/43] Compiling SwiftSyntax AbsolutePosition.swift
[6/43] Compiling SwiftSyntax ByteTreeDeserialization.swift
[7/43] Compiling Commander Group.swift
[8/43] Compiling SwiftSyntax DiagnosticEngine.swift
[9/43] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[10/43] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[11/43] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[12/46] Compiling Commander Error.swift
[15/46] Compiling SwiftSyntax Diagnostic.swift
[16/46] Compiling SwiftSyntax DiagnosticConsumer.swift
[17/46] Compiling SwiftSyntax RawSyntax.swift
[18/46] Compiling SwiftSyntax SourceLength.swift
[19/46] Compiling SwiftSyntax SourcePresence.swift
[20/46] Compiling SwiftSyntax SwiftSyntax.swift
[21/46] Compiling SwiftSyntax SwiftcInvocation.swift
[22/46] Compiling SwiftSyntax Syntax.swift
[23/46] Compiling PathKit PathKit.swift
[25/48] Wrapping AST for PathKit for debugging
[27/48] Emitting module SwiftSyntax
[28/48] Compiling Commander CommandType.swift
[29/48] Compiling Commander CommandRunner.swift
[30/48] Compiling Commander Commands.swift
[32/50] Wrapping AST for Commander for debugging
[34/50] Compiling SwiftSyntax SyntaxRewriter.swift
[35/50] Compiling SwiftSyntax TokenKind.swift
[36/50] Compiling SwiftSyntax Trivia.swift
[37/50] Compiling SwiftSyntax SyntaxBuilders.swift
[38/50] Compiling SwiftSyntax SyntaxClassifier.swift
[39/50] Compiling SwiftSyntax SyntaxCollections.swift
[40/50] Compiling SwiftSyntax SyntaxChildren.swift
[41/50] Compiling SwiftSyntax SyntaxData.swift
[42/50] Compiling SwiftSyntax WeakLookupTable.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 Emitter.swift
[50/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
[51/56] Emitting module SwiftOutlineKit
[52/56] Compiling SwiftOutlineKit Analyzer.swift
[54/58] Wrapping AST for SwiftOutlineKit for debugging
[55/60] Archiving libSwiftOutlineKit.a
[57/60] Compiling SwiftOutline main.swift
[58/60] Emitting module SwiftOutline
[60/62] Wrapping AST for SwiftOutline for debugging
[61/62] Linking SwiftOutline
Build complete! (39.22s)
Build complete.
Done.

Build Machine: Linux 1