Build Information
Successful build of SymbolKit, reference 0.50800.0 (eaaf9b), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 22:15:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[2/10] Write dump-unified-graph-entitlement.plist
[2/10] Write sources
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/54] Emitting module ArgumentParserToolInfo
[9/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/93] Emitting module ArgumentParser
[11/97] Emitting module SymbolKit
[12/101] Compiling ArgumentParser CommandConfiguration.swift
[13/101] Compiling ArgumentParser CommandGroup.swift
[14/101] Compiling ArgumentParser EnumerableFlag.swift
[15/101] Compiling ArgumentParser ExpressibleByArgument.swift
[16/101] Compiling ArgumentParser NameSpecification.swift
[17/101] Compiling ArgumentParser Option.swift
[18/101] Compiling ArgumentParser OptionGroup.swift
[19/101] Compiling ArgumentParser AsyncParsableCommand.swift
[20/101] Compiling ArgumentParser ParsableArguments.swift
[21/101] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/101] Compiling ArgumentParser ParsableCommand.swift
[23/101] Compiling ArgumentParser ArgumentDecoder.swift
[24/101] Compiling ArgumentParser ArgumentHelp.swift
[25/101] Compiling ArgumentParser ArgumentVisibility.swift
[26/101] Compiling ArgumentParser CompletionKind.swift
[27/101] Compiling ArgumentParser Errors.swift
[28/101] Compiling ArgumentParser Flag.swift
[29/101] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/101] Compiling ArgumentParser CompletionsGenerator.swift
[31/101] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/101] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/101] Compiling ArgumentParser Argument.swift
[34/101] Compiling ArgumentParser Platform.swift
[35/101] Compiling ArgumentParser SequenceExtensions.swift
[36/101] Compiling ArgumentParser StringExtensions.swift
[37/101] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[47/101] Compiling ArgumentParser InputOrigin.swift
[48/101] Compiling ArgumentParser Name.swift
[49/101] Compiling ArgumentParser Parsed.swift
[50/101] Compiling ArgumentParser ParsedValues.swift
[51/101] Compiling ArgumentParser ParserError.swift
[52/101] Compiling ArgumentParser SplitArguments.swift
[53/101] Compiling ArgumentParser DumpHelpGenerator.swift
[54/101] Compiling ArgumentParser HelpCommand.swift
/Users/admin/builder/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>
[56/101] Compiling SymbolKit UnifiedSymbol.swift
/Users/admin/builder/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>
[57/101] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
/Users/admin/builder/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>
[58/101] Compiling SymbolKit UnifiedSymbolGraph.swift
/Users/admin/builder/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>
[59/101] Compiling ArgumentParser ArgumentDefinition.swift
[60/101] Compiling ArgumentParser ArgumentSet.swift
[61/101] Compiling ArgumentParser CommandParser.swift
[62/101] Compiling ArgumentParser InputKey.swift
[63/101] Compiling ArgumentParser HelpGenerator.swift
[64/101] Compiling ArgumentParser MessageInfo.swift
[65/101] Compiling ArgumentParser UsageGenerator.swift
[66/101] Compiling ArgumentParser CollectionExtensions.swift
[99/103] Emitting module dump_unified_graph
[100/103] Compiling dump_unified_graph DumpUnifiedGraph.swift
[100/103] Write Objects.LinkFileList
[101/103] Linking dump-unified-graph
[102/103] Applying dump-unified-graph
Build complete! (10.31s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.96s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
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" : "/Users/admin/builder/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"
}
Done.