Build Information
Successful build of SymbolKit, reference 1.0.0 (b45d1f
), with Swift 5.8 for macOS (SPM) on 9 Jul 2024 07:03:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.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.8
Building package at path: $workDir
https://github.com/swiftlang/swift-docc-symbolkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/45] Emitting module ArgumentParserToolInfo
[2/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/80] Emitting module ArgumentParser
[4/83] Compiling ArgumentParser Flag.swift
[5/83] Compiling ArgumentParser NameSpecification.swift
[6/83] Compiling ArgumentParser Option.swift
[7/83] Compiling ArgumentParser OptionGroup.swift
[8/83] Compiling ArgumentParser CommandConfiguration.swift
[9/83] Compiling ArgumentParser EnumerableFlag.swift
[10/83] Compiling ArgumentParser ExpressibleByArgument.swift
[11/83] Compiling ArgumentParser ParsableArguments.swift
[12/83] Compiling ArgumentParser Argument.swift
[13/83] Compiling ArgumentParser ArgumentHelp.swift
[14/83] Compiling ArgumentParser CompletionKind.swift
[15/83] Compiling ArgumentParser Errors.swift
[16/83] Compiling ArgumentParser BashCompletionsGenerator.swift
[17/83] Compiling ArgumentParser CompletionsGenerator.swift
[18/83] Compiling ArgumentParser FishCompletionsGenerator.swift
[19/83] Compiling ArgumentParser ZshCompletionsGenerator.swift
[20/83] Compiling ArgumentParser ArgumentSet.swift
[21/83] Compiling ArgumentParser CommandParser.swift
[22/83] Compiling ArgumentParser InputOrigin.swift
[23/83] Compiling ArgumentParser Name.swift
[24/83] Compiling ArgumentParser SequenceExtensions.swift
[25/83] Compiling ArgumentParser StringExtensions.swift
[26/83] Compiling ArgumentParser Tree.swift
[27/83] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/83] Compiling ArgumentParser ParsableCommand.swift
[29/83] Compiling ArgumentParser ArgumentDecoder.swift
[30/83] Compiling ArgumentParser ArgumentDefinition.swift
[31/83] Compiling ArgumentParser Parsed.swift
[32/83] Compiling ArgumentParser ParsedValues.swift
[33/83] Compiling ArgumentParser ParserError.swift
[34/83] Compiling ArgumentParser SplitArguments.swift
[36/83] Compiling SymbolKit Metadata.swift
[37/83] Compiling SymbolKit Module.swift
[38/83] Compiling SymbolKit OperatingSystem.swift
[39/83] Compiling SymbolKit Platform.swift
[45/87] Emitting module SymbolKit
[55/87] Compiling ArgumentParser DumpHelpGenerator.swift
[56/87] Compiling ArgumentParser HelpCommand.swift
[57/87] Compiling ArgumentParser HelpGenerator.swift
[60/87] Compiling ArgumentParser MessageInfo.swift
[61/87] Compiling ArgumentParser UsageGenerator.swift
[62/87] Compiling ArgumentParser CollectionExtensions.swift
[83/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)
^
[84/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)
^
[85/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)
^
[86/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)
^
[87/89] Emitting module dump_unified_graph
[88/89] Compiling dump_unified_graph DumpUnifiedGraph.swift
[88/89] Linking dump-unified-graph
Build complete! (16.18s)
Fetching https://github.com/apple/swift-argument-parser
[1/12036] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (1.99s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.74s)
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.