This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

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.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/URLRequestOperation.git
Reference: 2.0.0-alpha.14.2
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/happn-app/URLRequestOperation
 * tag               2.0.0-alpha.14.2 -> FETCH_HEAD
HEAD is now at f33309a Create and use RetryCountsHolder
Cloned https://github.com/happn-app/URLRequestOperation.git
Revision (git rev-parse @):
f33309a783db53b59a2e4426b89fd6be280438b2
SUCCESS checkout https://github.com/happn-app/URLRequestOperation.git at 2.0.0-alpha.14.2
========================================
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/18] Emitting module Logging
[2/18] Compiling Logging LogHandler.swift
[3/18] Compiling Logging Locks.swift
[4/18] Compiling Logging Logging.swift
[5/23] Compiling RetryingOperation RetryingOperationConfig.swift
[6/23] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
[7/23] Emitting module RecursiveSyncDispatch
[8/23] Compiling MediaType Scanner+LinuxCompat.swift
[9/23] Emitting module MediaType
[10/23] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[11/23] Compiling MediaType MediaType.swift
[12/23] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[13/23] Compiling FormURLEncodedCoder FormURLEncodedData.swift
[14/23] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[15/23] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[16/23] Compiling RetryingOperation WrappedRetryingOperation.swift
[17/23] Compiling RetryingOperation RetryingOperation.swift
[18/23] Emitting module RetryingOperation
[19/23] Compiling RetryingOperation RetryHelper.swift
[20/23] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[21/23] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[22/23] Emitting module FormURLEncodedCoder
[23/27] Compiling SemiSingleton SemiSingletonConfig.swift
[24/27] Compiling SemiSingleton LinuxStrongToWeakMapTable.swift
[25/27] Compiling SemiSingleton SemiSingletonStore.swift
[26/27] Emitting module SemiSingleton
[27/77] Compiling URLRequestOperation BlockRequestProcessor.swift
[28/77] Compiling URLRequestOperation AnyResultProcessor.swift
[29/77] Compiling URLRequestOperation DecodeDataResultProcessor.swift
[30/77] Compiling URLRequestOperation DecodeHTTPContentResultProcessor.swift
[31/77] Compiling URLRequestOperation HTTPStatusCodeCheckResultProcessor.swift
[32/77] Compiling URLRequestOperation RecoverHTTPStatusCodeCheckErrorResultProcessor.swift
[33/77] Compiling URLRequestOperation URLMoveResultProcessor.swift
[34/83] Compiling URLRequestOperation BlockDispatcher.swift
[35/83] Compiling URLRequestOperation HTTPContentCoder+FormURLEncodedEncoding.swift
[36/83] Compiling URLRequestOperation HTTPContentCoder+JSON.swift
[37/83] Compiling URLRequestOperation HTTPContentCoder.swift
[38/83] Compiling URLRequestOperation HTTPURLResponse+Utils.swift
[39/83] Compiling URLRequestOperation LinuxWeakToWeakMapTable.swift
[40/83] Compiling URLRequestOperation LogMetadataKeys.swift
[41/83] Compiling URLRequestOperation Result+Utils.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
#warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[42/83] Compiling URLRequestOperation RetryCountsHolder.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
#warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[43/83] Compiling URLRequestOperation SafeGlobal.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
#warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[44/83] Compiling URLRequestOperation String+Utils.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
#warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[45/83] Compiling URLRequestOperation URL+Utils.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
#warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[46/83] Compiling URLRequestOperation URLQueryCoder+HTTPContentCoder+FormURLEncodedEncoding.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
#warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[47/83] Compiling URLRequestOperation URLQueryCoder.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
#warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[48/83] Compiling URLRequestOperation URLRequest+Utils.swift
[49/83] Compiling URLRequestOperation URLSession+Linux.swift
[50/83] Compiling URLRequestOperation RequestProcessor.swift
[51/83] Compiling URLRequestOperation ResultProcessor.swift
[52/83] Compiling URLRequestOperation RetryProvider.swift
[53/83] Compiling URLRequestOperation URLResponseValidator.swift
[54/83] Compiling URLRequestOperation AsyncBlockRequestProcessor.swift
[55/83] Emitting module URLRequestOperation
[56/83] Compiling URLRequestOperation ReachabilitySubscriber.swift
[57/83] Compiling URLRequestOperation SockaddrWrapper.swift
[58/83] Compiling URLRequestOperation URLRequestOperation.swift
[59/83] Compiling URLRequestOperation URLRequestOperationConfig.swift
[60/83] Compiling URLRequestOperation URLRequestOperationErrors.swift
[61/83] Compiling URLRequestOperation URLRequestOperationResult.swift
[62/83] Compiling URLRequestOperation URLRequestDownloadOperation.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
#warning("TODO: Properly manage resume data")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[63/83] Compiling URLRequestOperation URLRequestStreamOperation.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
#warning("TODO: Properly manage resume data")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[64/83] Compiling URLRequestOperation URLRequestOperationSessionDelegate.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
#warning("TODO: Properly manage resume data")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[65/83] Compiling URLRequestOperation URLRequestOperationSessionDelegateProxy.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
#warning("TODO: Properly manage resume data")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[66/83] Compiling URLRequestOperation URLSessionDelegates.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
#warning("TODO: Properly manage resume data")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[67/83] Compiling URLRequestOperation NotifNameGetter.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
#warning("TODO: Properly manage resume data")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[68/83] Compiling URLRequestOperation ReachabilityObserver.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
#warning("TODO: Properly manage resume data")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[69/83] Compiling URLRequestOperation URLToFileHandleResultProcessor.swift
[70/83] Compiling URLRequestOperation OtherSuccessRetryHelper.swift
[71/83] Compiling URLRequestOperation ReachabilityRetryHelper.swift
[72/83] Compiling URLRequestOperation NetworkErrorRetryProvider.swift
[73/83] Compiling URLRequestOperation UnretriedErrorsRetryProvider.swift
[74/83] Compiling URLRequestOperation HTTPStatusCodeURLResponseValidator.swift
[75/83] Compiling URLRequestOperation URLRequestDataOperation+APIs-TypedError.swift
[76/83] Compiling URLRequestOperation URLRequestDataOperation+APIs-UntypedError.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
#warning("TODO")
         ^~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
