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

Failed to build SwiftInspector, reference 0.16.0 (29a0bb), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:12:50 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fdiaz/SwiftInspector.git
Reference: 0.16.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fdiaz/SwiftInspector
 * tag               0.16.0     -> FETCH_HEAD
HEAD is now at 29a0bb2 Use DeclarationModifierVisitor in more places & consolidate on the Modifiers OptionSet (#130)
Cloned https://github.com/fdiaz/SwiftInspector.git
Revision (git rev-parse @):
29a0bb2fa3a52752a509fbe0ad6afb76343f5b40
SUCCESS checkout https://github.com/fdiaz/SwiftInspector.git at 0.16.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fdiaz/SwiftInspector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/21] Copying lib_InternalSwiftSyntaxParser.dylib
[2/21] Write sources
[3/21] Write swiftinspector-entitlement.plist
[4/21] Write sources
[12/21] Write swift-version-1EA4D86E10B52AF.txt
[13/23] Compiling atomic-counter.c
[15/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/57] Emitting module ArgumentParserToolInfo
[17/96] Compiling ArgumentParser CommandConfiguration.swift
[18/96] Compiling ArgumentParser CommandGroup.swift
[19/96] Compiling ArgumentParser EnumerableFlag.swift
[20/96] Compiling ArgumentParser ExpressibleByArgument.swift
[21/100] Compiling ArgumentParser ArgumentHelp.swift
[22/100] Compiling ArgumentParser ArgumentVisibility.swift
[23/100] Compiling ArgumentParser CompletionKind.swift
[24/100] Compiling ArgumentParser Errors.swift
[25/103] Emitting module ArgumentParser
[30/103] Compiling ArgumentParser Flag.swift
[31/103] Compiling ArgumentParser InputOrigin.swift
[32/103] Compiling ArgumentParser Name.swift
[33/103] Compiling ArgumentParser Parsed.swift
[34/103] Compiling ArgumentParser ParsedValues.swift
[35/103] Compiling ArgumentParser ParsableArguments.swift
[36/103] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/103] Compiling ArgumentParser ParsableCommand.swift
[38/103] Compiling ArgumentParser ArgumentDecoder.swift
[39/103] Compiling ArgumentParser Platform.swift
[40/103] Compiling ArgumentParser SequenceExtensions.swift
[41/103] Compiling ArgumentParser StringExtensions.swift
[42/103] Compiling ArgumentParser Tree.swift
[43/103] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/103] Compiling ArgumentParser CompletionsGenerator.swift
[45/103] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/103] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/103] Compiling SwiftSyntax SyntaxPatternNodes.swift
[48/103] Compiling SwiftSyntax SyntaxStmtNodes.swift
[49/103] Compiling SwiftSyntax SyntaxTypeNodes.swift
[50/103] Compiling ArgumentParser CommandParser.swift
[51/103] Compiling ArgumentParser InputKey.swift
[52/103] Compiling ArgumentParser NameSpecification.swift
[53/103] Compiling ArgumentParser Option.swift
[54/103] Compiling ArgumentParser OptionGroup.swift
[55/103] Compiling ArgumentParser AsyncParsableCommand.swift
[56/103] Compiling ArgumentParser ParserError.swift
[57/103] Compiling ArgumentParser SplitArguments.swift
[58/103] Compiling ArgumentParser DumpHelpGenerator.swift
[59/103] Compiling ArgumentParser HelpCommand.swift
[60/103] Compiling ArgumentParser HelpGenerator.swift
[61/103] Compiling ArgumentParser MessageInfo.swift
[62/103] Compiling ArgumentParser UsageGenerator.swift
[63/103] Compiling ArgumentParser CollectionExtensions.swift
[64/103] Emitting module SwiftSyntax
[96/103] Write Objects.LinkFileList
[97/103] Archiving libSwiftSyntax.a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[99/127] Emitting module SwiftSyntaxParser
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[100/127] Compiling SwiftSyntaxParser CNodes.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[101/127] Compiling SwiftSyntaxParser Diagnostic.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[102/127] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[103/127] Compiling SwiftSyntaxParser SyntaxParser.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/apple/swift-argument-parser
[1/14759] Fetching quick
[297/34343] Fetching quick, nimble
[1869/49723] Fetching quick, nimble, swift-argument-parser
[49724/120629] Fetching quick, nimble, swift-argument-parser, swift-syntax
Fetched https://github.com/Quick/Quick.git from cache (3.24s)
Fetched https://github.com/Quick/Nimble.git from cache (3.24s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.24s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.24s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (3.81s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (0.61s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.49s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.79s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.29s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.68s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.19s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.42s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50600.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Downloading binary artifact https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip
[13771/20579159] Downloading https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip
Downloaded https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip (1.95s)
BUILD FAILURE 6.2 macosSpm