Build Information
Successful build of SymbolKit, reference 1.0.0 (b45d1f
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 18:42:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-docc-symbolkit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/swiftlang/swift-docc-symbolkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Write dump-unified-graph-entitlement.plist
[2/9] Write sources
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/53] Emitting module ArgumentParserToolInfo
[8/53] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/88] Emitting module ArgumentParser
[10/91] Emitting module SymbolKit
[11/95] Compiling ArgumentParser SequenceExtensions.swift
[12/95] Compiling ArgumentParser StringExtensions.swift
[13/95] Compiling ArgumentParser Tree.swift
[14/95] Compiling ArgumentParser CommandConfiguration.swift
[15/95] Compiling ArgumentParser EnumerableFlag.swift
[16/95] Compiling ArgumentParser ExpressibleByArgument.swift
[17/95] Compiling ArgumentParser ParsableArguments.swift
[18/95] Compiling ArgumentParser Argument.swift
[19/95] Compiling ArgumentParser ArgumentHelp.swift
[20/95] Compiling ArgumentParser CompletionKind.swift
[21/95] Compiling ArgumentParser Errors.swift
[22/95] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/95] Compiling ArgumentParser CompletionsGenerator.swift
[24/95] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/95] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/95] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/95] Compiling ArgumentParser ParsableCommand.swift
[28/95] Compiling ArgumentParser ArgumentDecoder.swift
[29/95] Compiling ArgumentParser ArgumentDefinition.swift
[30/95] Compiling ArgumentParser ArgumentSet.swift
[31/95] Compiling ArgumentParser CommandParser.swift
[32/95] Compiling ArgumentParser InputOrigin.swift
[33/95] Compiling ArgumentParser Name.swift
[34/95] Compiling ArgumentParser Parsed.swift
[35/95] Compiling ArgumentParser ParsedValues.swift
[36/95] Compiling ArgumentParser ParserError.swift
[37/95] Compiling ArgumentParser SplitArguments.swift
[42/95] Compiling ArgumentParser Flag.swift
[43/95] Compiling ArgumentParser CollectionExtensions.swift
[47/95] Compiling ArgumentParser HelpCommand.swift
[48/95] Compiling ArgumentParser HelpGenerator.swift
[51/95] Compiling ArgumentParser NameSpecification.swift
[52/95] Compiling ArgumentParser Option.swift
[53/95] Compiling ArgumentParser OptionGroup.swift
[54/95] Compiling ArgumentParser DumpHelpGenerator.swift
[58/95] Compiling ArgumentParser MessageInfo.swift
[59/95] Compiling ArgumentParser UsageGenerator.swift
[70/95] Compiling SymbolKit Symbol.swift
[73/95] Compiling SymbolKit SymbolKind.swift
[74/95] Compiling SymbolKit SymbolGraph.swift
[75/95] Compiling SymbolKit GraphCollector.swift
[89/95] Compiling SymbolKit UnifiedSymbol+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>
[90/95] 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>
[91/95] 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>
[92/95] 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>
[93/97] Emitting module dump_unified_graph
[94/97] Compiling dump_unified_graph DumpUnifiedGraph.swift
[94/97] Write Objects.LinkFileList
[95/97] Linking dump-unified-graph
[96/97] Applying dump-unified-graph
Build complete! (8.08s)
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.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (2.07s)
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
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "1.1.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.