#warning("TODO")
         ^~~~~~
[77/83] Compiling URLRequestOperation URLRequestDataOperation+Data.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
#warning("TODO")
         ^~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
#warning("TODO")
         ^~~~~~
[78/83] Compiling URLRequestOperation URLRequestDataOperation+Images.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
#warning("TODO")
         ^~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
#warning("TODO")
         ^~~~~~
[79/83] Compiling URLRequestOperation URLRequestDataOperation+String.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
#warning("TODO")
         ^~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
#warning("TODO")
         ^~~~~~
[80/83] Compiling URLRequestOperation URLRequestDataOperation.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
#warning("TODO")
         ^~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
#warning("TODO")
         ^~~~~~
[81/83] Compiling URLRequestOperation URLRequestDownloadOperation+Open.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
#warning("TODO")
         ^~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
#warning("TODO")
         ^~~~~~
[82/83] Compiling URLRequestOperation URLRequestDownloadOperation+Save.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
#warning("TODO")
         ^~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
#warning("TODO")
         ^~~~~~
[83/85] Emitting module URLRequestOperationManualTest
[84/85] Compiling URLRequestOperationManualTest main.swift
[84/85] Linking URLRequestOperationManualTest
Build complete! (18.42s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/happn-app/HTTPCoders.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/happn-app/HTTPCoders.git (0.55s)
Fetching https://github.com/happn-app/RetryingOperation.git from cache
Fetched https://github.com/happn-app/RetryingOperation.git (0.23s)
Fetching https://github.com/Frizlab/stream-reader.git from cache
Fetched https://github.com/Frizlab/stream-reader.git (0.22s)
Fetching https://github.com/happn-app/SemiSingleton.git from cache
Fetched https://github.com/happn-app/SemiSingleton.git (0.20s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-collections.git (1.23s)
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git from cache
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git (0.20s)
Fetched https://github.com/apple/swift-log.git (1.50s)
Computing version for https://github.com/happn-app/SemiSingleton.git
Computed https://github.com/happn-app/SemiSingleton.git at 2.1.0-beta.1 (0.84s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Fetched https://github.com/apple/swift-system.git (1.27s)
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.7 (0.62s)
Computing version for https://github.com/happn-app/HTTPCoders.git
Computed https://github.com/happn-app/HTTPCoders.git at 0.1.0 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.4 (0.04s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (0.50s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.3.1 (0.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.3 (0.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.03s)
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.4
Creating working copy for https://github.com/happn-app/SemiSingleton.git
Working copy of https://github.com/happn-app/SemiSingleton.git resolved at 2.1.0-beta.1
Creating working copy for https://github.com/happn-app/HTTPCoders.git
Working copy of https://github.com/happn-app/HTTPCoders.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.3.1
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/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.3
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.