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 ASCKit, reference 0.4.0 (1e0dcb), with Swift 5.10 for macOS (SPM) on 19 Mar 2025 19:36:06 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/ASCKit.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Blackjacx/ASCKit
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 1e0dcb8 Merge branch 'release/0.4.0'
Cloned https://github.com/Blackjacx/ASCKit.git
Revision (git rev-parse @):
1e0dcb842c6d179566cacdc6869d2d8584b36959
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/ASCKit.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Blackjacx/ASCKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/8] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[6/8] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[7/8] Emitting module SwiftKeychainWrapper
[8/8] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/33] 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 {
             ^
[10/35] Compiling Engine Service.swift
[11/35] Compiling Engine DataWrapper.swift
[12/35] Compiling Engine UIView+Extensions.swift
[13/35] Compiling Engine UIViewController+Extensions.swift
[14/35] Compiling Engine Engine.swift
[15/35] Compiling Engine Bundle+Extensions.swift
[16/35] Compiling Engine FileManager+Extensions.swift
[17/35] Compiling Engine Endpoint.swift
[18/35] Compiling Engine HTTPMethod.swift
[19/35] Compiling Engine Json.swift
[20/35] Compiling Engine EmptyResponse.swift
[21/35] Compiling Engine Clamping.swift
[22/35] Compiling Engine LoggableError.swift
[23/35] Compiling Engine Network.swift
[24/35] Compiling Engine NetworkError.swift
[25/35] Compiling Engine JWTClaims.swift
[26/35] Compiling Engine JWTHeader.swift
[27/35] Compiling Engine Keychain.swift
[28/35] Compiling Engine ProcessInfo+Extensions.swift
[29/35] Compiling Engine String+Extensions.swift
[30/35] Compiling Engine String+Random.swift
[31/35] Compiling Engine UserDefaults+PropertyWrapper.swift
[32/35] Compiling Engine UIColor+Extensions.swift
[33/35] 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 {
             ^
[34/35] 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 {
             ^
[35/35] 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
[1/687] Fetching engine
Fetched https://github.com/blackjacx/Engine from cache (1.40s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.35s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (1.04s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (2.54s)
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
BUILD FAILURE 5.10 macosSpm