The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SymbolKit, reference 1.0.0 (b45d1f), with Swift 5.9 for macOS (SPM) on 9 Jul 2024 07:04:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.45.2
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:             5.9
Building package at path:  $workDir
https://github.com/swiftlang/swift-docc-symbolkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[2/45] Emitting module ArgumentParserToolInfo
[3/80] Emitting module SymbolKit
[4/84] Emitting module ArgumentParser
[5/87] Compiling ArgumentParser Argument.swift
[6/87] Compiling ArgumentParser ArgumentHelp.swift
[7/87] Compiling ArgumentParser CompletionKind.swift
[8/87] Compiling ArgumentParser Errors.swift
[9/87] Compiling ArgumentParser Flag.swift
[10/87] Compiling ArgumentParser NameSpecification.swift
[11/87] Compiling ArgumentParser Option.swift
[12/87] Compiling ArgumentParser OptionGroup.swift
[13/87] Compiling ArgumentParser Parsed.swift
[14/87] Compiling ArgumentParser ParsedValues.swift
[15/87] Compiling ArgumentParser ParserError.swift
[16/87] Compiling ArgumentParser SplitArguments.swift
[17/87] Compiling ArgumentParser CommandConfiguration.swift
[18/87] Compiling ArgumentParser EnumerableFlag.swift
[19/87] Compiling ArgumentParser ExpressibleByArgument.swift
[20/87] Compiling ArgumentParser ParsableArguments.swift
[21/87] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/87] Compiling ArgumentParser ParsableCommand.swift
[23/87] Compiling ArgumentParser ArgumentDecoder.swift
[24/87] Compiling ArgumentParser ArgumentDefinition.swift
[25/87] Compiling ArgumentParser SequenceExtensions.swift
[26/87] Compiling ArgumentParser StringExtensions.swift
[27/87] Compiling ArgumentParser Tree.swift
[28/87] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/87] Compiling ArgumentParser CompletionsGenerator.swift
[30/87] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/87] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/87] Compiling ArgumentParser ArgumentSet.swift
[33/87] Compiling ArgumentParser CommandParser.swift
[34/87] Compiling ArgumentParser InputOrigin.swift
[35/87] Compiling ArgumentParser Name.swift
[40/87] Compiling ArgumentParser MessageInfo.swift
[46/87] Compiling ArgumentParser UsageGenerator.swift
[47/87] Compiling ArgumentParser CollectionExtensions.swift
[48/87] Compiling ArgumentParser DumpHelpGenerator.swift
[49/87] Compiling ArgumentParser HelpCommand.swift
[50/87] Compiling ArgumentParser HelpGenerator.swift
[56/87] 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
        try container.encode(relationships, forKey: .relationships)
                             ^
[57/87] 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
        try container.encode(relationships, forKey: .relationships)
                             ^
[58/87] 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
        try container.encode(relationships, forKey: .relationships)
                             ^
[59/87] 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
        try container.encode(relationships, forKey: .relationships)
                             ^
[83/87] Compiling SymbolKit Symbol.swift
[84/87] Compiling SymbolKit SymbolKind.swift
[85/87] Compiling SymbolKit SymbolGraph.swift
[86/87] Compiling SymbolKit GraphCollector.swift
[87/89] Emitting module dump_unified_graph
[88/89] Compiling dump_unified_graph DumpUnifiedGraph.swift
[88/89] Linking dump-unified-graph
Build complete! (12.87s)
Fetching https://github.com/apple/swift-argument-parser
[1/12036] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (2.17s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.57s)
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.
Done.