The Swift Package Index logo.Swift Package Index

Build Information

Successful build of URLRequestOperation with Swift 5.7 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/URLRequestOperation.git
Reference: 1.1.11
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/happn-app/URLRequestOperation
 * tag               1.1.11     -> FETCH_HEAD
HEAD is now at cafea35 Merge pull request #7 from happn-app/remove_async_operation_result
Cloned https://github.com/happn-app/URLRequestOperation.git
Revision (git rev-parse @):
cafea350e06f73dfd82f20f926088fb62aed0eec
SUCCESS checkout https://github.com/happn-app/URLRequestOperation.git at 1.1.11
error: terminated(1): /usr/bin/xcrun --sdk macosx --show-sdk-platform-path output:
    xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation
    xcrun: error: unable to lookup item 'PlatformPath' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'

========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling Logging LogHandler.swift
[2/7] Compiling Logging Locks.swift
[3/7] Emitting module Logging
[4/7] Compiling Logging Logging.swift
[5/11] Compiling RetryingOperation RetryingOperationConfig.swift
[6/12] Emitting module RecursiveSyncDispatch
[7/12] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
[8/16] Compiling RetryingOperation RetryHelper.swift
[9/16] Emitting module RetryingOperation
[10/16] Compiling RetryingOperation RetryingOperation.swift
[11/16] Compiling RetryingOperation WrappedRetryingOperation.swift
[12/16] Compiling SemiSingleton SemiSingletonConfig.swift
[13/16] Emitting module SemiSingleton
[14/16] Compiling SemiSingleton LinuxStrongToWeakMapTable.swift
[15/16] Compiling SemiSingleton SemiSingletonStore.swift
[16/23] Compiling URLRequestOperation ReachabilityObserver.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/ReachabilitySubscriber.swift:24:42: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReachabilitySubscriber : class {
                                         ^~~~~
                                         AnyObject
[17/23] Compiling URLRequestOperation ReachabilitySubscriber.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/ReachabilitySubscriber.swift:24:42: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReachabilitySubscriber : class {
                                         ^~~~~
                                         AnyObject
[18/23] Emitting module URLRequestOperation
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/ReachabilitySubscriber.swift:24:42: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReachabilitySubscriber : class {
                                         ^~~~~
                                         AnyObject
[19/23] Compiling URLRequestOperation GenericURLSessionDelegate.swift
[20/23] Compiling URLRequestOperation LinuxWeakToWeakMapTable.swift
[21/23] Compiling URLRequestOperation SockaddrWrapper.swift
[22/23] Compiling URLRequestOperation URLRequestOperation.swift
[23/25] Compiling URLRequestOperation URLRequestOperationConfig.swift
[24/25] Compiling URLRequestOperation URLRequestOperationSessionDelegate.swift
[25/27] Emitting module ManualTest
[26/27] Compiling ManualTest main.swift
[26/27] Linking ManualTest
Build complete! (11.81s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git from cache
Fetching https://github.com/happn-app/RetryingOperation.git from cache
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git (0.42s)
Fetching https://github.com/happn-app/SemiSingleton.git from cache
Fetched https://github.com/happn-app/RetryingOperation.git (0.42s)
Fetched https://github.com/apple/swift-log.git (0.45s)
Fetched https://github.com/happn-app/SemiSingleton.git (0.27s)
Computing version for https://github.com/happn-app/SemiSingleton.git
Computed https://github.com/happn-app/SemiSingleton.git at 2.0.5 (0.50s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.7 (0.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.2 (0.07s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (0.04s)
Creating working copy for https://github.com/happn-app/RecursiveSyncDispatch.git
Working copy of https://github.com/happn-app/RecursiveSyncDispatch.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.2
Creating working copy for https://github.com/happn-app/SemiSingleton.git
Working copy of https://github.com/happn-app/SemiSingleton.git resolved at 2.0.5
Creating working copy for https://github.com/happn-app/RetryingOperation.git
Working copy of https://github.com/happn-app/RetryingOperation.git resolved at 1.1.7
Build complete.
Done.