Build Information
Failed to build swift-ast-lint, reference 0.1.2 (375692), with Swift 6.1 for macOS (SPM) on 26 Apr 2026 06:17:12 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/swift-ast-lint.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ryu0118/swift-ast-lint
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 375692a chore: bump version to 0.1.2
Cloned https://github.com/Ryu0118/swift-ast-lint.git
Revision (git rev-parse @):
375692a3765aa4e166df846f1f2721ec10b79f74
SUCCESS checkout https://github.com/Ryu0118/swift-ast-lint.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Ryu0118/swift-ast-lint.git
https://github.com/Ryu0118/swift-ast-lint.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "700.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "filemanagerprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Ryu0118/FileManagerProtocol.git"
},
{
"identity" : "swift-subprocess",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-subprocess.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "swift-async-operations",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtj0928/swift-async-operations.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-ast-lint",
"name" : "swift-ast-lint",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftASTLint",
"targets" : [
"SwiftASTLint"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftASTLintTestSupport",
"targets" : [
"SwiftASTLintTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftASTLintScaffold",
"targets" : [
"SwiftASTLintScaffold"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swiftastlinttool",
"targets" : [
"swift-ast-lint-tool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_ast_lint_tool",
"module_type" : "SwiftTarget",
"name" : "swift-ast-lint-tool",
"path" : "Sources/swift-ast-lint-tool",
"product_dependencies" : [
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"swiftastlinttool"
],
"sources" : [
"InitCommand.swift",
"SwiftASTLintTool.swift",
"Version.swift"
],
"target_dependencies" : [
"SwiftASTLintScaffold"
],
"type" : "executable"
},
{
"c99name" : "SwiftASTLintTests",
"module_type" : "SwiftTarget",
"name" : "SwiftASTLintTests",
"path" : "Tests/SwiftASTLintTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SwiftDiagnostics",
"FileManagerProtocol"
],
"sources" : [
"ConfigurationLoaderTests.swift",
"DiagnosticTests.swift",
"FileCollectorTests.swift",
"FixApplierTests.swift",
"GlobPatternTests.swift",
"LintAndFixTests.swift",
"LintCommandTests.swift",
"LintContextFixTests.swift",
"LintContextTests.swift",
"LintEngineFixTests.swift",
"ParameterizedRuleTests.swift",
"RuleExampleTests.swift",
"RuleSetTests.swift",
"RuleTests.swift",
"SeverityTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"SwiftASTLint",
"SwiftASTLintTestSupport"
],
"type" : "test"
},
{
"c99name" : "SwiftASTLintTestSupport",
"module_type" : "SwiftTarget",
"name" : "SwiftASTLintTestSupport",
"path" : "Sources/SwiftASTLintTestSupport",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SwiftDiagnostics"
],
"product_memberships" : [
"SwiftASTLintTestSupport"
],
"sources" : [
"RuleTestSupport.swift"
],
"target_dependencies" : [
"SwiftASTLint"
],
"type" : "library"
},
{
"c99name" : "SwiftASTLintScaffoldTests",
"module_type" : "SwiftTarget",
"name" : "SwiftASTLintScaffoldTests",
"path" : "Tests/SwiftASTLintScaffoldTests",
"product_dependencies" : [
"FileManagerProtocol"
],
"sources" : [
"ScaffoldTests.swift"
],
"target_dependencies" : [
"SwiftASTLintScaffold"
],
"type" : "test"
},
{
"c99name" : "SwiftASTLintScaffold",
"module_type" : "SwiftTarget",
"name" : "SwiftASTLintScaffold",
"path" : "Sources/SwiftASTLintScaffold",
"product_dependencies" : [
"Subprocess",
"SystemPackage",
"FileManagerProtocol"
],
"product_memberships" : [
"SwiftASTLintScaffold",
"swiftastlinttool"
],
"sources" : [
"Constants.swift",
"Scaffold.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftASTLint",
"module_type" : "SwiftTarget",
"name" : "SwiftASTLint",
"path" : "Sources/SwiftASTLint",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SwiftDiagnostics",
"Yams",
"ArgumentParser",
"AsyncOperations",
"Logging",
"FileManagerProtocol"
],
"product_memberships" : [
"SwiftASTLint",
"SwiftASTLintTestSupport"
],
"sources" : [
"Configuration.swift",
"ConfigurationLoader.swift",
"Constants.swift",
"Diagnostic.swift",
"FileCollector.swift",
"FixApplier.swift",
"GlobPattern.swift",
"LintContext.swift",
"LintEngine.swift",
"Linter.swift",
"Logger.swift",
"ParameterizedRule.swift",
"Rule.swift",
"RuleProtocol.swift",
"RuleSet.swift",
"Severity.swift",
"SimpleFixItMessage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/37] Write sources
[4/37] Write swiftastlinttool-entitlement.plist
[4/37] Write sources
[21/37] Compiling CSystem shims.c
[22/37] Write sources
[25/37] Write swift-version-2F0A5646E1D333AE.txt
[26/67] Compiling reader.c
[27/67] Compiling parser.c
[28/67] Compiling api.c
[29/69] Compiling writer.c
[30/73] Compiling emitter.c
[32/73] Emitting module SwiftSyntax602
[33/73] Compiling SwiftSyntax602 Empty.swift
[34/73] Emitting module SwiftSyntax603
[35/73] Compiling SwiftSyntax603 Empty.swift
[36/73] Compiling SwiftSyntax600 Empty.swift
[37/73] Emitting module SwiftSyntax600
[38/73] Emitting module SwiftSyntax601
[39/73] Compiling SwiftSyntax601 Empty.swift
[40/77] Emitting module SwiftSyntax510
[41/77] Compiling SwiftSyntax510 Empty.swift
[42/87] Compiling SwiftSyntax509 Empty.swift
[43/87] Emitting module SwiftSyntax509
[43/103] Compiling scanner.c
[45/123] Compiling AsyncOperations Sequence+AsyncReduce.swift
[46/123] Compiling AsyncOperations withOrderedTaskGroup.swift
[47/123] Compiling AsyncOperations numberOfConcurrentTasks.swift
[48/124] Compiling Yams Emitter.swift
[49/124] Compiling Yams RedundancyAliasingStrategy.swift
[50/124] Compiling Yams Representer.swift
[51/124] Compiling Yams Node.Scalar.swift
[52/124] Compiling Yams Constructor.swift
[53/124] Compiling Yams Encoder.swift
[54/124] Compiling Yams Mark.swift
[55/124] Compiling Yams Resolver.swift
[56/124] Compiling Yams AliasDereferencingStrategy.swift
[57/124] Compiling Yams Anchor.swift
[58/124] Emitting module AsyncOperations
[59/124] Compiling Yams String+Yams.swift
[60/124] Compiling Yams Decoder.swift
[60/124] Compiling _SwiftSyntaxCShims PlatformMutex.c
[61/124] Compiling _SubprocessCShims process_shims.c
[63/124] Compiling AsyncOperations withThrowingOrderedTaskGroup.swift
[64/178] Emitting module ArgumentParserToolInfo
[65/178] Compiling ArgumentParserToolInfo ToolInfo.swift
[66/235] Compiling ArgumentParser ArgumentSet.swift
[67/235] Compiling ArgumentParser CommandParser.swift
[68/235] Compiling ArgumentParser ArgumentHelp.swift
[69/238] Compiling ArgumentParser Tree.swift
[70/238] Compiling ArgumentParser BashCompletionsGenerator.swift
[71/238] Compiling ArgumentParser CompletionsGenerator.swift
[72/238] Compiling ArgumentParser ArgumentVisibility.swift
[73/238] Compiling ArgumentParser CompletionKind.swift
[74/238] Compiling ArgumentParser Errors.swift
[75/238] Compiling ArgumentParser ExpressibleByArgument.swift
[76/238] Compiling ArgumentParser ParsableArguments.swift
[77/238] Compiling ArgumentParser Platform.swift
[78/238] Compiling ArgumentParser SequenceExtensions.swift
[79/238] Compiling ArgumentParser StringExtensions.swift
[80/238] Compiling ArgumentParser SwiftExtensions.swift
[81/238] Compiling ArgumentParser ParsableCommand.swift
[82/238] Compiling ArgumentParser ArgumentDecoder.swift
[83/238] Compiling ArgumentParser ArgumentDefinition.swift
[84/238] Emitting module SystemPackage
[85/238] Compiling ArgumentParser CollectionExtensions.swift
[86/238] Compiling ArgumentParser Foundation.swift
[87/238] Compiling ArgumentParser Mutex.swift
[88/238] Compiling ArgumentParser Flag.swift
[89/238] Compiling ArgumentParser MessageInfo.swift
[90/238] Compiling ArgumentParser UsageGenerator.swift
[91/238] Compiling ArgumentParser CommandConfiguration.swift
[92/238] Compiling ArgumentParser CommandGroup.swift
[93/238] Compiling ArgumentParser EnumerableFlag.swift
[94/238] Compiling Logging MetadataProvider.swift
[95/238] Compiling SystemPackage Util+StringArray.swift
[96/238] Compiling SystemPackage Util.swift
[97/238] Compiling SystemPackage UtilConsumers.swift
[98/260] Compiling Logging Locks.swift
[99/260] Compiling Logging LogHandler.swift
[100/260] Compiling Logging LogEvent.swift
[101/260] Compiling Logging Logging.swift
[102/260] Emitting module Logging
[103/260] Compiling Subprocess Subprocess+Unix.swift
[104/260] Compiling Subprocess Subprocess+Windows.swift
[105/260] Compiling Subprocess Result.swift
[106/260] Compiling Subprocess Output+Foundation.swift
[107/260] Compiling Subprocess Span+SubprocessFoundation.swift
[108/260] Compiling Subprocess Span+Subprocess.swift
[109/260] Compiling Subprocess Input+Foundation.swift
[110/267] Compiling Subprocess API.swift
[111/267] Compiling Subprocess AsyncBufferSequence.swift
[112/267] Compiling Subprocess Buffer.swift
[113/267] Compiling Subprocess Configuration.swift
[114/267] Compiling Subprocess Error.swift
[115/267] Compiling Subprocess Execution.swift
[116/267] Compiling Subprocess AsyncIO+Dispatch.swift
[117/267] Compiling ArgumentParser InputKey.swift
[118/267] Compiling ArgumentParser InputOrigin.swift
[119/267] Compiling ArgumentParser Name.swift
[120/267] Compiling ArgumentParser Parsed.swift
[121/267] Compiling ArgumentParser ParsedValues.swift
[122/272] Compiling Subprocess AsyncIO+Linux.swift
[123/272] Compiling Subprocess AsyncIO+Windows.swift
[124/272] Compiling Subprocess Input.swift
[125/272] Compiling Subprocess Output.swift
[126/272] Compiling Subprocess Subprocess+BSD.swift
[127/272] Compiling Subprocess Subprocess+Darwin.swift
[128/272] Compiling Subprocess Subprocess+Linux.swift
[129/272] Emitting module Subprocess
[132/276] Emitting module Yams
[133/276] Compiling ArgumentParser CodingKeyValidator.swift
[134/276] Compiling ArgumentParser NonsenseFlagsValidator.swift
[135/276] Compiling ArgumentParser ParsableArgumentsValidation.swift
[136/276] Compiling ArgumentParser PositionalArgumentsValidator.swift
[137/276] Compiling ArgumentParser UniqueNamesValidator.swift
[138/276] Compiling Subprocess Teardown.swift
[139/276] Compiling Subprocess Thread.swift
[140/276] Compiling ArgumentParser NameSpecification.swift
[141/276] Compiling ArgumentParser Option.swift
[142/276] Compiling ArgumentParser OptionGroup.swift
[143/276] Compiling ArgumentParser ParentCommand.swift
[144/276] Compiling ArgumentParser AsyncParsableCommand.swift
[145/276] Compiling ArgumentParser ParserError.swift
[146/276] Compiling ArgumentParser SplitArguments.swift
[147/276] Compiling ArgumentParser DumpHelpGenerator.swift
[148/276] Compiling ArgumentParser HelpCommand.swift
[149/276] Compiling ArgumentParser HelpGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[150/276] Emitting module FileManagerProtocol
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FileManagerProtocol/Sources/FileManagerProtocol/FileManagerProtocol.swift:135:5: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
133 | }
134 |
135 | extension FileManager: FileManagerProtocolMacOS {}
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
136 | #else
137 | extension FileManager: FileManagerProtocol {}
[151/276] Compiling FileManagerProtocol FileManagerProtocol.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FileManagerProtocol/Sources/FileManagerProtocol/FileManagerProtocol.swift:135:5: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
133 | }
134 |
135 | extension FileManager: FileManagerProtocolMacOS {}
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
136 | #else
137 | extension FileManager: FileManagerProtocol {}
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/Ryu0118/FileManagerProtocol.git
Fetching https://github.com/mtj0928/swift-async-operations.git
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[3/31] Fetching filemanagerprotocol
[32/2988] Fetching filemanagerprotocol, swift-subprocess
[269/4018] Fetching filemanagerprotocol, swift-subprocess, swift-async-operations
Fetched https://github.com/Ryu0118/FileManagerProtocol.git from cache (1.37s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.40s)
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (1.45s)
Fetched https://github.com/mtj0928/swift-async-operations.git from cache (1.45s)
Fetched https://github.com/apple/swift-system.git from cache (1.51s)
Fetched https://github.com/apple/swift-log.git from cache (1.52s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.53s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.74s)
Computing version for https://github.com/mtj0928/swift-async-operations.git
Computed https://github.com/mtj0928/swift-async-operations.git at 0.5.0 (6.61s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.4.0 (0.51s)
Computing version for https://github.com/Ryu0118/FileManagerProtocol.git
Computed https://github.com/Ryu0118/FileManagerProtocol.git at 0.1.0 (0.45s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.49s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (2.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.49s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/mtj0928/swift-async-operations.git
Working copy of https://github.com/mtj0928/swift-async-operations.git resolved at 0.5.0
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/Ryu0118/FileManagerProtocol.git
Working copy of https://github.com/Ryu0118/FileManagerProtocol.git resolved at 0.1.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.1
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/48] Compiling SwiftSyntax510 Empty.swift
[5/48] Emitting module SwiftSyntax510
[6/54] Emitting module SwiftSyntax600
[7/54] Compiling SwiftSyntax600 Empty.swift
[8/56] Emitting module SwiftSyntax601
[9/56] Compiling SwiftSyntax601 Empty.swift
[10/84] Compiling SwiftSyntax603 Empty.swift
[11/84] Compiling SwiftSyntax509 Empty.swift
[12/84] Emitting module SwiftSyntax603
[13/84] Emitting module SwiftSyntax509
[14/84] Emitting module SwiftSyntax602
[15/84] Compiling SwiftSyntax602 Empty.swift
[16/84] Compiling AsyncOperations Sequence+AsyncReduce.swift
[17/85] Compiling SystemPackage FilePathTempWindows.swift
[18/85] Compiling SystemPackage FilePathWindows.swift
[19/85] Compiling AsyncOperations numberOfConcurrentTasks.swift
[20/85] Compiling AsyncOperations withOrderedTaskGroup.swift
[21/87] Compiling SystemPackage FilePathComponents.swift
[22/87] Compiling SystemPackage FilePathParsing.swift
[23/87] Emitting module AsyncOperations
[24/87] Compiling SystemPackage Errno.swift
[25/87] Compiling SystemPackage ErrnoWindows.swift
[26/93] Compiling SystemPackage FileDescriptor.swift
[27/93] Compiling SystemPackage FilePathComponentView.swift
[28/93] Compiling AsyncOperations withThrowingOrderedTaskGroup.swift
[29/93] Compiling SystemPackage Mocking.swift
[30/93] Compiling SystemPackage FilePathTempPosix.swift
[31/93] Compiling SystemPackage Constants.swift
[32/93] Compiling SystemPackage Exports.swift
[33/157] Compiling Logging MetadataProvider.swift
[34/157] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[35/157] Compiling SwiftSyntax RenamedNodesCompatibility.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/159] Emitting module FileManagerProtocol
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FileManagerProtocol/Sources/FileManagerProtocol/FileManagerProtocol.swift:135:5: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
133 | }
134 |
135 | extension FileManager: FileManagerProtocolMacOS {}
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
136 | #else
137 | extension FileManager: FileManagerProtocol {}
[37/159] Compiling FileManagerProtocol FileManagerProtocol.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FileManagerProtocol/Sources/FileManagerProtocol/FileManagerProtocol.swift:135:5: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
133 | }
134 |
135 | extension FileManager: FileManagerProtocolMacOS {}
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
136 | #else
137 | extension FileManager: FileManagerProtocol {}
[38/159] Emitting module ArgumentParserToolInfo
[39/159] Compiling Logging LogEvent.swift
[40/159] Compiling Logging LogHandler.swift
[41/159] Compiling SwiftSyntax Assert.swift
[42/159] Compiling SwiftSyntax BumpPtrAllocator.swift
[43/159] Compiling SwiftSyntax CommonAncestor.swift
[45/159] Compiling Yams YamlError.swift
[46/159] Compiling Yams YamlTagProviding.swift
BUILD FAILURE 6.1 macosSpm