Build Information
Successful build of URLRequestOperation with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/URLRequestOperation.git
Reference: 1.1.10
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/URLRequestOperation
* tag 1.1.10 -> FETCH_HEAD
HEAD is now at 2b08958 Update dependencies paths
Cloned https://github.com/Frizlab/URLRequestOperation.git
Revision (git rev-parse @):
2b08958a51c64e3a10693cceeba0affadfbf8607
SUCCESS checkout https://github.com/Frizlab/URLRequestOperation.git at 1.1.10
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.8
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling Logging Locks.swift
[2/9] Emitting module Logging
[3/9] Compiling Logging LogHandler.swift
[4/9] Compiling Logging Logging.swift
[5/13] Emitting module RecursiveSyncDispatch
[6/13] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
[7/13] Emitting module AsyncOperationResult
[8/13] Compiling AsyncOperationResult AsyncOperationResult.swift
[9/13] Compiling RetryingOperation RetryingOperationConfig.swift
[10/14] Emitting module RetryingOperation
[11/14] Compiling RetryingOperation RetryingOperation.swift
[12/14] Compiling RetryingOperation RetryHelper.swift
[13/18] Compiling RetryingOperation WrappedRetryingOperation.swift
[14/18] Compiling SemiSingleton LinuxStrongToWeakMapTable.swift
[15/18] Compiling SemiSingleton SemiSingletonConfig.swift
[16/18] Emitting module SemiSingleton
[17/18] Compiling SemiSingleton SemiSingletonStore.swift
[18/25] Compiling URLRequestOperation ReachabilityObserver.swift
/Users/admin/builds/vMd7uqzK/0/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/25] Compiling URLRequestOperation ReachabilitySubscriber.swift
/Users/admin/builds/vMd7uqzK/0/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
[20/25] Compiling URLRequestOperation GenericURLSessionDelegate.swift
[21/25] Compiling URLRequestOperation LinuxWeakToWeakMapTable.swift
[22/25] Compiling URLRequestOperation SockaddrWrapper.swift
[23/25] Compiling URLRequestOperation URLRequestOperation.swift
[24/25] Emitting module URLRequestOperation
/Users/admin/builds/vMd7uqzK/0/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
[25/27] Compiling URLRequestOperation URLRequestOperationConfig.swift
[26/27] Compiling URLRequestOperation URLRequestOperationSessionDelegate.swift
[27/29] Emitting module ManualTest
[28/29] Compiling ManualTest main.swift
[28/29] Linking ManualTest
Build complete! (9.18s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/happn-app/AsyncOperationResult.git from cache
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git from cache
Fetched https://github.com/happn-app/AsyncOperationResult.git (0.20s)
Fetching https://github.com/happn-app/SemiSingleton.git from cache
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git (0.20s)
Fetching https://github.com/happn-app/RetryingOperation.git from cache
Fetched https://github.com/apple/swift-log.git (0.21s)
Fetched https://github.com/happn-app/RetryingOperation.git (0.19s)
Fetched https://github.com/happn-app/SemiSingleton.git (0.20s)
Computing version for https://github.com/happn-app/SemiSingleton.git
Computed https://github.com/happn-app/SemiSingleton.git at 2.0.5 (0.02s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.7 (0.03s)
Computing version for https://github.com/happn-app/AsyncOperationResult.git
Computed https://github.com/happn-app/AsyncOperationResult.git at 1.0.7 (0.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.2 (0.02s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (0.02s)
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
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/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/AsyncOperationResult.git
Working copy of https://github.com/happn-app/AsyncOperationResult.git resolved at 1.0.7
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
Build complete.
Done.