The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-case-paths, reference 1.7.0 (41b89b), with Swift 5.9 for macOS (SPM) on 15 Apr 2025 19:01:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-case-paths.git
Reference: 1.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-case-paths
 * tag               1.7.0      -> FETCH_HEAD
HEAD is now at 41b89b8 Use skiptool's action instead (#217)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
41b89b8b68d8c56c622dbb7132258f1a3e638b25
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at 1.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/pointfreeco/swift-case-paths.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Compiling _SwiftSyntaxCShims dummy.c
[4/31] Emitting module SwiftSyntax601
[5/31] Emitting module SwiftSyntax600
[6/31] Compiling SwiftSyntax601 Empty.swift
[7/31] Compiling SwiftSyntax600 Empty.swift
[8/31] Compiling SwiftSyntax509 Empty.swift
[9/31] Emitting module SwiftSyntax509
[10/31] Compiling SwiftSyntax510 Empty.swift
[11/31] Emitting module SwiftSyntax510
[12/97] Compiling SwiftSyntax SourceEdit.swift
[13/97] Compiling SwiftSyntax SourceLength.swift
[14/97] Compiling SwiftSyntax SourceLocation.swift
[15/97] Compiling SwiftSyntax SourcePresence.swift
[16/97] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[17/97] Compiling SwiftSyntax Syntax.swift
[18/97] Compiling SwiftSyntax SyntaxArena.swift
[19/104] Compiling SwiftSyntax SyntaxProtocol.swift
[20/104] Compiling SwiftSyntax SyntaxText.swift
[21/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[22/104] Compiling SwiftSyntax TokenDiagnostic.swift
[23/104] Compiling SwiftSyntax TokenSequence.swift
[24/104] Compiling SwiftSyntax TokenSyntax.swift
[25/104] Compiling SwiftSyntax Trivia.swift
[26/104] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[27/104] Compiling SwiftSyntax Assert.swift
[28/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[29/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[30/104] Compiling SwiftSyntax BumpPtrAllocator.swift
[31/104] Compiling SwiftSyntax CommonAncestor.swift
[32/104] Compiling SwiftSyntax Convenience.swift
[33/104] Compiling SwiftSyntax CustomTraits.swift
[34/104] Compiling SwiftSyntax AbsolutePosition.swift
[35/104] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[37/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[38/104] Emitting module IssueReporting
[45/106] Compiling IssueReporting WithExpectedIssue.swift
[46/106] Compiling IssueReporting WithIssueContext.swift
[47/109] Compiling XCTestDynamicOverlay Exports.swift
[48/109] Emitting module XCTestDynamicOverlay
[49/109] Compiling XCTestDynamicOverlay Deprecations.swift
[50/119] Emitting module SwiftSyntax
[59/119] Compiling CasePathsCore Never+CasePathable.swift
[60/120] Compiling CasePathsCore UncheckedSendable.swift
[61/120] Compiling CasePathsCore TypeName.swift
[62/120] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Void>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Wrapped>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Void>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Wrapped>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Wrapped>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
[63/120] Compiling CasePathsCore KeyPath+Sendable.swift
[64/120] Compiling CasePathsCore CasePathReflectable.swift
[65/120] Compiling CasePathsCore CasePathIterable.swift
[66/120] Compiling CasePathsCore AnyCasePath.swift
[67/120] Emitting module CasePathsCore
[68/120] Compiling CasePathsCore CasePathable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:78:44: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>' in a `@Sendable` closure
        _embed(Value.allCasePaths[keyPath: keyPath].embed($0))
                                           ^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:81:64: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>' in a `@Sendable` closure
        _extract(from: $0).flatMap(Value.allCasePaths[keyPath: keyPath].extract)
                                                               ^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:522:43: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>' in a `@Sendable` closure
        embed(Value.allCasePaths[keyPath: keyPath].embed($0))
                                          ^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:526:39: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>' in a `@Sendable` closure
          Value.allCasePaths[keyPath: keyPath].extract(from:)
                                      ^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
[69/120] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Result<Success, Failure>.AllCasePaths, AnyCasePath<Result<Success, Failure>, Success>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Result<Success, Failure>.AllCasePaths, AnyCasePath<Result<Success, Failure>, Failure>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Result<Success, Failure>.AllCasePaths, AnyCasePath<Result<Success, Failure>, Success>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Result<Success, Failure>.AllCasePaths, AnyCasePath<Result<Success, Failure>, Failure>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
[70/120] Compiling SwiftSyntax Tokens.swift
[71/120] Compiling SwiftSyntax TriviaPieces.swift
[72/120] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[73/120] Compiling SwiftSyntax RawSyntaxNodesC.swift
[74/120] Compiling SwiftSyntax RawSyntaxNodesD.swift
[75/120] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[76/120] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[77/120] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[78/120] Compiling SwiftSyntax SyntaxChildren.swift
[79/120] Compiling SwiftSyntax SyntaxCollection.swift
[80/120] Compiling SwiftSyntax SyntaxHashable.swift
[81/120] Compiling SwiftSyntax SyntaxIdentifier.swift
[82/120] Compiling SwiftSyntax SyntaxNodeFactory.swift
[83/120] Compiling SwiftSyntax SyntaxNodeStructure.swift
[84/120] Compiling SwiftSyntax EditorPlaceholder.swift
[85/120] Compiling SwiftSyntax Identifier.swift
[86/120] Compiling SwiftSyntax MemoryLayout.swift
[87/120] Compiling SwiftSyntax MissingNodeInitializers.swift
[88/120] Compiling SwiftSyntax RawSyntax.swift
[89/120] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[90/120] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[91/120] Compiling SwiftSyntax RawSyntaxTokenView.swift
[92/120] Compiling SwiftSyntax Utils.swift
[93/120] Compiling SwiftSyntax ChildNameForKeyPath.swift
[94/120] Compiling SwiftSyntax Keyword.swift
[95/120] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[96/120] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[97/120] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[98/120] Compiling SwiftSyntax SyntaxBaseNodes.swift
[99/120] Compiling SwiftSyntax SyntaxCollections.swift
[100/120] Compiling SwiftSyntax SyntaxEnum.swift
[101/120] Compiling SwiftSyntax SyntaxKind.swift
[102/120] Compiling SwiftSyntax SyntaxRewriter.swift
[103/120] Compiling SwiftSyntax SyntaxTraits.swift
[104/120] Compiling SwiftSyntax SyntaxVisitor.swift
[105/120] Compiling SwiftSyntax TokenKind.swift
[111/120] Compiling SwiftSyntax SyntaxNodesAB.swift
[112/120] Compiling SwiftSyntax SyntaxNodesC.swift
[113/120] Compiling SwiftSyntax SyntaxNodesD.swift
[114/120] Compiling SwiftSyntax SyntaxNodesEF.swift
[115/120] Compiling SwiftSyntax SyntaxNodesGHI.swift
[116/120] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[117/120] Compiling SwiftSyntax SyntaxNodesOP.swift
[118/120] Compiling SwiftSyntax SyntaxNodesQRS.swift
[119/120] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[120/179] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[121/179] Compiling SwiftDiagnostics Message.swift
[122/180] Compiling SwiftDiagnostics Note.swift
[123/180] Compiling SwiftBasicFormat Syntax+Extensions.swift
[124/180] Compiling SwiftBasicFormat InferIndentation.swift
[125/180] Emitting module SwiftBasicFormat
[126/180] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[127/180] Compiling SwiftBasicFormat Indenter.swift
[128/180] Compiling SwiftDiagnostics FixIt.swift
[129/180] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[130/180] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[131/180] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[132/180] Compiling SwiftDiagnostics Diagnostic.swift
[133/180] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[134/180] Compiling SwiftDiagnostics Convenience.swift
[135/180] Emitting module SwiftDiagnostics
[136/180] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[137/180] Compiling SwiftBasicFormat BasicFormat.swift
[138/180] Compiling SwiftParser StringLiterals.swift
[139/180] Compiling SwiftParser SwiftParserCompatibility.swift
[140/180] Compiling SwiftParser SwiftVersion.swift
[141/180] Compiling SwiftParser SyntaxUtils.swift
[142/184] Compiling SwiftParser TopLevel.swift
[143/184] Compiling SwiftParser TriviaParser.swift
[144/184] Compiling SwiftParser Types.swift
[145/184] Compiling SwiftParser ExperimentalFeatures.swift
[146/184] Compiling SwiftParser TokenConsumer.swift
[147/184] Compiling SwiftParser TokenPrecedence.swift
[148/184] Compiling SwiftParser TokenSpec.swift
[149/184] Compiling SwiftParser TokenSpecSet.swift
[150/184] Compiling SwiftParser Nominals.swift
[151/184] Compiling SwiftParser Parameters.swift
[152/184] Compiling SwiftParser ParseSourceFile.swift
[153/184] Compiling SwiftParser Parser.swift
[154/184] Compiling SwiftParser Patterns.swift
[155/184] Compiling SwiftParser UnicodeScalarExtensions.swift
[156/184] Compiling SwiftParser Lookahead.swift
[157/184] Compiling SwiftParser LoopProgressCondition.swift
[158/184] Compiling SwiftParser Modifiers.swift
[159/184] Compiling SwiftParser Names.swift
[160/184] Compiling SwiftParser Recovery.swift
[161/184] Compiling SwiftParser Specifiers.swift
[162/184] Compiling SwiftParser Statements.swift
[163/184] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[164/184] Emitting module SwiftParser
[165/184] Compiling SwiftParser Cursor.swift
[166/184] Compiling SwiftParser Lexeme.swift
[167/184] Compiling SwiftParser LexemeSequence.swift
[168/184] Compiling SwiftParser Lexer.swift
[169/184] Compiling SwiftParser RegexLiteralLexer.swift
[170/184] Compiling SwiftParser Directives.swift
[171/184] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[172/184] Compiling SwiftParser Expressions.swift
[173/184] Compiling SwiftParser IncrementalParseTransition.swift
[174/184] Compiling SwiftParser IsValidIdentifier.swift
[175/184] Compiling SwiftParser Attributes.swift
[176/184] Compiling SwiftParser Availability.swift
[177/184] Compiling SwiftParser CharacterInfo.swift
[178/184] Compiling SwiftParser CollectionNodes+Parsable.swift
[179/184] Compiling SwiftParser Declarations.swift
[180/184] Compiling SwiftParser IsLexerClassified.swift
[181/184] Compiling SwiftParser LayoutNodes+Parsable.swift
[182/184] Compiling SwiftParser Parser+TokenSpecSet.swift
[183/184] Compiling SwiftParser TokenSpecStaticMembers.swift
[184/207] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[185/208] Compiling SwiftOperators PrecedenceGraph.swift
[186/208] Compiling SwiftOperators PrecedenceGroup.swift
[187/209] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[188/209] Compiling SwiftOperators OperatorTable.swift
[189/209] Compiling SwiftOperators OperatorTable+Defaults.swift
[190/209] Compiling SwiftOperators OperatorError.swift
[191/209] Compiling SwiftOperators OperatorTable+Semantics.swift
[192/209] Compiling SwiftOperators Operator.swift
[193/209] Compiling SwiftOperators OperatorError+Diagnostics.swift
[194/209] Emitting module SwiftOperators
[195/209] Compiling SwiftOperators OperatorTable+Folding.swift
[196/209] Compiling SwiftOperators SyntaxSynthesis.swift
[197/209] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[198/209] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[199/209] Compiling SwiftParserDiagnostics Utils.swift
[200/209] Compiling SwiftParserDiagnostics PresenceUtils.swift
[201/209] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[202/209] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[203/209] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[204/209] Compiling SwiftParserDiagnostics MissingNodesError.swift
[205/209] Compiling SwiftParserDiagnostics MissingTokenError.swift
[206/209] Emitting module SwiftParserDiagnostics
[207/209] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[208/209] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[209/224] Compiling SwiftSyntaxBuilder Indenter.swift
[210/224] Compiling SwiftSyntaxBuilder ListBuilder.swift
[211/225] Emitting module SwiftSyntaxBuilder
[212/225] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[213/225] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[214/225] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[215/225] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[216/225] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[217/225] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[218/225] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[219/225] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[220/225] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[221/225] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[222/225] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[223/225] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[224/225] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[225/243] Compiling SwiftSyntaxMacros PreambleMacro.swift
[226/244] Compiling SwiftSyntaxMacros Macro.swift
[227/244] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[228/244] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[229/244] Compiling SwiftSyntaxMacros Macro+Format.swift
[230/244] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[231/244] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[232/244] Compiling SwiftSyntaxMacros MemberMacro.swift
[233/244] Compiling SwiftSyntaxMacros PeerMacro.swift
[234/244] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[235/244] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[236/244] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[237/244] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[238/244] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[239/244] Compiling SwiftSyntaxMacros AccessorMacro.swift
[240/244] Compiling SwiftSyntaxMacros AttachedMacro.swift
[241/244] Compiling SwiftSyntaxMacros BodyMacro.swift
[242/244] Emitting module SwiftSyntaxMacros
[243/244] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[244/254] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[245/254] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[246/254] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[247/254] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[248/254] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[249/254] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[250/254] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[251/254] Emitting module SwiftSyntaxMacroExpansion
[252/254] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[253/254] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[254/266] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[255/267] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[256/267] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[257/267] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[258/267] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[259/267] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[260/267] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[261/267] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[262/267] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[263/267] Emitting module SwiftCompilerPluginMessageHandling
[264/267] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[265/267] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[266/267] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[267/269] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[268/269] Emitting module SwiftCompilerPlugin
[269/272] Emitting module CasePathsMacros
[270/272] Compiling CasePathsMacros Plugin.swift
[271/272] Compiling CasePathsMacros CasePathableMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsMacros/CasePathableMacro.swift:295:5: warning: default will never be executed
    @unknown default: return nil
    ^
[271/272] Linking CasePathsMacros
[273/279] Compiling CasePaths XCTestSupport.swift
[274/279] Compiling CasePaths Exports.swift
[275/279] Compiling CasePaths Deprecations.swift
[276/279] Compiling CasePaths Macros.swift
[277/279] Compiling CasePaths LockIsolated.swift
[278/279] Compiling CasePaths EnumReflection.swift
[279/279] Emitting module CasePaths
Build complete! (50.42s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/858] Fetching swift-macro-testing
[602/2907] Fetching swift-macro-testing, swift-docc-plugin
[684/8256] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (1.91s)
Fetched https://github.com/apple/swift-docc-plugin (1.91s)
Fetching https://github.com/swiftlang/swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing (1.91s)
[1/70128] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax (4.08s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.50s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.37s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.57s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.37s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13145] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing (2.53s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.38s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump (0.92s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.36s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    }
  ],
  "manifest_display_name" : "swift-case-paths",
  "name" : "swift-case-paths",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CasePaths",
      "targets" : [
        "CasePaths"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CasePathsCore",
      "targets" : [
        "CasePathsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CasePathsMacros",
      "targets" : [
        "CasePathsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CasePathsTests",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsTests",
      "path" : "Tests/CasePathsTests",
      "sources" : [
        "CasePathableTests.swift",
        "CasePathsTests.swift",
        "CaseSetTests.swift",
        "CompileTimeTests.swift",
        "DeprecatedTests.swift",
        "DeprecatedXCTModifyTests.swift",
        "MacroTests.swift",
        "ReflectionTests.swift",
        "XCTModifyTests.swift",
        "XCTUnwrapTests.swift"
      ],
      "target_dependencies" : [
        "CasePaths"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CasePathsMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsMacrosTests",
      "path" : "Tests/CasePathsMacrosTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "CasePathableMacroTests.swift"
      ],
      "target_dependencies" : [
        "CasePathsMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CasePathsMacros",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsMacros",
      "path" : "Sources/CasePathsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CasePaths",
        "CasePathsMacros"
      ],
      "sources" : [
        "CasePathableMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CasePathsCore",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsCore",
      "path" : "Sources/CasePathsCore",
      "product_dependencies" : [
        "IssueReporting",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "CasePaths",
        "CasePathsCore"
      ],
      "sources" : [
        "AnyCasePath.swift",
        "CasePathIterable.swift",
        "CasePathReflectable.swift",
        "CasePathable.swift",
        "Internal/KeyPath+Sendable.swift",
        "Internal/TypeName.swift",
        "Internal/UncheckedSendable.swift",
        "Never+CasePathable.swift",
        "Optional+CasePathable.swift",
        "Result+CasePathable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CasePaths",
      "module_type" : "SwiftTarget",
      "name" : "CasePaths",
      "path" : "Sources/CasePaths",
      "product_memberships" : [
        "CasePaths"
      ],
      "sources" : [
        "EnumReflection.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/LockIsolated.swift",
        "Macros.swift",
        "XCTestSupport.swift"
      ],
      "target_dependencies" : [
        "CasePathsCore",
        "CasePathsMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.