The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SymbolKit, reference 1.0.0 (b45d1f), with Swift 5.10 for Linux on 9 Jul 2024 07:02:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.45.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/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/swiftlang/swift-docc-symbolkit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b45d1f2 Make Symbol Graph Format Extensible (#39)
Cloned https://github.com/swiftlang/swift-docc-symbolkit.git
Revision (git rev-parse @):
b45d1f2ed151d057b54504d653e0da5552844e34
SUCCESS checkout https://github.com/swiftlang/swift-docc-symbolkit.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/swiftlang/swift-docc-symbolkit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:25efef401ffd78342b231554234a436b1eb31bdd29046c1104fb984cc1b7d308
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-argument-parser
[1/12036] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.76s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.39s)
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] Emitting module ArgumentParser
[12/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[13/98] Compiling ArgumentParser CompletionsGenerator.swift
[14/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[15/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[16/98] Compiling ArgumentParser Argument.swift
[17/98] Compiling ArgumentParser ArgumentHelp.swift
[18/98] Compiling ArgumentParser ParsableCommand.swift
[19/98] Compiling ArgumentParser ArgumentDecoder.swift
[20/98] Compiling ArgumentParser ArgumentDefinition.swift
[21/98] Compiling ArgumentParser Option.swift
[22/98] Compiling ArgumentParser OptionGroup.swift
[23/98] Compiling ArgumentParser CommandConfiguration.swift
[24/98] 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)
                             ^
[25/98] 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)
                             ^
[26/98] 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)
                             ^
[27/98] 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)
                             ^
[28/98] 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)
                             ^
[29/98] Compiling ArgumentParser SequenceExtensions.swift
[30/98] Compiling ArgumentParser StringExtensions.swift
[31/98] Compiling ArgumentParser Tree.swift
[32/98] Compiling SymbolKit SemanticVersion.swift
[33/98] Compiling SymbolKit AccessControl.swift
[34/98] Compiling SymbolKit Availability.swift
[35/98] Compiling ArgumentParser HelpCommand.swift
[36/98] Compiling ArgumentParser HelpGenerator.swift
[37/98] Compiling ArgumentParser MessageInfo.swift
[38/98] Compiling ArgumentParser UsageGenerator.swift
[39/98] Compiling ArgumentParser CollectionExtensions.swift
[40/98] Compiling ArgumentParser CompletionKind.swift
[41/98] Compiling ArgumentParser Errors.swift
[42/98] Compiling ArgumentParser Flag.swift
[43/98] Compiling ArgumentParser NameSpecification.swift
[45/98] Compiling ArgumentParser ParsableArguments.swift
[47/98] Compiling ArgumentParser ParsableArgumentsValidation.swift
[51/98] Compiling ArgumentParser EnumerableFlag.swift
[52/98] Compiling ArgumentParser ExpressibleByArgument.swift
[53/98] Compiling ArgumentParser ArgumentSet.swift
[54/98] Compiling ArgumentParser CommandParser.swift
[55/98] Compiling ArgumentParser InputOrigin.swift
[56/98] Compiling ArgumentParser Name.swift
[57/98] Compiling ArgumentParser Parsed.swift
[58/98] Compiling ArgumentParser ParsedValues.swift
[59/98] Compiling ArgumentParser ParserError.swift
[60/98] Compiling ArgumentParser SplitArguments.swift
[61/98] Compiling ArgumentParser DumpHelpGenerator.swift
[62/99] Wrapping AST for SymbolKit for debugging
[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! (11.17s)
Build complete.
Done.