The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Siesta with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bustoutsolutions/siesta.git
Reference: 1.5.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bustoutsolutions/siesta
 * tag               1.5.2      -> FETCH_HEAD
HEAD is now at 43f3404 Merge pull request #314 from bustoutsolutions/bump-swift-package-version
Cloned https://github.com/bustoutsolutions/siesta.git into spi-builder-workspace
43f34046ebb5beb6802200353c473af303bbc31e
SUCCESS checkout https://github.com/bustoutsolutions/siesta.git at 1.5.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/Alamofire/Alamofire from cache
Fetching https://github.com/pcantrell/Quick from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetched https://github.com/pcantrell/Quick (0.30s)
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.40s)
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/Alamofire/Alamofire (0.46s)
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.32s)
Fetched https://github.com/Quick/Nimble (0.53s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.0.5 (0.53s)
Computing version for https://github.com/pcantrell/Quick
Computed https://github.com/pcantrell/Quick at 0.0.0 (0.54s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 5.0.5 (0.42s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 1.2.0 (0.39s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 1.2.0 (0.43s)
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 5.0.5
Creating working copy for https://github.com/pcantrell/Quick
Working copy of https://github.com/pcantrell/Quick resolved at 0.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 1.2.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.0.5
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 1.2.0
Building for debugging...
[0/6] Copying ResourceStatusOverlay.xib
[1/69] Compiling CwlMachBadInstructionHandler mach_excServer.c
[2/69] Compiling CwlCatchExceptionSupport CwlCatchException.m
[3/71] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[5/71] Emitting module Alamofire
[6/75] Compiling Alamofire RedirectHandler.swift
[7/75] Compiling Alamofire Request.swift
[8/75] Compiling Alamofire RequestInterceptor.swift
[9/75] Compiling Alamofire RequestTaskMap.swift
[10/75] Compiling Alamofire ServerTrustEvaluation.swift
[11/75] Compiling Alamofire Session.swift
[12/75] Compiling Alamofire SessionDelegate.swift
[13/75] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[14/75] Compiling Alamofire Response.swift
[15/75] Compiling Alamofire ResponseSerialization.swift
[16/75] Compiling Alamofire Result+Alamofire.swift
[17/75] Compiling Alamofire RetryPolicy.swift
[18/75] Compiling Alamofire MultipartFormData.swift
[19/75] Compiling Alamofire MultipartUpload.swift
[20/75] Compiling Alamofire NetworkReachabilityManager.swift
[21/75] Compiling Alamofire Notifications.swift
[22/75] Compiling Alamofire AFError.swift
[23/75] Compiling Alamofire Alamofire.swift
[24/75] Compiling Alamofire AlamofireExtended.swift
[25/75] Compiling Alamofire CachedResponseHandler.swift
[26/75] Compiling Alamofire OperationQueue+Alamofire.swift
[27/75] Compiling Alamofire ParameterEncoder.swift
[28/75] Compiling Alamofire ParameterEncoding.swift
[29/75] Compiling Alamofire Protector.swift
[30/75] Compiling Alamofire DispatchQueue+Alamofire.swift
[31/75] Compiling Alamofire EventMonitor.swift
[32/75] Compiling Alamofire HTTPHeaders.swift
[33/75] Compiling Alamofire HTTPMethod.swift
[39/79] Emitting module Siesta
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:61:25: note: 'T' previously declared here
internal struct WeakRef<T: AnyObject>: Hashable
                        ^
[40/79] Compiling Alamofire URLEncodedFormEncoder.swift
[41/79] Compiling Alamofire URLRequest+Alamofire.swift
[42/79] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[43/79] Compiling Alamofire Validation.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:61:25: note: 'T' previously declared here
internal struct WeakRef<T: AnyObject>: Hashable
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:61:25: note: 'T' previously declared here
internal struct WeakRef<T: AnyObject>: Hashable
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:61:25: note: 'T' previously declared here
internal struct WeakRef<T: AnyObject>: Hashable
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:61:25: note: 'T' previously declared here
internal struct WeakRef<T: AnyObject>: Hashable
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Siesta/Support/ARC+Siesta.swift:61:25: note: 'T' previously declared here
internal struct WeakRef<T: AnyObject>: Hashable
                        ^
[61/79] Compiling Siesta Siesta-ObjC.swift
[62/79] Compiling CwlCatchException CwlCatchException.swift
[63/79] Emitting module CwlCatchException
[64/79] Compiling Siesta String+Siesta.swift
[65/79] Compiling Siesta URL+Siesta.swift
[66/79] Compiling Siesta WeakCache.swift
[67/79] Compiling Siesta Ω_Deprecations.swift
[67/79] Linking libCwlCatchException.dylib
[79/93] Compiling SiestaUI SiestaUI-ObjC.swift
[80/93] Compiling SiestaUI resource_bundle_accessor.swift
[81/93] Compiling SiestaUI NetworkActivityIndicator.swift
[82/93] Compiling SiestaUI RemoteImageView.swift
[83/93] Emitting module SiestaUI
[84/93] Compiling SiestaUI ResourceStatusOverlay.swift
[85/93] Emitting module Siesta_Alamofire
[86/93] Compiling SiestaUI Ω_UI_Deprecations.swift
[87/93] Compiling SiestaUI Collection+Siesta.swift
[88/93] Compiling Siesta_Alamofire Networking-Alamofire.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[89/93] Emitting module CwlPreconditionTesting
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift:44:59: error: cannot find type 'x86_thread_state64_t' in scope
public let x86_THREAD_STATE64_COUNT = UInt32(MemoryLayout<x86_thread_state64_t>.size / MemoryLayout<Int32>.size)
                                                          ^~~~~~~~~~~~~~~~~~~~
