Build Information
Successful build of SymbolKit, reference 0.50800.0 (eaaf9b), with Swift 6.3 for Linux on 14 Apr 2026 03:45:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git
Reference: 0.50800.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/SDGGiesbrecht/swift-docc-symbolkit
* tag 0.50800.0 -> FETCH_HEAD
HEAD is now at eaaf9b3 Widened dependency constraints.
Cloned https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git
Revision (git rev-parse @):
eaaf9b3531186b5390de3f558e58233d37cfb817
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git at 0.50800.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.31s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/56] Emitting module SymbolKit
[9/61] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/61] Emitting module ArgumentParserToolInfo
[11/62] Wrapping AST for ArgumentParserToolInfo for debugging
[13/108] Compiling ArgumentParser UsageGenerator.swift
[14/108] Compiling ArgumentParser CollectionExtensions.swift
[15/108] Compiling ArgumentParser ParsableCommand.swift
[16/108] Compiling ArgumentParser ArgumentDecoder.swift
[17/108] Compiling ArgumentParser ArgumentDefinition.swift
[18/108] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/108] Compiling ArgumentParser CompletionsGenerator.swift
[20/108] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/108] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/108] Compiling ArgumentParser Argument.swift
[23/108] Compiling ArgumentParser ArgumentDiscussion.swift
[24/108] Compiling ArgumentParser Flag.swift
[25/108] Compiling ArgumentParser NameSpecification.swift
[26/108] Compiling ArgumentParser Option.swift
[27/108] Compiling ArgumentParser OptionGroup.swift
[28/108] Compiling ArgumentParser Foundation.swift
[29/108] Compiling ArgumentParser ParsedValues.swift
[30/108] Compiling ArgumentParser ParserError.swift
[31/108] Compiling ArgumentParser SplitArguments.swift
[32/108] Compiling ArgumentParser ArgumentVisibility.swift
[33/108] Compiling ArgumentParser CompletionKind.swift
[34/108] Compiling ArgumentParser Errors.swift
[35/108] Compiling ArgumentParser ArgumentSet.swift
[36/108] Compiling ArgumentParser CommandParser.swift
[37/108] Compiling ArgumentParser InputKey.swift
[38/108] Compiling ArgumentParser InputOrigin.swift
[39/108] Compiling ArgumentParser Name.swift
[40/108] Compiling ArgumentParser Parsed.swift
[41/108] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
42 |
43 | try container.encode(Array(symbols.values), forKey: .symbols)
44 | try container.encode(relationships, forKey: .relationships)
| `- warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
45 | }
46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[42/108] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
42 |
43 | try container.encode(Array(symbols.values), forKey: .symbols)
44 | try container.encode(relationships, forKey: .relationships)
| `- warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
45 | }
46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[43/108] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
42 |
43 | try container.encode(Array(symbols.values), forKey: .symbols)
44 | try container.encode(relationships, forKey: .relationships)
| `- warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
45 | }
46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[44/108] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
42 |
43 | try container.encode(Array(symbols.values), forKey: .symbols)
44 | try container.encode(relationships, forKey: .relationships)
| `- warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
45 | }
46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[45/108] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
42 |
43 | try container.encode(Array(symbols.values), forKey: .symbols)
44 | try container.encode(relationships, forKey: .relationships)
| `- warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead [#DeprecatedDeclaration]
45 | }
46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[46/108] Compiling ArgumentParser ExpressibleByArgument.swift
[47/108] Compiling ArgumentParser ParsableArguments.swift
[48/108] Compiling ArgumentParser DumpHelpGenerator.swift
[49/108] Compiling ArgumentParser HelpCommand.swift
[50/108] Compiling ArgumentParser HelpGenerator.swift
[51/108] Compiling ArgumentParser MessageInfo.swift
[52/108] Compiling ArgumentParser ArgumentHelp.swift
[53/108] Compiling ArgumentParser ParentCommand.swift
[54/108] Compiling ArgumentParser AsyncParsableCommand.swift
[55/108] Compiling ArgumentParser CommandConfiguration.swift
[56/108] Compiling ArgumentParser CommandGroup.swift
[57/108] Compiling ArgumentParser EnumerableFlag.swift
[65/115] Wrapping AST for SymbolKit for debugging
[86/115] Emitting module ArgumentParser
[94/115] Compiling ArgumentParser Tree.swift
[95/115] Compiling ArgumentParser CodingKeyValidator.swift
[96/115] Compiling ArgumentParser NonsenseFlagsValidator.swift
[97/115] Compiling ArgumentParser ParsableArgumentsValidation.swift
[98/115] Compiling ArgumentParser PositionalArgumentsValidator.swift
[99/115] Compiling ArgumentParser UniqueNamesValidator.swift
[112/116] Wrapping AST for ArgumentParser for debugging
[114/118] Emitting module dump_unified_graph
[115/118] Compiling dump_unified_graph DumpUnifiedGraph.swift
/host/spi-builder-workspace/Sources/dump-unified-graph/DumpUnifiedGraph.swift:118:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
116 |
117 | if let output = output, output != "-" {
118 | FileManager.default.createFile(atPath: output, contents: encoded)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
119 | } else {
120 | let outString = String(data: encoded, encoding: .utf8)
[116/119] Wrapping AST for dump-unified-graph for debugging
[117/119] Write Objects.LinkFileList
[118/119] Linking dump-unified-graph
Build complete! (24.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SymbolKit",
"name" : "SymbolKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SymbolKit",
"targets" : [
"SymbolKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dump-unified-graph",
"targets" : [
"dump-unified-graph"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "dump_unified_graph",
"module_type" : "SwiftTarget",
"name" : "dump-unified-graph",
"path" : "Sources/dump-unified-graph",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"dump-unified-graph"
],
"sources" : [
"DumpUnifiedGraph.swift"
],
"target_dependencies" : [
"SymbolKit"
],
"type" : "executable"
},
{
"c99name" : "SymbolKitTests",
"module_type" : "SwiftTarget",
"name" : "SymbolKitTests",
"path" : "Tests/SymbolKitTests",
"sources" : [
"SymbolGraph/LineList/LineListTests.swift",
"SymbolGraph/LineList/SemanticVersionTests.swift",
"SymbolGraph/ModuleTests.swift",
"SymbolGraph/PlatformTests.swift",
"SymbolGraph/Relationship/HashableTests.swift",
"SymbolGraph/Symbol/SymbolKindTests.swift",
"SymbolGraph/SymbolGraphCreationTests.swift",
"SymbolGraph/SymbolGraphTests.swift",
"SymbolGraph/SymbolTests.swift",
"UnifiedGraph/GraphCollectorTests.swift",
"UnifiedGraph/UnifiedGraphTests.swift",
"UnifiedGraph/UnifiedSymbolTests.swift"
],
"target_dependencies" : [
"SymbolKit"
],
"type" : "test"
},
{
"c99name" : "SymbolKit",
"module_type" : "SwiftTarget",
"name" : "SymbolKit",
"path" : "Sources/SymbolKit",
"product_memberships" : [
"SymbolKit",
"dump-unified-graph"
],
"sources" : [
"Mixin/Mixin+Equals.swift",
"Mixin/Mixin+Hash.swift",
"Mixin/Mixin.swift",
"SymbolGraph/LineList/LineList.swift",
"SymbolGraph/LineList/SourceRange/Position.swift",
"SymbolGraph/LineList/SourceRange/SourceRange.swift",
"SymbolGraph/Metadata.swift",
"SymbolGraph/Module.swift",
"SymbolGraph/OperatingSystem.swift",
"SymbolGraph/Platform.swift",
"SymbolGraph/Relationship/Relationship.swift",
"SymbolGraph/Relationship/RelationshipKind.swift",
"SymbolGraph/Relationship/SourceOrigin.swift",
"SymbolGraph/Relationship/Swift/GenericConstraints.swift",
"SymbolGraph/Relationship/Swift/Swift.swift",
"SymbolGraph/SemanticVersion.swift",
"SymbolGraph/Symbol/AccessControl.swift",
"SymbolGraph/Symbol/Availability/Availability.swift",
"SymbolGraph/Symbol/Availability/AvailabilityItem.swift",
"SymbolGraph/Symbol/Availability/Domain.swift",
"SymbolGraph/Symbol/DeclarationFragments/DeclarationFragments.swift",
"SymbolGraph/Symbol/DeclarationFragments/Fragment/Fragment.swift",
"SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift",
"SymbolGraph/Symbol/FunctionSignature/FunctionParameter.swift",
"SymbolGraph/Symbol/FunctionSignature/FunctionSignature.swift",
"SymbolGraph/Symbol/Identifier.swift",
"SymbolGraph/Symbol/KindIdentifier.swift",
"SymbolGraph/Symbol/Location.swift",
"SymbolGraph/Symbol/Mutability.swift",
"SymbolGraph/Symbol/Names.swift",
"SymbolGraph/Symbol/SPI.swift",
"SymbolGraph/Symbol/Snippet.swift",
"SymbolGraph/Symbol/Swift/Extension.swift",
"SymbolGraph/Symbol/Swift/GenericConstraint.swift",
"SymbolGraph/Symbol/Swift/GenericParameter.swift",
"SymbolGraph/Symbol/Swift/Generics.swift",
"SymbolGraph/Symbol/Swift/Namespace.swift",
"SymbolGraph/Symbol/Symbol.swift",
"SymbolGraph/Symbol/SymbolKind.swift",
"SymbolGraph/SymbolGraph.swift",
"UnifiedSymbolGraph/GraphCollector.swift",
"UnifiedSymbolGraph/UnifiedSymbol+Encodable.swift",
"UnifiedSymbolGraph/UnifiedSymbol.swift",
"UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift",
"UnifiedSymbolGraph/UnifiedSymbolGraph.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.