The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Assist, reference develop (72f111), with Swift 5.10 for macOS (SPM) on 6 May 2025 02:41:45 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Blackjacx/Assist.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Blackjacx/Assist
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 72f1113 Convert tests to Swift Testing
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
72f11136455bbbfa28d4a7cc8eec9f55792af5c1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Blackjacx/Assist.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/29] Write sources
[5/29] Write push-entitlement.plist
[8/29] Write asc-entitlement.plist
[8/29] Write sources
[8/29] Write snap-entitlement.plist
[8/29] Write sources
[12/29] Write playground-entitlement.plist
[13/29] Write sources
[16/29] Write swift-version-33747A42983211AE.txt
[18/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/45] Emitting module ArgumentParserToolInfo
[20/84] Compiling ArgumentParser NameSpecification.swift
[21/84] Compiling ArgumentParser Option.swift
[22/84] Compiling ArgumentParser OptionGroup.swift
[23/84] Compiling ArgumentParser AsyncParsableCommand.swift
[24/88] Compiling ArgumentParser ParsableArguments.swift
[25/88] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/88] Compiling ArgumentParser ParsableCommand.swift
[27/88] Compiling ArgumentParser ArgumentDecoder.swift
[28/88] Emitting module ArgumentParser
[29/88] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/88] Compiling ArgumentParser CompletionsGenerator.swift
[31/88] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/88] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/88] Compiling ArgumentParser Argument.swift
[34/88] Compiling ArgumentParser Platform.swift
[35/88] Compiling ArgumentParser SequenceExtensions.swift
[36/88] Compiling ArgumentParser StringExtensions.swift
[37/88] Compiling ArgumentParser Tree.swift
[38/88] Compiling SwiftShell String.swift
[39/88] Compiling ArgumentParser ParserError.swift
[40/88] Compiling ArgumentParser SplitArguments.swift
[41/88] Compiling ArgumentParser DumpHelpGenerator.swift
[42/88] Compiling ArgumentParser HelpCommand.swift
[43/88] Compiling ArgumentParser ArgumentHelp.swift
[44/88] Compiling ArgumentParser ArgumentVisibility.swift
[45/88] Compiling ArgumentParser CompletionKind.swift
[46/88] Compiling ArgumentParser Errors.swift
[47/88] Compiling ArgumentParser Flag.swift
[48/88] Compiling ArgumentParser CommandConfiguration.swift
[49/88] Compiling ArgumentParser CommandGroup.swift
[50/88] Compiling ArgumentParser EnumerableFlag.swift
[51/88] Compiling ArgumentParser ExpressibleByArgument.swift
[52/88] Compiling ArgumentParser ArgumentDefinition.swift
[53/88] Compiling ArgumentParser ArgumentSet.swift
[54/88] Compiling ArgumentParser CommandParser.swift
[55/88] Compiling ArgumentParser InputKey.swift
[56/88] Compiling ArgumentParser InputOrigin.swift
[57/88] Compiling ArgumentParser Name.swift
[58/88] Compiling ArgumentParser Parsed.swift
[59/88] Compiling ArgumentParser ParsedValues.swift
[60/88] Compiling ArgumentParser HelpGenerator.swift
[61/88] Compiling ArgumentParser MessageInfo.swift
[62/88] Compiling ArgumentParser UsageGenerator.swift
[63/88] Compiling ArgumentParser CollectionExtensions.swift
[64/88] Compiling SwiftShell Lazy-split.swift
[65/88] Compiling SwiftShell Bash.swift
[66/88] Compiling SwiftShell Process.swift
[67/88] Compiling SwiftShell Array.swift
[68/88] Compiling SwiftShell Stream.swift
[69/88] Compiling SwiftShell Files.swift
[70/88] Compiling SwiftShell Context.swift
[71/88] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[72/88] Emitting module SwiftKeychainWrapper
[73/88] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[74/88] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[75/88] Emitting module SwiftShell
[76/88] Compiling SwiftShell Command.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/113] Emitting module Engine
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:97: error: consecutive declarations on a line must be separated by ';'
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                                                                                                ^
                                                                                                ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:97: error: expected declaration
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:11:15: note: in declaration of 'JWT'
public struct JWT {
              ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:27: error: consecutive declarations on a line must be separated by ';'
        func data() throws(Error) -> Data {
                          ^
                          ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:27: error: expected declaration
        func data() throws(Error) -> Data {
                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:70:17: note: in declaration of 'KeySource'
    public enum KeySource: Equatable, Hashable, Codable {
                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:17: error: expected '{' in body of function declaration
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:14: error: expected '{' in body of function declaration
        func data() throws(Error) -> Data {
             ^
[78/115] Compiling Engine Endpoint.swift
[79/115] Compiling Engine HTTPMethod.swift
[80/115] Compiling Engine Json.swift
[81/115] Compiling Engine ProcessInfo+Extensions.swift
[82/115] Compiling Engine String+Extensions.swift
[83/115] Compiling Engine String+Random.swift
[84/115] Compiling Engine JWTClaims.swift
[85/115] Compiling Engine JWTHeader.swift
[86/115] Compiling Engine Keychain.swift
[87/115] Compiling Engine EmptyResponse.swift
[88/115] Compiling Engine Clamping.swift
[89/115] Compiling Engine UIView+Extensions.swift
[90/115] Compiling Engine UIViewController+Extensions.swift
[91/115] Compiling Engine Engine.swift
[92/115] Compiling Engine Bundle+Extensions.swift
[93/115] Compiling Engine FileManager+Extensions.swift
[94/115] Compiling Engine UserDefaults+PropertyWrapper.swift
[95/115] Compiling Engine UIColor+Extensions.swift
[96/115] Compiling Engine LoggableError.swift
[97/115] Compiling Engine Network.swift
[98/115] Compiling Engine NetworkError.swift
[99/115] Compiling Engine Service.swift
[100/115] Compiling Engine DataWrapper.swift
[101/115] Compiling Engine URL+Extensions.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:97: error: consecutive declarations on a line must be separated by ';'
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                                                                                                ^
                                                                                                ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:97: error: expected declaration
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:11:15: note: in declaration of 'JWT'
public struct JWT {
              ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:27: error: consecutive declarations on a line must be separated by ';'
        func data() throws(Error) -> Data {
                          ^
                          ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:27: error: expected declaration
        func data() throws(Error) -> Data {
                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:70:17: note: in declaration of 'KeySource'
    public enum KeySource: Equatable, Hashable, Codable {
                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:17: error: expected '{' in body of function declaration
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:14: error: expected '{' in body of function declaration
        func data() throws(Error) -> Data {
             ^
[102/115] Compiling Engine URLRequest+Extensions.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:97: error: consecutive declarations on a line must be separated by ';'
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                                                                                                ^
                                                                                                ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:97: error: expected declaration
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:11:15: note: in declaration of 'JWT'
public struct JWT {
              ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:27: error: consecutive declarations on a line must be separated by ';'
        func data() throws(Error) -> Data {
                          ^
                          ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:27: error: expected declaration
        func data() throws(Error) -> Data {
                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:70:17: note: in declaration of 'KeySource'
    public enum KeySource: Equatable, Hashable, Codable {
                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:17: error: expected '{' in body of function declaration
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:14: error: expected '{' in body of function declaration
        func data() throws(Error) -> Data {
             ^
[103/115] Compiling Engine JWT.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:97: error: consecutive declarations on a line must be separated by ';'
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                                                                                                ^
                                                                                                ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:97: error: expected declaration
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:11:15: note: in declaration of 'JWT'
public struct JWT {
              ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:27: error: consecutive declarations on a line must be separated by ';'
        func data() throws(Error) -> Data {
                          ^
                          ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:27: error: expected declaration
        func data() throws(Error) -> Data {
                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:70:17: note: in declaration of 'KeySource'
    public enum KeySource: Equatable, Hashable, Codable {
                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:14:17: error: expected '{' in body of function declaration
    public func create(keySource: KeySource, header: JWTHeader, payload: JWTClaims) async throws(Error) -> String {
                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:75:14: error: expected '{' in body of function declaration
        func data() throws(Error) -> Data {
             ^
error: fatalError
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/blackjacx/Engine
Fetching https://github.com/blackjacx/ASCKit
[1/563] Fetching asckit
[148/5426] Fetching asckit, swiftshell
[294/6113] Fetching asckit, swiftshell, engine
[1384/21081] Fetching asckit, swiftshell, engine, swift-argument-parser
Fetched https://github.com/blackjacx/ASCKit from cache (7.95s)
[10508/20518] Fetching swiftshell, engine, swift-argument-parser
Fetched https://github.com/blackjacx/Engine from cache (11.22s)
Fetched https://github.com/kareman/SwiftShell from cache (11.22s)
Fetched https://github.com/apple/swift-argument-parser from cache (11.22s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.49s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.4.0 (0.36s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.36s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (2.49s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (1.71s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.38s)
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.1.0
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.4.0
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.0
BUILD FAILURE 5.10 macosSpm