Build Information
Failed to build Engine, reference develop (8944a5
), with Swift 5.10 for macOS (SPM) on 17 Feb 2025 03:52:04 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/engine.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/blackjacx/engine
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 8944a58 Merge branch 'release/0.1.0' into develop
Cloned https://github.com/blackjacx/engine.git
Revision (git rev-parse @):
8944a58b4d7e57411681be25e463b446e2be26b0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/blackjacx/engine.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/blackjacx/engine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/7] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[5/7] Emitting module SwiftKeychainWrapper
[6/7] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[7/7] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/32] Emitting module Engine
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Engine/JWT/JWT.swift:11:15: note: in declaration of 'JWT'
public struct JWT {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Engine/JWT/JWT.swift:75:27: error: expected declaration
func data() throws(Error) -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/Engine/JWT/JWT.swift:70:17: note: in declaration of 'KeySource'
public enum KeySource: Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Engine/JWT/JWT.swift:75:14: error: expected '{' in body of function declaration
func data() throws(Error) -> Data {
^
[9/34] Compiling Engine UserDefaults+PropertyWrapper.swift
[10/34] Compiling Engine UIColor+Extensions.swift
[11/34] Compiling Engine JWTClaims.swift
[12/34] Compiling Engine JWTHeader.swift
[13/34] Compiling Engine Keychain.swift
[14/34] Compiling Engine Engine.swift
[15/34] Compiling Engine Bundle+Extensions.swift
[16/34] Compiling Engine FileManager+Extensions.swift
[17/34] Compiling Engine UIView+Extensions.swift
[18/34] Compiling Engine UIViewController+Extensions.swift
[19/34] Compiling Engine LoggableError.swift
[20/34] Compiling Engine Network.swift
[21/34] Compiling Engine NetworkError.swift
[22/34] Compiling Engine Endpoint.swift
[23/34] Compiling Engine HTTPMethod.swift
[24/34] Compiling Engine Json.swift
[25/34] Compiling Engine ProcessInfo+Extensions.swift
[26/34] Compiling Engine String+Extensions.swift
[27/34] Compiling Engine String+Random.swift
[28/34] Compiling Engine EmptyResponse.swift
[29/34] Compiling Engine Clamping.swift
[30/34] Compiling Engine Service.swift
[31/34] Compiling Engine DataWrapper.swift
[32/34] Compiling Engine URL+Extensions.swift
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Engine/JWT/JWT.swift:11:15: note: in declaration of 'JWT'
public struct JWT {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Engine/JWT/JWT.swift:75:27: error: expected declaration
func data() throws(Error) -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/Engine/JWT/JWT.swift:70:17: note: in declaration of 'KeySource'
public enum KeySource: Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Engine/JWT/JWT.swift:75:14: error: expected '{' in body of function declaration
func data() throws(Error) -> Data {
^
[33/34] Compiling Engine URLRequest+Extensions.swift
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Engine/JWT/JWT.swift:11:15: note: in declaration of 'JWT'
public struct JWT {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Engine/JWT/JWT.swift:75:27: error: expected declaration
func data() throws(Error) -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/Engine/JWT/JWT.swift:70:17: note: in declaration of 'KeySource'
public enum KeySource: Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Engine/JWT/JWT.swift:75:14: error: expected '{' in body of function declaration
func data() throws(Error) -> Data {
^
[34/34] Compiling Engine JWT.swift
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Engine/JWT/JWT.swift:11:15: note: in declaration of 'JWT'
public struct JWT {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Engine/JWT/JWT.swift:75:27: error: expected declaration
func data() throws(Error) -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/Engine/JWT/JWT.swift:70:17: note: in declaration of 'KeySource'
public enum KeySource: Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/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/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/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (1.36s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (2.39s)
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
BUILD FAILURE 5.10 macosSpm