Build Information
Successful build of swift-case-paths, reference main (cabda6
), with Swift 5.10 for macOS (SPM) on 28 Aug 2025 23:59:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-case-paths.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-case-paths
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cabda66 Docs: Fix module cross-reference links in generated docs (#227)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
cabda66f037766bd97efec98473f4565a447b7b5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/pointfreeco/swift-case-paths.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/27] Write sources
[23/27] Compiling _SwiftSyntaxCShims dummy.c
[24/27] Write swift-version-33747A42983211AE.txt
[26/37] Emitting module SwiftSyntax601
[27/37] Compiling SwiftSyntax601 Empty.swift
[28/37] Emitting module SwiftSyntax509
[29/37] Compiling SwiftSyntax509 Empty.swift
[30/37] Compiling SwiftSyntax600 Empty.swift
[31/37] Emitting module SwiftSyntax510
[32/37] Emitting module SwiftSyntax600
[33/37] Compiling SwiftSyntax510 Empty.swift
[34/37] Emitting module IssueReportingPackageSupport
[35/37] Compiling IssueReportingPackageSupport _Test.swift
[36/122] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[37/122] Compiling SwiftSyntax SyntaxChildren.swift
[38/122] Compiling SwiftSyntax SyntaxCollection.swift
[39/122] Compiling SwiftSyntax SyntaxHashable.swift
[40/122] Compiling SwiftSyntax SyntaxIdentifier.swift
[41/122] Compiling SwiftSyntax SyntaxNodeFactory.swift
[42/122] Compiling SwiftSyntax SyntaxNodeStructure.swift
[43/129] Compiling SwiftSyntax SourceEdit.swift
[44/129] Compiling SwiftSyntax SourceLength.swift
[45/129] Compiling SwiftSyntax SourceLocation.swift
[46/129] Compiling SwiftSyntax SourcePresence.swift
[47/129] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[48/129] Compiling SwiftSyntax Syntax.swift
[49/129] Compiling SwiftSyntax SyntaxArena.swift
[50/129] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[51/129] Compiling SwiftSyntax Assert.swift
[52/129] Emitting module IssueReporting
[53/131] Compiling SwiftSyntax TokenKind.swift
[54/131] Compiling SwiftSyntax Utils.swift
[55/131] Compiling SwiftSyntax Convenience.swift
[56/131] Compiling SwiftSyntax CustomTraits.swift
[57/131] Compiling SwiftSyntax ChildNameForKeyPath.swift
[58/131] Compiling SwiftSyntax Keyword.swift
[59/131] Compiling SwiftSyntax SyntaxKind.swift
[60/131] Compiling SwiftSyntax SyntaxRewriter.swift
[61/131] Compiling SwiftSyntax SyntaxCollections.swift
[62/131] Compiling SwiftSyntax SyntaxEnum.swift
[63/131] Compiling SwiftSyntax BumpPtrAllocator.swift
[64/131] Compiling SwiftSyntax CommonAncestor.swift
[65/131] Compiling SwiftSyntax SyntaxTraits.swift
[66/131] Compiling SwiftSyntax SyntaxVisitor.swift
[67/131] Compiling SwiftSyntax AbsolutePosition.swift
[68/131] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[69/131] Compiling IssueReporting WithExpectedIssue.swift
[70/131] Compiling IssueReporting WithIssueContext.swift
[71/134] Compiling XCTestDynamicOverlay Deprecations.swift
[72/134] Emitting module XCTestDynamicOverlay
[73/134] Compiling XCTestDynamicOverlay Exports.swift
[74/144] Compiling CasePathsCore KeyPath+Sendable.swift
[75/144] Compiling CasePathsCore UncheckedSendable.swift
[76/144] Compiling CasePathsCore TypeName.swift
[77/144] 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> {
^
[78/144] Compiling CasePathsCore Never+CasePathable.swift
[79/145] Compiling CasePathsCore CasePathReflectable.swift
[80/145] Compiling CasePathsCore AnyCasePath.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/AnyCasePath.swift:32:28: warning: capture of 'embed' with non-sendable type '(Value) -> Root' in a `@Sendable` closure
return Self(embed: { embed($0) }, extract: extract)
^
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/AnyCasePath.swift:32:28: note: a function type must be marked '@Sendable' to conform to 'Sendable'
return Self(embed: { embed($0) }, extract: extract)
^
[81/145] Compiling CasePathsCore CasePathIterable.swift
[82/145] Emitting module CasePathsCore
[83/145] 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> {
^
[84/145] Emitting module SwiftSyntax
[85/145] 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> {
^
[86/145] Compiling SwiftSyntax SyntaxProtocol.swift
[87/145] Compiling SwiftSyntax SyntaxText.swift
[88/145] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[89/145] Compiling SwiftSyntax TokenDiagnostic.swift
[90/145] Compiling SwiftSyntax TokenSequence.swift
[91/145] Compiling SwiftSyntax TokenSyntax.swift
[92/145] Compiling SwiftSyntax Trivia.swift
[98/145] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[99/145] Compiling SwiftSyntax SyntaxBaseNodes.swift
[115/145] Compiling SwiftSyntax Tokens.swift
[116/145] Compiling SwiftSyntax TriviaPieces.swift
[117/145] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[118/145] Compiling SwiftSyntax RawSyntaxNodesC.swift
[119/145] Compiling SwiftSyntax RawSyntaxNodesD.swift
[120/145] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[121/145] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[122/145] Compiling SwiftSyntax EditorPlaceholder.swift
[123/145] Compiling SwiftSyntax Identifier.swift
[124/145] Compiling SwiftSyntax MemoryLayout.swift
[125/145] Compiling SwiftSyntax MissingNodeInitializers.swift
[126/145] Compiling SwiftSyntax RawSyntax.swift
[127/145] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[128/145] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[129/145] Compiling SwiftSyntax RawSyntaxTokenView.swift
[130/145] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[131/145] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[132/145] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[133/145] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[134/145] Compiling SwiftSyntax RawSyntaxValidation.swift
[135/145] Compiling SwiftSyntax SyntaxNodesAB.swift
[136/145] Compiling SwiftSyntax SyntaxNodesC.swift
[137/145] Compiling SwiftSyntax SyntaxNodesD.swift
[138/145] Compiling SwiftSyntax SyntaxNodesEF.swift
[139/145] Compiling SwiftSyntax SyntaxNodesGHI.swift
[140/145] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[141/145] Compiling SwiftSyntax SyntaxNodesOP.swift
[142/145] Compiling SwiftSyntax SyntaxNodesQRS.swift
[143/145] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[144/204] Compiling SwiftDiagnostics Message.swift
[145/205] Compiling SwiftDiagnostics Note.swift
[146/205] Emitting module SwiftDiagnostics
[147/205] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[148/205] Compiling SwiftBasicFormat InferIndentation.swift
[149/205] Compiling SwiftBasicFormat Syntax+Extensions.swift
[150/205] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[151/205] Compiling SwiftDiagnostics FixIt.swift
[152/205] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[153/205] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[154/205] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[155/205] Compiling SwiftDiagnostics Diagnostic.swift
[156/205] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[157/205] Compiling SwiftDiagnostics Convenience.swift
[158/205] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[159/205] Compiling SwiftBasicFormat Indenter.swift
[160/205] Emitting module SwiftBasicFormat
[161/205] Compiling SwiftBasicFormat BasicFormat.swift
[162/205] Compiling SwiftParser TopLevel.swift
[163/205] Compiling SwiftParser TriviaParser.swift
[164/205] Compiling SwiftParser Types.swift
[165/205] Compiling SwiftParser ExperimentalFeatures.swift
[166/209] Compiling SwiftParser StringLiterals.swift
[167/209] Compiling SwiftParser SwiftParserCompatibility.swift
[168/209] Compiling SwiftParser SwiftVersion.swift
[169/209] Compiling SwiftParser SyntaxUtils.swift
[170/209] Compiling SwiftParser TokenConsumer.swift
[171/209] Compiling SwiftParser TokenPrecedence.swift
[172/209] Compiling SwiftParser TokenSpec.swift
[173/209] Compiling SwiftParser TokenSpecSet.swift
[174/209] Compiling SwiftParser Recovery.swift
[175/209] Compiling SwiftParser Specifiers.swift
[176/209] Compiling SwiftParser Statements.swift
[177/209] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[178/209] Compiling SwiftParser Nominals.swift
[179/209] Compiling SwiftParser Parameters.swift
[180/209] Compiling SwiftParser ParseSourceFile.swift
[181/209] Compiling SwiftParser Parser.swift
[182/209] Compiling SwiftParser Patterns.swift
[183/209] Emitting module SwiftParser
[184/209] Compiling SwiftParser Directives.swift
[185/209] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[186/209] Compiling SwiftParser Expressions.swift
[187/209] Compiling SwiftParser IncrementalParseTransition.swift
[188/209] Compiling SwiftParser IsValidIdentifier.swift
[189/209] Compiling SwiftParser UnicodeScalarExtensions.swift
[190/209] Compiling SwiftParser Lookahead.swift
[191/209] Compiling SwiftParser LoopProgressCondition.swift
[192/209] Compiling SwiftParser Modifiers.swift
[193/209] Compiling SwiftParser Names.swift
[194/209] Compiling SwiftParser Attributes.swift
[195/209] Compiling SwiftParser Availability.swift
[196/209] Compiling SwiftParser CharacterInfo.swift
[197/209] Compiling SwiftParser CollectionNodes+Parsable.swift
[198/209] Compiling SwiftParser Declarations.swift
[199/209] Compiling SwiftParser Cursor.swift
[200/209] Compiling SwiftParser Lexeme.swift
[201/209] Compiling SwiftParser LexemeSequence.swift
[202/209] Compiling SwiftParser Lexer.swift
[203/209] Compiling SwiftParser RegexLiteralLexer.swift
[204/209] Compiling SwiftParser IsLexerClassified.swift
[205/209] Compiling SwiftParser LayoutNodes+Parsable.swift
[206/209] Compiling SwiftParser Parser+TokenSpecSet.swift
[207/209] Compiling SwiftParser TokenSpecStaticMembers.swift
[208/232] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[209/233] Compiling SwiftOperators PrecedenceGroup.swift
[210/233] Compiling SwiftOperators OperatorTable+Semantics.swift
[211/233] Compiling SwiftOperators OperatorTable.swift
[212/233] Compiling SwiftOperators PrecedenceGraph.swift
[213/234] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[214/234] Compiling SwiftParserDiagnostics PresenceUtils.swift
[215/234] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[216/234] Compiling SwiftOperators OperatorTable+Defaults.swift
[217/234] Compiling SwiftOperators Operator.swift
[218/234] Emitting module SwiftOperators
[219/234] Compiling SwiftOperators OperatorError.swift
[220/234] Compiling SwiftOperators OperatorError+Diagnostics.swift
[221/234] Compiling SwiftOperators OperatorTable+Folding.swift
[222/234] Compiling SwiftOperators SyntaxSynthesis.swift
[223/234] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[224/234] Compiling SwiftParserDiagnostics Utils.swift
[225/234] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[226/234] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[227/234] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[228/234] Compiling SwiftParserDiagnostics MissingNodesError.swift
[229/234] Compiling SwiftParserDiagnostics MissingTokenError.swift
[230/234] Emitting module SwiftParserDiagnostics
[231/234] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[232/234] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[233/249] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[234/250] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[235/250] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[236/250] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[237/250] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[238/250] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[239/250] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[240/250] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[241/250] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[242/250] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[243/250] Compiling SwiftSyntaxBuilder Indenter.swift
[244/250] Compiling SwiftSyntaxBuilder ListBuilder.swift
[245/250] Emitting module SwiftSyntaxBuilder
[246/250] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[247/250] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[248/250] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[249/268] Compiling SwiftSyntaxMacros PreambleMacro.swift
[250/269] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[251/269] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[252/269] Compiling SwiftSyntaxMacros MemberMacro.swift
[253/269] Compiling SwiftSyntaxMacros PeerMacro.swift
[254/269] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[255/269] Compiling SwiftSyntaxMacros Macro+Format.swift
[256/269] Compiling SwiftSyntaxMacros Macro.swift
[257/269] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[258/269] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[259/269] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[260/269] Compiling SwiftSyntaxMacros AttachedMacro.swift
[261/269] Compiling SwiftSyntaxMacros BodyMacro.swift
[262/269] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[263/269] Compiling SwiftSyntaxMacros AccessorMacro.swift
[264/269] Emitting module SwiftSyntaxMacros
[265/269] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[266/269] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[267/269] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[268/279] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[269/279] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[270/279] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[271/279] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[272/279] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[273/279] Emitting module SwiftSyntaxMacroExpansion
[274/279] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[275/279] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[276/279] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[277/279] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[278/291] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[279/291] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[280/292] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[281/292] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[282/292] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[283/292] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[284/292] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[285/292] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[286/292] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[287/292] Emitting module SwiftCompilerPluginMessageHandling
[288/292] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[289/292] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[290/292] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[291/294] Emitting module SwiftCompilerPlugin
[292/294] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[293/297] Compiling CasePathsMacros Plugin.swift
[294/297] Emitting module CasePathsMacros
[295/297] 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
^
[295/297] Write Objects.LinkFileList
[296/297] Linking CasePathsMacros
[298/304] Compiling CasePaths XCTestSupport.swift
[299/304] Compiling CasePaths Exports.swift
[300/304] Compiling CasePaths EnumReflection.swift
[301/304] Compiling CasePaths Deprecations.swift
[302/304] Compiling CasePaths LockIsolated.swift
[303/304] Compiling CasePaths Macros.swift
[304/304] Emitting module CasePaths
Build complete! (46.18s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[43/3002] Fetching swift-docc-plugin, swift-macro-testing
[820/8507] Fetching swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay
[6582/80346] Fetching swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.37s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (3.37s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.37s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3487] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
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/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.59s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.37s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15368] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.84s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.36s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4577] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.96s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.49s)
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.3
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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
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.5
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.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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.