Build Information
Failed to build Assist, reference 0.8.0 (d1fb92
), with Swift 5.10 for macOS (SPM) on 25 Mar 2025 15:43:43 UTC.
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/Blackjacx/Assist.git
Reference: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Blackjacx/Assist
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at d1fb92a Merge branch 'release/0.8.0'
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
d1fb92a881ff17a9709f7e5ec01077e3ab0eba2c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at 0.8.0
========================================
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/24] Write sources
[5/24] Write asc-entitlement.plist
[5/24] Write sources
[5/24] Write push-entitlement.plist
[6/24] Write sources
[9/24] Write snap-entitlement.plist
[12/24] Write sources
[14/24] Write swift-version-33747A42983211AE.txt
[16/40] Emitting module ArgumentParserToolInfo
[17/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/79] Compiling ArgumentParser CommandConfiguration.swift
[19/79] Compiling ArgumentParser CommandGroup.swift
[20/79] Compiling ArgumentParser EnumerableFlag.swift
[21/79] Compiling ArgumentParser ExpressibleByArgument.swift
[22/83] Emitting module ArgumentParser
[23/83] Compiling ArgumentParser NameSpecification.swift
[24/83] Compiling ArgumentParser Option.swift
[25/83] Compiling ArgumentParser OptionGroup.swift
[26/83] Compiling ArgumentParser AsyncParsableCommand.swift
[27/83] Compiling ArgumentParser InputOrigin.swift
[28/83] Compiling ArgumentParser Name.swift
[29/83] Compiling ArgumentParser Parsed.swift
[30/83] Compiling ArgumentParser ParsedValues.swift
[31/83] Compiling ArgumentParser ArgumentHelp.swift
[32/83] Compiling ArgumentParser ArgumentVisibility.swift
[33/83] Compiling ArgumentParser CompletionKind.swift
[34/83] Compiling ArgumentParser Errors.swift
[35/83] Compiling ArgumentParser Flag.swift
[36/83] Compiling ArgumentParser Platform.swift
[37/83] Compiling ArgumentParser SequenceExtensions.swift
[38/83] Compiling ArgumentParser StringExtensions.swift
[39/83] Compiling ArgumentParser Tree.swift
[40/83] Compiling ArgumentParser BashCompletionsGenerator.swift
[41/83] Compiling ArgumentParser CompletionsGenerator.swift
[42/83] Compiling ArgumentParser FishCompletionsGenerator.swift
[43/83] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/83] Compiling ArgumentParser Argument.swift
[45/83] Compiling ArgumentParser ParsableArguments.swift
[46/83] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/83] Compiling ArgumentParser ParsableCommand.swift
[48/83] Compiling ArgumentParser ArgumentDecoder.swift
[49/83] Compiling SwiftShell String.swift
[50/83] Compiling ArgumentParser ParserError.swift
[51/83] Compiling ArgumentParser SplitArguments.swift
[52/83] Compiling ArgumentParser DumpHelpGenerator.swift
[53/83] Compiling ArgumentParser HelpCommand.swift
[54/83] Compiling ArgumentParser ArgumentDefinition.swift
[55/83] Compiling ArgumentParser ArgumentSet.swift
[56/83] Compiling ArgumentParser CommandParser.swift
[57/83] Compiling ArgumentParser InputKey.swift
[58/83] Compiling ArgumentParser HelpGenerator.swift
[59/83] Compiling ArgumentParser MessageInfo.swift
[60/83] Compiling ArgumentParser UsageGenerator.swift
[61/83] Compiling ArgumentParser CollectionExtensions.swift
[62/83] Compiling SwiftShell Stream.swift
[63/83] Compiling SwiftShell Process.swift
[64/83] Compiling SwiftShell Lazy-split.swift
[65/83] Emitting module SwiftKeychainWrapper
[66/83] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[67/83] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[68/83] Compiling SwiftShell Files.swift
[69/83] Compiling SwiftShell Context.swift
[70/83] Compiling SwiftShell Array.swift
[71/83] Compiling SwiftShell Bash.swift
[72/83] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[73/83] Compiling SwiftShell Command.swift
[74/83] Emitting module SwiftShell
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/108] 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 {
^
[76/110] Compiling Engine UIView+Extensions.swift
[77/110] Compiling Engine UIViewController+Extensions.swift
[78/110] Compiling Engine ProcessInfo+Extensions.swift
[79/110] Compiling Engine String+Extensions.swift
[80/110] Compiling Engine String+Random.swift
[81/110] Compiling Engine Endpoint.swift
[82/110] Compiling Engine HTTPMethod.swift
[83/110] Compiling Engine Json.swift
[84/110] Compiling Engine UserDefaults+PropertyWrapper.swift
[85/110] Compiling Engine UIColor+Extensions.swift
[86/110] Compiling Engine EmptyResponse.swift
[87/110] Compiling Engine Clamping.swift
[88/110] Compiling Engine LoggableError.swift
[89/110] Compiling Engine Network.swift
[90/110] Compiling Engine NetworkError.swift
[91/110] Compiling Engine Engine.swift
[92/110] Compiling Engine Bundle+Extensions.swift
[93/110] Compiling Engine FileManager+Extensions.swift
[94/110] Compiling Engine Service.swift
[95/110] Compiling Engine DataWrapper.swift
[96/110] Compiling Engine JWTClaims.swift
[97/110] Compiling Engine JWTHeader.swift
[98/110] Compiling Engine Keychain.swift
[99/110] 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 {
^
[100/110] 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 {
^
[101/110] 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/blackjacx/Engine
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/blackjacx/ASCKit
Fetching https://github.com/kareman/SwiftShell
[1/687] Fetching engine
[160/1250] Fetching engine, asckit
[307/6113] Fetching engine, asckit, swiftshell
[2273/20820] Fetching engine, asckit, swiftshell, swift-argument-parser
Fetched https://github.com/blackjacx/Engine from cache (1.96s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.96s)
Fetched https://github.com/blackjacx/ASCKit from cache (1.96s)
Fetched https://github.com/kareman/SwiftShell from cache (1.96s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.14s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.4.0 (0.35s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.34s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.90s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (1.69s)
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/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.4.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/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
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
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
BUILD FAILURE 5.10 macosSpm