[90/93] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift:44:59: error: cannot find type 'x86_thread_state64_t' in scope
public let x86_THREAD_STATE64_COUNT = UInt32(MemoryLayout<x86_thread_state64_t>.size / MemoryLayout<Int32>.size)
                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift:63:47: error: cannot find 'x86_thread_state64_t' in scope
                var state = old_state.withMemoryRebound(to: x86_thread_state64_t.self, capacity: 1) { return $0.pointee }
                                                            ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift:63:25: error: generic parameter 'T' could not be inferred
                var state = old_state.withMemoryRebound(to: x86_thread_state64_t.self, capacity: 1) { return $0.pointee }
                                      ^
Swift.UnsafePointer:7:28: note: in call to function 'withMemoryRebound(to:capacity:_:)'
    @inlinable public func withMemoryRebound<T, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws -> Result) rethrows -> Result
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift:82:35: error: cannot find 'x86_thread_state64_t' in scope
                new_state.withMemoryRebound(to: x86_thread_state64_t.self, capacity: 1) { $0.pointee = state }
                                                ^~~~~~~~~~~~~~~~~~~~
[91/93] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift:185:166: error: cannot find 'x86_THREAD_STATE64' in scope
                        thread_swap_exception_ports(mach_thread_self(), EXC_MASK_BAD_INSTRUCTION, currentExceptionPtr, Int32(bitPattern: UInt32(EXCEPTION_STATE) | MACH_EXCEPTION_CODES), x86_THREAD_STATE64, masksPtr, countPtr, portsPtr, behaviorsPtr, flavorsPtr)
                                                                                                                                                                                          ^~~~~~~~~~~~~~~~~~
[92/93] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift:44:59: error: cannot find type 'x86_thread_state64_t' in scope
public let x86_THREAD_STATE64_COUNT = UInt32(MemoryLayout<x86_thread_state64_t>.size / MemoryLayout<Int32>.size)
                                                          ^~~~~~~~~~~~~~~~~~~~
error: fatalError
Retrying in 0 seconds ...
Building ... (attempt 2)
[0/1] Planning build
Building for debugging...
[1/5] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift:44:59: error: cannot find type 'x86_thread_state64_t' in scope
public let x86_THREAD_STATE64_COUNT = UInt32(MemoryLayout<x86_thread_state64_t>.size / MemoryLayout<Int32>.size)
                                                          ^~~~~~~~~~~~~~~~~~~~
[2/5] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift:44:59: error: cannot find type 'x86_thread_state64_t' in scope
public let x86_THREAD_STATE64_COUNT = UInt32(MemoryLayout<x86_thread_state64_t>.size / MemoryLayout<Int32>.size)
                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift:63:47: error: cannot find 'x86_thread_state64_t' in scope
                var state = old_state.withMemoryRebound(to: x86_thread_state64_t.self, capacity: 1) { return $0.pointee }
                                                            ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift:63:25: error: generic parameter 'T' could not be inferred
                var state = old_state.withMemoryRebound(to: x86_thread_state64_t.self, capacity: 1) { return $0.pointee }
                                      ^
Swift.UnsafePointer:7:28: note: in call to function 'withMemoryRebound(to:capacity:_:)'
    @inlinable public func withMemoryRebound<T, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws -> Result) rethrows -> Result
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift:82:35: error: cannot find 'x86_thread_state64_t' in scope
                new_state.withMemoryRebound(to: x86_thread_state64_t.self, capacity: 1) { $0.pointee = state }
                                                ^~~~~~~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module CwlPreconditionTesting
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift:44:59: error: cannot find type 'x86_thread_state64_t' in scope
public let x86_THREAD_STATE64_COUNT = UInt32(MemoryLayout<x86_thread_state64_t>.size / MemoryLayout<Int32>.size)
                                                          ^~~~~~~~~~~~~~~~~~~~
[4/5] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift:185:166: error: cannot find 'x86_THREAD_STATE64' in scope
                        thread_swap_exception_ports(mach_thread_self(), EXC_MASK_BAD_INSTRUCTION, currentExceptionPtr, Int32(bitPattern: UInt32(EXCEPTION_STATE) | MACH_EXCEPTION_CODES), x86_THREAD_STATE64, masksPtr, countPtr, portsPtr, behaviorsPtr, flavorsPtr)
                                                                                                                                                                                          ^~~~~~~~~~~~~~~~~~
error: fatalError
Retrying in 0 seconds ...
BUILD FAILURE 5.9 macosSpm