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 main (450c62), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:12:55 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fdiaz/SwiftInspector
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 450c62a Update README.md (#137)
Cloned https://github.com/fdiaz/SwiftInspector.git
Revision (git rev-parse @):
450c62a742b318f9b45643de37e8ef29a6c840f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fdiaz/SwiftInspector.git at main
========================================
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/22] Write sources
[2/22] Copying lib_InternalSwiftSyntaxParser.dylib
[2/22] Write sources
[8/22] Write swiftinspector-entitlement.plist
[9/22] Write sources
[12/22] Copying lib_InternalSwiftSyntaxParser.framework
[13/22] Write swift-version-1EA4D86E10B52AF.txt
[14/24] Compiling atomic-counter.c
[16/58] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/58] Emitting module ArgumentParserToolInfo
[18/97] Compiling ArgumentParser NameSpecification.swift
[19/97] Compiling ArgumentParser Option.swift
[20/97] Compiling ArgumentParser OptionGroup.swift
[21/97] Compiling ArgumentParser AsyncParsableCommand.swift
[26/104] Emitting module ArgumentParser
[27/104] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/104] Compiling ArgumentParser CompletionsGenerator.swift
[29/104] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/104] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/104] Compiling ArgumentParser Argument.swift
[32/104] Compiling ArgumentParser CommandConfiguration.swift
[33/104] Compiling ArgumentParser CommandGroup.swift
[34/104] Compiling ArgumentParser EnumerableFlag.swift
[35/104] Compiling ArgumentParser ExpressibleByArgument.swift
[36/104] Compiling ArgumentParser ParsableArguments.swift
[37/104] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/104] Compiling ArgumentParser ParsableCommand.swift
[39/104] Compiling ArgumentParser ArgumentDecoder.swift
[40/104] Compiling ArgumentParser Flag.swift
[41/104] Compiling ArgumentParser HelpGenerator.swift
[42/104] Compiling ArgumentParser MessageInfo.swift
[43/104] Compiling ArgumentParser UsageGenerator.swift
[45/104] Compiling ArgumentParser ParserError.swift
[46/104] Compiling ArgumentParser SplitArguments.swift
[47/104] Compiling ArgumentParser DumpHelpGenerator.swift
[48/104] Compiling ArgumentParser Platform.swift
[49/104] Compiling ArgumentParser SequenceExtensions.swift
[50/104] Compiling ArgumentParser StringExtensions.swift
[51/104] Compiling ArgumentParser Tree.swift
[52/104] Compiling ArgumentParser InputOrigin.swift
[53/104] Compiling ArgumentParser Name.swift
[54/104] Compiling ArgumentParser Parsed.swift
[55/104] Compiling ArgumentParser ParsedValues.swift
[56/104] Compiling ArgumentParser ArgumentHelp.swift
[57/104] Compiling ArgumentParser ArgumentVisibility.swift
[58/104] Compiling ArgumentParser CompletionKind.swift
[59/104] Compiling ArgumentParser Errors.swift
[64/104] Compiling ArgumentParser HelpCommand.swift
[65/104] Compiling SwiftSyntax SyntaxStmtNodes.swift
[66/104] Compiling SwiftSyntax SyntaxTypeNodes.swift
[67/104] Compiling ArgumentParser CommandParser.swift
[68/104] Compiling ArgumentParser InputKey.swift
[72/104] Compiling SwiftSyntax SyntaxPatternNodes.swift
[73/104] Emitting module SwiftSyntax
[97/104] Write Objects.LinkFileList
[98/104] Archiving libSwiftSyntax.a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/128] 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
[101/128] 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
[102/128] 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
[103/128] 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
[104/128] 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
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/apple/swift-argument-parser
[1/14759] Fetching quick
[887/34343] Fetching quick, nimble
[1626/49723] Fetching quick, nimble, swift-argument-parser
[45612/120629] Fetching quick, nimble, swift-argument-parser, swift-syntax
Fetched https://github.com/Quick/Nimble.git from cache (1.92s)
[39357/101045] Fetching quick, swift-argument-parser, swift-syntax
Fetched https://github.com/Quick/Quick.git from cache (3.43s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.43s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.43s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (3.96s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (0.55s)
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.77s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.28s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.69s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.17s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.40s)
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.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
Downloading binary artifact https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
Downloading binary artifact https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip
[8259/26182122] Downloading https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
[1983470/46761281] Downloading https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip, 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.96s)
Downloaded https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip (2.08s)
BUILD FAILURE 6.2 macosSpm