Build Information
Successful build of swift-case-paths, reference 1.7.0 (41b89b
), with Swift 5.10 for macOS (SPM) on 15 Apr 2025 19:01:47 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.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.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/26] Write sources
[22/26] Compiling _SwiftSyntaxCShims dummy.c
[23/26] Write swift-version-33747A42983211AE.txt
[25/53] Compiling SwiftSyntax600 Empty.swift
[26/53] Emitting module SwiftSyntax600
[27/53] Compiling SwiftSyntax510 Empty.swift
[28/53] Emitting module SwiftSyntax509
[29/53] Emitting module SwiftSyntax510
[30/53] Compiling SwiftSyntax601 Empty.swift
[31/53] Compiling SwiftSyntax509 Empty.swift
[32/53] Emitting module SwiftSyntax601
[33/119] Compiling SwiftSyntax SourceEdit.swift
[34/119] Compiling SwiftSyntax SourceLength.swift
[35/119] Compiling SwiftSyntax SourceLocation.swift
[36/119] Compiling SwiftSyntax SourcePresence.swift
[37/119] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[38/119] Compiling SwiftSyntax Syntax.swift
[39/119] Compiling SwiftSyntax SyntaxArena.swift
[40/119] Compiling SwiftSyntax EditorPlaceholder.swift
[41/119] Compiling SwiftSyntax Identifier.swift
[42/119] Compiling SwiftSyntax MemoryLayout.swift
[43/119] Compiling SwiftSyntax MissingNodeInitializers.swift
[44/119] Compiling SwiftSyntax RawSyntax.swift
[45/119] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[46/119] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[47/119] Compiling SwiftSyntax RawSyntaxTokenView.swift
[50/128] Compiling IssueReporting WithExpectedIssue.swift
[51/128] Compiling IssueReporting WithIssueContext.swift
[54/128] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[55/128] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[56/128] Compiling SwiftSyntax SyntaxBaseNodes.swift
[58/128] Compiling SwiftSyntax Keyword.swift
[59/128] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[60/128] Emitting module IssueReporting
[65/128] Compiling SwiftSyntax Utils.swift
[66/128] Compiling SwiftSyntax ChildNameForKeyPath.swift
[69/131] Compiling XCTestDynamicOverlay Exports.swift
[70/131] Compiling XCTestDynamicOverlay Deprecations.swift
[71/131] Emitting module XCTestDynamicOverlay
[72/141] Compiling CasePathsCore CasePathIterable.swift
[73/141] 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)
^
[74/141] Emitting module CasePathsCore
[75/142] Compiling CasePathsCore Never+CasePathable.swift
[76/142] 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> {
^
[77/142] Compiling CasePathsCore TypeName.swift
[78/142] Compiling CasePathsCore UncheckedSendable.swift
[79/142] Compiling CasePathsCore CasePathReflectable.swift
[80/142] Compiling CasePathsCore KeyPath+Sendable.swift
[81/142] 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> {
^
[82/142] 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> {
^
[83/142] Emitting module SwiftSyntax
[84/142] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[85/142] Compiling SwiftSyntax SyntaxChildren.swift
[86/142] Compiling SwiftSyntax SyntaxCollection.swift
[87/142] Compiling SwiftSyntax SyntaxHashable.swift
[88/142] Compiling SwiftSyntax SyntaxIdentifier.swift
[89/142] Compiling SwiftSyntax SyntaxNodeFactory.swift
[90/142] Compiling SwiftSyntax SyntaxNodeStructure.swift
[91/142] Compiling SwiftSyntax Tokens.swift
[92/142] Compiling SwiftSyntax TriviaPieces.swift
[93/142] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[94/142] Compiling SwiftSyntax RawSyntaxNodesC.swift
[95/142] Compiling SwiftSyntax RawSyntaxNodesD.swift
[96/142] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[97/142] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[105/142] Compiling SwiftSyntax AbsolutePosition.swift
[106/142] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[107/142] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[108/142] Compiling SwiftSyntax Assert.swift
[109/142] Compiling SwiftSyntax BumpPtrAllocator.swift
[110/142] Compiling SwiftSyntax CommonAncestor.swift
[111/142] Compiling SwiftSyntax Convenience.swift
[112/142] Compiling SwiftSyntax CustomTraits.swift
[113/142] Compiling SwiftSyntax SyntaxCollections.swift
[114/142] Compiling SwiftSyntax SyntaxEnum.swift
[115/142] Compiling SwiftSyntax SyntaxKind.swift
[116/142] Compiling SwiftSyntax SyntaxRewriter.swift
[117/142] Compiling SwiftSyntax SyntaxTraits.swift
[118/142] Compiling SwiftSyntax SyntaxVisitor.swift
[119/142] Compiling SwiftSyntax TokenKind.swift
[120/142] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[121/142] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[122/142] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[123/142] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[124/142] Compiling SwiftSyntax RawSyntaxValidation.swift
[125/142] Compiling SwiftSyntax SyntaxNodesAB.swift
[126/142] Compiling SwiftSyntax SyntaxNodesC.swift
[127/142] Compiling SwiftSyntax SyntaxProtocol.swift
[128/142] Compiling SwiftSyntax SyntaxText.swift
[129/142] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[130/142] Compiling SwiftSyntax TokenDiagnostic.swift
[131/142] Compiling SwiftSyntax TokenSequence.swift
[132/142] Compiling SwiftSyntax TokenSyntax.swift
[133/142] Compiling SwiftSyntax Trivia.swift
[134/142] Compiling SwiftSyntax SyntaxNodesD.swift
[135/142] Compiling SwiftSyntax SyntaxNodesEF.swift
[136/142] Compiling SwiftSyntax SyntaxNodesGHI.swift
[137/142] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[138/142] Compiling SwiftSyntax SyntaxNodesOP.swift
[139/142] Compiling SwiftSyntax SyntaxNodesQRS.swift
[140/142] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[141/201] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[142/201] Compiling SwiftBasicFormat Syntax+Extensions.swift
[143/201] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[144/201] Compiling SwiftDiagnostics Message.swift
[145/202] Compiling SwiftDiagnostics Note.swift
[146/202] Compiling SwiftBasicFormat InferIndentation.swift
[147/202] Compiling SwiftBasicFormat Indenter.swift
[148/202] Compiling SwiftDiagnostics FixIt.swift
[149/202] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[150/202] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[151/202] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[152/202] Compiling SwiftDiagnostics Diagnostic.swift
[153/202] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[154/202] Compiling SwiftDiagnostics Convenience.swift
[155/202] Emitting module SwiftDiagnostics
[156/202] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[157/202] Emitting module SwiftBasicFormat
[158/202] Compiling SwiftBasicFormat BasicFormat.swift
[159/202] Compiling SwiftParser TopLevel.swift
[160/202] Compiling SwiftParser TriviaParser.swift
[161/202] Compiling SwiftParser Types.swift
[162/202] Compiling SwiftParser ExperimentalFeatures.swift
[163/206] Compiling SwiftParser StringLiterals.swift
[164/206] Compiling SwiftParser SwiftParserCompatibility.swift
[165/206] Compiling SwiftParser SwiftVersion.swift
[166/206] Compiling SwiftParser SyntaxUtils.swift
[167/206] Compiling SwiftParser TokenConsumer.swift
[168/206] Compiling SwiftParser TokenPrecedence.swift
[169/206] Compiling SwiftParser TokenSpec.swift
[170/206] Compiling SwiftParser TokenSpecSet.swift
[171/206] Compiling SwiftParser UnicodeScalarExtensions.swift
[172/206] Compiling SwiftParser Lookahead.swift
[173/206] Compiling SwiftParser LoopProgressCondition.swift
[174/206] Compiling SwiftParser Modifiers.swift
[175/206] Compiling SwiftParser Names.swift
[176/206] Compiling SwiftParser Nominals.swift
[177/206] Compiling SwiftParser Parameters.swift
[178/206] Compiling SwiftParser ParseSourceFile.swift
[179/206] Compiling SwiftParser Parser.swift
[180/206] Compiling SwiftParser Patterns.swift
[181/206] Compiling SwiftParser Recovery.swift
[182/206] Compiling SwiftParser Specifiers.swift
[183/206] Compiling SwiftParser Statements.swift
[184/206] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[185/206] Emitting module SwiftParser
[186/206] Compiling SwiftParser Attributes.swift
[187/206] Compiling SwiftParser Availability.swift
[188/206] Compiling SwiftParser CharacterInfo.swift
[189/206] Compiling SwiftParser CollectionNodes+Parsable.swift
[190/206] Compiling SwiftParser Declarations.swift
[191/206] Compiling SwiftParser Directives.swift
[192/206] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[193/206] Compiling SwiftParser Expressions.swift
[194/206] Compiling SwiftParser IncrementalParseTransition.swift
[195/206] Compiling SwiftParser IsValidIdentifier.swift
[196/206] Compiling SwiftParser Cursor.swift
[197/206] Compiling SwiftParser Lexeme.swift
[198/206] Compiling SwiftParser LexemeSequence.swift
[199/206] Compiling SwiftParser Lexer.swift
[200/206] Compiling SwiftParser RegexLiteralLexer.swift
[201/206] Compiling SwiftParser IsLexerClassified.swift
[202/206] Compiling SwiftParser LayoutNodes+Parsable.swift
[203/206] Compiling SwiftParser Parser+TokenSpecSet.swift
[204/206] Compiling SwiftParser TokenSpecStaticMembers.swift
[205/229] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[206/230] Compiling SwiftOperators PrecedenceGroup.swift
[207/230] Compiling SwiftOperators PrecedenceGraph.swift
[208/230] Compiling SwiftOperators OperatorTable+Defaults.swift
[209/231] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[210/231] Compiling SwiftOperators OperatorTable.swift
[211/231] Compiling SwiftOperators OperatorError+Diagnostics.swift
[212/231] Compiling SwiftOperators OperatorTable+Folding.swift
[213/231] Compiling SwiftOperators OperatorError.swift
[214/231] Emitting module SwiftOperators
[215/231] Compiling SwiftOperators OperatorTable+Semantics.swift
[216/231] Compiling SwiftOperators Operator.swift
[217/231] Compiling SwiftOperators SyntaxSynthesis.swift
[218/231] Compiling SwiftParserDiagnostics Utils.swift
[219/231] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[220/231] Compiling SwiftParserDiagnostics PresenceUtils.swift
[221/231] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[222/231] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[223/231] Emitting module SwiftParserDiagnostics
[224/231] Compiling SwiftParserDiagnostics MissingNodesError.swift
[225/231] Compiling SwiftParserDiagnostics MissingTokenError.swift
[226/231] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[227/231] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[228/231] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[229/231] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[230/246] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[231/247] Compiling SwiftSyntaxBuilder Indenter.swift
[232/247] Compiling SwiftSyntaxBuilder ListBuilder.swift
[233/247] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[234/247] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[235/247] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[236/247] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[237/247] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[238/247] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[239/247] Emitting module SwiftSyntaxBuilder
[240/247] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[241/247] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[242/247] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[243/247] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[244/247] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[245/247] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[246/265] Compiling SwiftSyntaxMacros Macro.swift
[247/265] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[248/265] Compiling SwiftSyntaxMacros PreambleMacro.swift
[249/265] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[250/265] Compiling SwiftSyntaxMacros Macro+Format.swift
[251/265] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[252/265] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[253/265] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[254/265] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[255/265] Compiling SwiftSyntaxMacros AttachedMacro.swift
[256/265] Compiling SwiftSyntaxMacros BodyMacro.swift
[257/265] Compiling SwiftSyntaxMacros MemberMacro.swift
[258/265] Compiling SwiftSyntaxMacros PeerMacro.swift
[259/266] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[260/266] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[261/266] Emitting module SwiftSyntaxMacros
[262/266] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[263/266] Compiling SwiftSyntaxMacros AccessorMacro.swift
[264/266] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[265/276] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[266/276] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[267/276] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[268/276] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[269/276] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[270/276] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[271/276] Emitting module SwiftSyntaxMacroExpansion
[272/276] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[273/276] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[274/276] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[275/288] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[276/288] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[277/288] Emitting module SwiftCompilerPluginMessageHandling
[278/289] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[279/289] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[280/289] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[281/289] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[282/289] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[283/289] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[284/289] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[285/289] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[286/289] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[287/289] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[288/291] Emitting module SwiftCompilerPlugin
[289/291] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[290/294] Compiling CasePathsMacros Plugin.swift
[291/294] Emitting module CasePathsMacros
[292/294] 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
^
[292/294] Write Objects.LinkFileList
[293/294] Linking CasePathsMacros
[295/301] Compiling CasePaths XCTestSupport.swift
[296/301] Compiling CasePaths LockIsolated.swift
[297/301] Compiling CasePaths Deprecations.swift
[298/301] Compiling CasePaths Exports.swift
[299/301] Compiling CasePaths Macros.swift
[300/301] Compiling CasePaths EnumReflection.swift
[301/301] Emitting module CasePaths
Build complete! (44.50s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[83/2907] Fetching swift-docc-plugin, swift-macro-testing
[195/8256] Fetching swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay
[8257/78384] Fetching swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (3.67s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.67s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.67s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (3.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.48s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.36s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.56s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.38s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13145] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.52s)
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 from cache (0.95s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.35s)
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.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/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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
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.