The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SymbolKit, reference main (53e5cb), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 14:15:32 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDGGiesbrecht/swift-docc-symbolkit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 53e5cb9 Add new `typeDetails` symbol mixin to hold type details of weakly-typed dictionary keys and HTTP parameters. (#56)
Cloned https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git
Revision (git rev-parse @):
53e5cb9b18222f66cb8d6fb684d7383e705e0936
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-docc-symbolkit.git at main
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.69s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (2.42s)
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
========================================
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 (1.02s)
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 main (53e5cb9)
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
Building for debugging...
[0/9] Write dump-unified-graph-entitlement.plist
[1/9] Write sources
[5/9] Write swift-version--6988338F2F200930.txt
[7/56] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/56] Emitting module ArgumentParserToolInfo
[9/91] Emitting module ArgumentParser
[10/94] Emitting module SymbolKit
[11/98] Compiling ArgumentParser Parsed.swift
[12/98] Compiling ArgumentParser ParsedValues.swift
[13/98] Compiling ArgumentParser ParserError.swift
[14/98] Compiling ArgumentParser SplitArguments.swift
[15/98] Compiling ArgumentParser SequenceExtensions.swift
[16/98] Compiling ArgumentParser StringExtensions.swift
[17/98] Compiling ArgumentParser Tree.swift
[18/98] Compiling ArgumentParser ArgumentSet.swift
[19/98] Compiling ArgumentParser CommandParser.swift
[20/98] Compiling ArgumentParser InputOrigin.swift
[21/98] Compiling ArgumentParser Name.swift
[22/98] Compiling ArgumentParser CommandConfiguration.swift
[23/98] Compiling ArgumentParser EnumerableFlag.swift
[24/98] Compiling ArgumentParser ExpressibleByArgument.swift
[25/98] Compiling ArgumentParser ParsableArguments.swift
[26/98] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/98] Compiling ArgumentParser ParsableCommand.swift
[28/98] Compiling ArgumentParser ArgumentDecoder.swift
[29/98] Compiling ArgumentParser ArgumentDefinition.swift
[37/98] Compiling SymbolKit SymbolGraph.swift
[38/98] Compiling SymbolKit GraphCollector.swift
[39/98] Compiling ArgumentParser Argument.swift
[40/98] Compiling ArgumentParser ArgumentHelp.swift
[41/98] Compiling ArgumentParser CompletionKind.swift
[42/98] Compiling ArgumentParser Errors.swift
[43/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/98] Compiling ArgumentParser CompletionsGenerator.swift
[45/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/98] Compiling ArgumentParser MessageInfo.swift
[48/98] Compiling ArgumentParser UsageGenerator.swift
[49/98] Compiling ArgumentParser CollectionExtensions.swift
[50/98] Compiling SymbolKit Mutability.swift
[51/98] Compiling SymbolKit Names.swift
[52/98] Compiling SymbolKit SPI.swift
[53/98] Compiling SymbolKit Snippet.swift
[54/98] Compiling SymbolKit Extension.swift
[70/98] Compiling ArgumentParser DumpHelpGenerator.swift
[71/98] Compiling ArgumentParser HelpCommand.swift
[72/98] Compiling ArgumentParser HelpGenerator.swift
[73/98] Compiling ArgumentParser Flag.swift
[74/98] Compiling ArgumentParser NameSpecification.swift
[75/98] 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>
[76/98] 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>
[77/98] 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>
[78/98] 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>
[79/98] Compiling ArgumentParser Option.swift
[80/98] Compiling ArgumentParser OptionGroup.swift
[96/100] Emitting module dump_unified_graph
[97/100] Compiling dump_unified_graph DumpUnifiedGraph.swift
[97/100] Write Objects.LinkFileList
[98/100] Linking dump-unified-graph
[99/100] Applying dump-unified-graph
Build complete! (7.16s)
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/AnyScalarTests.swift",
        "SymbolGraph/LineList/LineListTests.swift",
        "SymbolGraph/LineList/SemanticVersionTests.swift",
        "SymbolGraph/ModuleTests.swift",
        "SymbolGraph/PlatformTests.swift",
        "SymbolGraph/Relationship/HashableTests.swift",
        "SymbolGraph/Symbol/HTTPTests.swift",
        "SymbolGraph/Symbol/SymbolKindTests.swift",
        "SymbolGraph/Symbol/ValueConstraintsTests.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/AnyScalar.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/HTTP/HTTP.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/Symbol/ValueConstraints.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.