The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SymbolKit with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-docc-symbolkit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-docc-symbolkit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b45d1f2 Make Symbol Graph Format Extensible (#39)
Cloned https://github.com/apple/swift-docc-symbolkit.git into spi-builder-workspace
b45d1f2ed151d057b54504d653e0da5552844e34
SUCCESS checkout https://github.com/apple/swift-docc-symbolkit.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.33s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.05s)
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
Building for debugging...
[1/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[2/44] Emitting module ArgumentParserToolInfo
[3/78] Emitting module SymbolKit
[4/83] Compiling ArgumentParser ArgumentHelp.swift
[5/83] Compiling ArgumentParser CompletionKind.swift
[6/83] Compiling ArgumentParser Errors.swift
[7/83] Compiling ArgumentParser Flag.swift
[8/83] Compiling ArgumentParser NameSpecification.swift
[9/87] Compiling ArgumentParser ArgumentSet.swift
[10/87] Compiling ArgumentParser CommandParser.swift
[11/87] Compiling ArgumentParser InputOrigin.swift
[12/87] Compiling ArgumentParser Name.swift
[13/87] Compiling ArgumentParser Parsed.swift
[14/87] Compiling ArgumentParser Option.swift
[15/87] Compiling ArgumentParser OptionGroup.swift
[16/87] Compiling ArgumentParser CommandConfiguration.swift
[17/87] Compiling ArgumentParser EnumerableFlag.swift
[18/87] Compiling ArgumentParser ExpressibleByArgument.swift
[19/87] Emitting module ArgumentParser
[20/87] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/87] Compiling ArgumentParser CompletionsGenerator.swift
[22/87] Compiling ArgumentParser FishCompletionsGenerator.swift
[23/87] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/87] Compiling ArgumentParser Argument.swift
[25/87] Compiling ArgumentParser ParsableArguments.swift
[26/87] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/87] Compiling ArgumentParser ParsableCommand.swift
[28/87] Compiling ArgumentParser ArgumentDecoder.swift
[29/87] Compiling ArgumentParser ArgumentDefinition.swift
[30/87] Compiling ArgumentParser StringExtensions.swift
[31/87] Compiling ArgumentParser Tree.swift
[32/87] Compiling SymbolKit Symbol.swift
[33/87] Compiling SymbolKit SymbolKind.swift
[34/87] Compiling SymbolKit SymbolGraph.swift
[35/87] Compiling ArgumentParser ParsedValues.swift
[36/87] Compiling ArgumentParser ParserError.swift
[37/87] Compiling ArgumentParser SplitArguments.swift
[38/87] Compiling ArgumentParser DumpHelpGenerator.swift
[39/87] Compiling ArgumentParser CollectionExtensions.swift
[40/87] Compiling ArgumentParser SequenceExtensions.swift
[43/87] Compiling ArgumentParser HelpCommand.swift
[44/87] Compiling ArgumentParser HelpGenerator.swift
[45/87] Compiling ArgumentParser MessageInfo.swift
[46/87] Compiling ArgumentParser UsageGenerator.swift
[82/87] Compiling SymbolKit GraphCollector.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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 UnifiedSymbol+Encodable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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)
                             ^
[84/87] Compiling SymbolKit UnifiedSymbol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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)
                             ^
[85/87] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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)
                             ^
[86/87] Compiling SymbolKit UnifiedSymbolGraph.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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)
                             ^
[87/89] Emitting module dump_unified_graph
[88/89] Compiling dump_unified_graph DumpUnifiedGraph.swift
[88/89] Linking dump-unified-graph
Build complete! (9.24s)
Build complete.
Done.