The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SymbolKit, reference 0.50800.0 (eaaf9b), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 14:15:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build 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 /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
Fetching https://github.com/apple/swift-argument-parser
[1/17424] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.10s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-docc-symbolkit",
      "name": "SymbolKit",
      "url": "https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-docc-symbolkit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git
[1/1145] Fetching swift-docc-symbolkit
Fetched https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git from cache (0.91s)
Creating working copy for https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git
Working copy of https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git resolved at 0.50800.0 (eaaf9b3)
warning: '.resolve-product-dependencies': dependency 'swift-docc-symbolkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write sources
[4/11] Write dump-unified-graph-entitlement.plist
[5/11] Write sources
[7/11] Write swift-version--6988338F2F200930.txt
[9/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/55] Emitting module ArgumentParserToolInfo
[11/102] Compiling ArgumentParser InputKey.swift
[12/102] Compiling ArgumentParser InputOrigin.swift
[13/102] Compiling ArgumentParser Name.swift
[14/102] Compiling ArgumentParser Parsed.swift
[15/102] Compiling ArgumentParser ParsedValues.swift
[16/107] Emitting module ArgumentParser
[17/107] Emitting module SymbolKit
[18/111] Compiling ArgumentParser CommandConfiguration.swift
[19/111] Compiling ArgumentParser CommandGroup.swift
[20/111] Compiling ArgumentParser EnumerableFlag.swift
[21/111] Compiling ArgumentParser ExpressibleByArgument.swift
[22/111] Compiling ArgumentParser ParsableArguments.swift
[23/111] Compiling ArgumentParser CodingKeyValidator.swift
[24/111] Compiling ArgumentParser NonsenseFlagsValidator.swift
[25/111] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/111] Compiling ArgumentParser PositionalArgumentsValidator.swift
[27/111] Compiling ArgumentParser UniqueNamesValidator.swift
[28/111] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/111] Compiling ArgumentParser CompletionsGenerator.swift
[30/111] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/111] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/111] Compiling ArgumentParser Argument.swift
[33/111] Compiling ArgumentParser ArgumentDiscussion.swift
[34/111] Compiling ArgumentParser Platform.swift
[35/111] Compiling ArgumentParser SequenceExtensions.swift
[36/111] Compiling ArgumentParser StringExtensions.swift
[37/111] Compiling ArgumentParser SwiftExtensions.swift
[38/111] Compiling ArgumentParser Tree.swift
[39/111] Compiling ArgumentParser ParsableCommand.swift
[40/111] Compiling ArgumentParser ArgumentDecoder.swift
[41/111] Compiling ArgumentParser ArgumentDefinition.swift
[42/111] Compiling ArgumentParser ArgumentSet.swift
[43/111] Compiling ArgumentParser CommandParser.swift
[44/111] Compiling ArgumentParser ParserError.swift
[45/111] Compiling ArgumentParser SplitArguments.swift
[46/111] Compiling ArgumentParser DumpHelpGenerator.swift
[47/111] Compiling ArgumentParser HelpCommand.swift
[48/111] Compiling ArgumentParser HelpGenerator.swift
[63/111] 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>
[64/111] 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>
[65/111] 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>
[66/111] 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>
[67/111] Compiling ArgumentParser OptionGroup.swift
[68/111] Compiling ArgumentParser ParentCommand.swift
[69/111] Compiling ArgumentParser AsyncParsableCommand.swift
[70/111] Compiling ArgumentParser ArgumentHelp.swift
[73/111] Compiling ArgumentParser NameSpecification.swift
[74/111] Compiling ArgumentParser Option.swift
[75/111] Compiling ArgumentParser ArgumentVisibility.swift
[76/111] Compiling ArgumentParser CompletionKind.swift
[77/111] Compiling ArgumentParser Errors.swift
[78/111] Compiling ArgumentParser Flag.swift
[108/111] Compiling ArgumentParser Mutex.swift
[109/113] Emitting module dump_unified_graph
[110/113] Compiling dump_unified_graph DumpUnifiedGraph.swift
[110/113] Write Objects.LinkFileList
[111/113] Linking dump-unified-graph
[112/113] Applying dump-unified-graph
Build complete! (9.99s)
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.