The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SymbolKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-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/apple/swift-docc-symbolkit.git
Reference: 1.0.0
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/apple/swift-docc-symbolkit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b45d1f2 Make Symbol Graph Format Extensible (#39)
Cloned https://github.com/apple/swift-docc-symbolkit.git
Revision (git rev-parse @):
b45d1f2ed151d057b54504d653e0da5552844e34
SUCCESS checkout https://github.com/apple/swift-docc-symbolkit.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/apple/swift-docc-symbolkit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/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/11435] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.47s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.0.3
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/54] Emitting module SymbolKit
[7/59] Emitting module ArgumentParserToolInfo
[8/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/60] Wrapping AST for ArgumentParserToolInfo for debugging
[11/94] Compiling SymbolKit GraphCollector.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[12/94] Compiling SymbolKit UnifiedSymbol+Encodable.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[13/94] Compiling SymbolKit UnifiedSymbol.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[14/94] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[15/94] Compiling SymbolKit UnifiedSymbolGraph.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[16/94] Compiling ArgumentParser HelpCommand.swift
[17/94] Compiling ArgumentParser HelpGenerator.swift
[18/94] Compiling ArgumentParser MessageInfo.swift
[19/94] Compiling ArgumentParser UsageGenerator.swift
[20/94] Compiling ArgumentParser ParsableArguments.swift
[21/94] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/94] Compiling ArgumentParser ParsableCommand.swift
[23/94] Compiling ArgumentParser ArgumentDecoder.swift
[24/94] Compiling ArgumentParser ArgumentDefinition.swift
[25/94] Compiling SymbolKit GenericConstraint.swift
[26/94] Compiling SymbolKit GenericParameter.swift
[27/94] Compiling SymbolKit Generics.swift
[28/94] Compiling SymbolKit Namespace.swift
[29/94] Compiling SymbolKit Symbol.swift
[30/94] Compiling SymbolKit SymbolKind.swift
[31/94] Compiling SymbolKit SymbolGraph.swift
[32/94] Compiling ArgumentParser CommandParser.swift
[33/94] Compiling ArgumentParser InputOrigin.swift
[34/94] Compiling ArgumentParser Name.swift
[35/94] Compiling ArgumentParser Parsed.swift
[36/94] Compiling ArgumentParser Option.swift
[37/94] Compiling ArgumentParser OptionGroup.swift
[38/94] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/94] Compiling ArgumentParser CompletionsGenerator.swift
[40/94] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/94] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/94] Compiling ArgumentParser Argument.swift
[43/94] Compiling ArgumentParser ArgumentSet.swift
[44/94] Compiling ArgumentParser CommandConfiguration.swift
[45/94] Compiling ArgumentParser EnumerableFlag.swift
[46/94] Compiling ArgumentParser ExpressibleByArgument.swift
[47/94] Compiling ArgumentParser ArgumentHelp.swift
[48/94] Compiling ArgumentParser CompletionKind.swift
[49/94] Compiling ArgumentParser Errors.swift
[50/94] Compiling ArgumentParser Flag.swift
[51/94] Compiling ArgumentParser NameSpecification.swift
[52/94] Compiling ArgumentParser ParsedValues.swift
[53/94] Compiling ArgumentParser ParserError.swift
[54/94] Compiling ArgumentParser SplitArguments.swift
[55/94] Compiling ArgumentParser DumpHelpGenerator.swift
[56/95] Wrapping AST for SymbolKit for debugging
[58/95] Emitting module ArgumentParser
[92/99] Compiling ArgumentParser CollectionExtensions.swift
[93/99] Compiling ArgumentParser SequenceExtensions.swift
[94/99] Compiling ArgumentParser StringExtensions.swift
[95/99] Compiling ArgumentParser Tree.swift
[96/100] Wrapping AST for ArgumentParser for debugging
[98/102] Emitting module dump_unified_graph
[99/102] Compiling dump_unified_graph DumpUnifiedGraph.swift
[100/103] Wrapping AST for dump-unified-graph for debugging
[101/103] Write Objects.LinkFileList
[102/103] Linking dump-unified-graph
Build complete! (22.34s)
Build complete.
Done.

Build Machine: Linux 2