The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Siesta, reference 1.5.2 (43f340), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:04:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bustoutsolutions/siesta.git
Reference: 1.5.2
Initialized empty Git repository in /Users/admin/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
Revision (git rev-parse @):
43f34046ebb5beb6802200353c473af303bbc31e
SUCCESS checkout https://github.com/bustoutsolutions/siesta.git at 1.5.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bustoutsolutions/siesta.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[4/7] Copying PrivacyInfo.xcprivacy
[4/7] Copying ResourceStatusOverlay.xib
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/82] Compiling Alamofire HTTPHeaders.swift
[9/82] Compiling Alamofire HTTPMethod.swift
[10/82] Compiling Alamofire Notifications.swift
[11/82] Compiling Alamofire ParameterEncoder.swift
[12/82] Compiling Alamofire ParameterEncoding.swift
[13/86] Compiling Alamofire Alamofire.swift
[14/86] Compiling Alamofire AFError.swift
[15/86] Compiling Alamofire DataRequest.swift
[16/86] Compiling Alamofire DataStreamRequest.swift
[17/86] Compiling Alamofire DownloadRequest.swift
[18/86] Compiling Alamofire Protected.swift
[19/86] Compiling Alamofire Request.swift
[20/86] Compiling Alamofire RequestTaskMap.swift
[21/86] Compiling Alamofire Response.swift
[22/86] Compiling Alamofire Session.swift
[23/86] Emitting module Alamofire
[24/86] Compiling Alamofire RequestCompression.swift
[25/86] Compiling Alamofire RequestInterceptor.swift
[26/86] Compiling Alamofire ResponseSerialization.swift
[27/86] Compiling Alamofire RetryPolicy.swift
[28/86] Compiling Alamofire MultipartFormData.swift
[29/86] Compiling Alamofire MultipartUpload.swift
[30/86] Compiling Alamofire NetworkReachabilityManager.swift
[31/86] Compiling Alamofire RedirectHandler.swift
[32/86] Compiling Alamofire SessionDelegate.swift
[33/86] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[34/86] Compiling Alamofire UploadRequest.swift
[35/86] Compiling Alamofire WebSocketRequest.swift
[36/86] Compiling Alamofire URLRequest+Alamofire.swift
[37/86] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[38/86] Compiling Alamofire AlamofireExtended.swift
[39/86] Compiling Alamofire AuthenticationInterceptor.swift
[40/86] Compiling Alamofire CachedResponseHandler.swift
[41/86] Compiling Alamofire Combine.swift
[42/86] Compiling Alamofire Concurrency.swift
[43/86] Compiling Alamofire EventMonitor.swift
[44/86] Compiling Alamofire DispatchQueue+Alamofire.swift
[45/86] Compiling Alamofire OperationQueue+Alamofire.swift
[46/86] Compiling Alamofire Result+Alamofire.swift
[47/86] Compiling Alamofire StringEncoding+Alamofire.swift
[48/86] Compiling Alamofire ServerTrustEvaluation.swift
[49/86] Compiling Alamofire URLEncodedFormEncoder.swift
[50/86] Compiling Alamofire Validation.swift
[51/86] Compiling Alamofire resource_bundle_accessor.swift
[59/89] Emitting module Siesta
/Users/admin/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 the Swift 6 language mode
59 |   after the referenced object has been deallocated, making it suitable for use as a Set member and a Dictionary key.
60 | */
61 | internal struct WeakRef<T: AnyObject>: Hashable
   |                         `- note: 'T' previously declared here
62 |     {
63 |     private(set) weak var value: T?
   :
76 |         { hasher.combine(originalHash) }
77 |
78 |     internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
   |                              `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
79 |         {
80 |         return lhs.originalIdentity == rhs.originalIdentity
/Users/admin/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 the Swift 6 language mode
59 |   after the referenced object has been deallocated, making it suitable for use as a Set member and a Dictionary key.
60 | */
61 | internal struct WeakRef<T: AnyObject>: Hashable
   |                         `- note: 'T' previously declared here
62 |     {
63 |     private(set) weak var value: T?
   :
76 |         { hasher.combine(originalHash) }
77 |
78 |     internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
   |                              `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
79 |         {
80 |         return lhs.originalIdentity == rhs.originalIdentity
/Users/admin/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 the Swift 6 language mode
59 |   after the referenced object has been deallocated, making it suitable for use as a Set member and a Dictionary key.
60 | */
61 | internal struct WeakRef<T: AnyObject>: Hashable
   |                         `- note: 'T' previously declared here
62 |     {
63 |     private(set) weak var value: T?
   :
76 |         { hasher.combine(originalHash) }
77 |
78 |     internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
   |                              `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
79 |         {
80 |         return lhs.originalIdentity == rhs.originalIdentity
/Users/admin/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 the Swift 6 language mode
59 |   after the referenced object has been deallocated, making it suitable for use as a Set member and a Dictionary key.
60 | */
61 | internal struct WeakRef<T: AnyObject>: Hashable
   |                         `- note: 'T' previously declared here
62 |     {
63 |     private(set) weak var value: T?
   :
76 |         { hasher.combine(originalHash) }
77 |
78 |     internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
   |                              `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
79 |         {
80 |         return lhs.originalIdentity == rhs.originalIdentity
/Users/admin/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 the Swift 6 language mode
59 |   after the referenced object has been deallocated, making it suitable for use as a Set member and a Dictionary key.
60 | */
61 | internal struct WeakRef<T: AnyObject>: Hashable
   |                         `- note: 'T' previously declared here
62 |     {
63 |     private(set) weak var value: T?
   :
76 |         { hasher.combine(originalHash) }
77 |
78 |     internal static func == <T>(lhs: WeakRef<T>, rhs: WeakRef<T>) -> Bool
   |                              `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
79 |         {
80 |         return lhs.originalIdentity == rhs.originalIdentity
[68/89] Compiling Siesta URL+Siesta.swift
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Support/WeakCache.swift:44:17: warning: capture of non-sendable type 'K.Type' in an isolated closure
 42 |             {
 43 |             [weak self] _ in
 44 |             self?.flushUnused()
    |                 `- warning: capture of non-sendable type 'K.Type' in an isolated closure
 45 |             }
 46 |         }
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Support/WeakCache.swift:43:19: warning: capture of non-sendable type 'K.Type' in an isolated closure
 41 |                 queue: nil)
 42 |             {
 43 |             [weak self] _ in
    |                   `- warning: capture of non-sendable type 'K.Type' in an isolated closure
 44 |             self?.flushUnused()
 45 |             }
[69/89] Compiling Siesta WeakCache.swift
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Support/WeakCache.swift:44:17: warning: capture of non-sendable type 'K.Type' in an isolated closure
 42 |             {
 43 |             [weak self] _ in
 44 |             self?.flushUnused()
    |                 `- warning: capture of non-sendable type 'K.Type' in an isolated closure
 45 |             }
 46 |         }
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Support/WeakCache.swift:43:19: warning: capture of non-sendable type 'K.Type' in an isolated closure
 41 |                 queue: nil)
 42 |             {
 43 |             [weak self] _ in
    |                   `- warning: capture of non-sendable type 'K.Type' in an isolated closure
 44 |             self?.flushUnused()
 45 |             }
[70/89] Compiling Siesta Ω_Deprecations.swift
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Support/WeakCache.swift:44:17: warning: capture of non-sendable type 'K.Type' in an isolated closure
 42 |             {
 43 |             [weak self] _ in
 44 |             self?.flushUnused()
    |                 `- warning: capture of non-sendable type 'K.Type' in an isolated closure
 45 |             }
 46 |         }
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Support/WeakCache.swift:43:19: warning: capture of non-sendable type 'K.Type' in an isolated closure
 41 |                 queue: nil)
 42 |             {
 43 |             [weak self] _ in
    |                   `- warning: capture of non-sendable type 'K.Type' in an isolated closure
 44 |             self?.flushUnused()
 45 |             }
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:208:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
206 |         {
207 |         cache.workQueue.async
208 |             { self.cache.writeEntity(entity, forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
209 |         }
210 |
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:205:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
203 |         }
204 |
205 |     func write(_ entity: Entity<Any>)
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
206 |         {
207 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:214:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
212 |         {
213 |         cache.workQueue.async
214 |             { self.cache.updateEntityTimestamp(timestamp, forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
215 |         }
216 |
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:211:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
209 |         }
210 |
211 |     func updateTimestamp(_ timestamp: TimeInterval)
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
212 |         {
213 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:220:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
218 |         {
219 |         cache.workQueue.async
220 |             { self.cache.removeEntity(forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
221 |         }
222 |     }
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:217:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
215 |         }
216 |
217 |     func remove()
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
218 |         {
219 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:208:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
206 |         {
207 |         cache.workQueue.async
208 |             { self.cache.writeEntity(entity, forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
209 |         }
210 |
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:205:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
203 |         }
204 |
205 |     func write(_ entity: Entity<Any>)
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
206 |         {
207 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:214:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
212 |         {
213 |         cache.workQueue.async
214 |             { self.cache.updateEntityTimestamp(timestamp, forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
215 |         }
216 |
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:211:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
209 |         }
210 |
211 |     func updateTimestamp(_ timestamp: TimeInterval)
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
212 |         {
213 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:220:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
218 |         {
219 |         cache.workQueue.async
220 |             { self.cache.removeEntity(forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
221 |         }
222 |     }
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:217:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
215 |         }
216 |
217 |     func remove()
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
218 |         {
219 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:208:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
206 |         {
207 |         cache.workQueue.async
208 |             { self.cache.writeEntity(entity, forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
209 |         }
210 |
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:205:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
203 |         }
204 |
205 |     func write(_ entity: Entity<Any>)
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
206 |         {
207 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:214:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
212 |         {
213 |         cache.workQueue.async
214 |             { self.cache.updateEntityTimestamp(timestamp, forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
215 |         }
216 |
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:211:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
209 |         }
210 |
211 |     func updateTimestamp(_ timestamp: TimeInterval)
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
212 |         {
213 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:220:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
218 |         {
219 |         cache.workQueue.async
220 |             { self.cache.removeEntity(forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
221 |         }
222 |     }
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:217:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
215 |         }
216 |
217 |     func remove()
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
218 |         {
219 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:208:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
206 |         {
207 |         cache.workQueue.async
208 |             { self.cache.writeEntity(entity, forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
209 |         }
210 |
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:205:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
203 |         }
204 |
205 |     func write(_ entity: Entity<Any>)
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
206 |         {
207 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:214:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
212 |         {
213 |         cache.workQueue.async
214 |             { self.cache.updateEntityTimestamp(timestamp, forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
215 |         }
216 |
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:211:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
209 |         }
210 |
211 |     func updateTimestamp(_ timestamp: TimeInterval)
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
212 |         {
213 |         cache.workQueue.async
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:220:20: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
218 |         {
219 |         cache.workQueue.async
220 |             { self.cache.removeEntity(forKey: self.key) }
    |                    `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
221 |         }
222 |     }
/Users/admin/builder/spi-builder-workspace/Source/Siesta/Pipeline/PipelineProcessing.swift:217:10: warning: capture of non-sendable type 'Cache.Type' in an isolated closure
215 |         }
216 |
217 |     func remove()
    |          `- warning: capture of non-sendable type 'Cache.Type' in an isolated closure
218 |         {
219 |         cache.workQueue.async
[90/99] Compiling SiestaUI RemoteImageView.swift
[91/99] Compiling SiestaUI NetworkActivityIndicator.swift
[92/99] Emitting module SiestaUI
[93/99] Compiling SiestaUI ResourceStatusOverlay.swift
[94/99] Compiling SiestaUI resource_bundle_accessor.swift
[95/99] Compiling SiestaUI SiestaUI-ObjC.swift
[96/99] Compiling Siesta_Alamofire Networking-Alamofire.swift
/Users/admin/builder/spi-builder-workspace/Extensions/Alamofire/Networking-Alamofire.swift:82:1: warning: extension declares a conformance of imported type 'Session' to imported protocol 'NetworkingProviderConvertible'; this will not behave correctly if the owners of 'Alamofire' introduce this conformance in the future
80 |     }
81 |
82 | extension Alamofire.Session: NetworkingProviderConvertible
   | |- warning: extension declares a conformance of imported type 'Session' to imported protocol 'NetworkingProviderConvertible'; this will not behave correctly if the owners of 'Alamofire' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
83 |     {
84 |     /// You can pass an `AlamoFire.Manager` when creating a `Service`.
/Users/admin/builder/spi-builder-workspace/Extensions/Alamofire/Networking-Alamofire.swift:89:15: warning: class 'ZeroProgressURLSessionTask' must restate inherited '@unchecked Sendable' conformance
87 |     }
88 |
89 | private class ZeroProgressURLSessionTask: URLSessionTask
   |               `- warning: class 'ZeroProgressURLSessionTask' must restate inherited '@unchecked Sendable' conformance
90 |     {
91 |     override var countOfBytesSent: Int64
[97/99] Emitting module Siesta_Alamofire
/Users/admin/builder/spi-builder-workspace/Extensions/Alamofire/Networking-Alamofire.swift:82:1: warning: extension declares a conformance of imported type 'Session' to imported protocol 'NetworkingProviderConvertible'; this will not behave correctly if the owners of 'Alamofire' introduce this conformance in the future
80 |     }
81 |
82 | extension Alamofire.Session: NetworkingProviderConvertible
   | |- warning: extension declares a conformance of imported type 'Session' to imported protocol 'NetworkingProviderConvertible'; this will not behave correctly if the owners of 'Alamofire' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
83 |     {
84 |     /// You can pass an `AlamoFire.Manager` when creating a `Service`.
/Users/admin/builder/spi-builder-workspace/Extensions/Alamofire/Networking-Alamofire.swift:89:15: warning: class 'ZeroProgressURLSessionTask' must restate inherited '@unchecked Sendable' conformance
87 |     }
88 |
89 | private class ZeroProgressURLSessionTask: URLSessionTask
   |               `- warning: class 'ZeroProgressURLSessionTask' must restate inherited '@unchecked Sendable' conformance
90 |     {
91 |     override var countOfBytesSent: Int64
[98/99] Compiling SiestaUI Collection+Siesta.swift
[99/99] Compiling SiestaUI Ω_UI_Deprecations.swift
Build complete! (18.38s)
Fetching https://github.com/Alamofire/Alamofire
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/pcantrell/Quick
[1/9698] Fetching quick
[195/29282] Fetching quick, nimble
[2430/59423] Fetching quick, nimble, alamofire
Fetched https://github.com/pcantrell/Quick from cache (4.95s)
Fetched https://github.com/Alamofire/Alamofire from cache (4.95s)
Fetched https://github.com/Quick/Nimble from cache (4.95s)
Computing version for https://github.com/pcantrell/Quick
Computed https://github.com/pcantrell/Quick at 0.0.0 (5.52s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (0.51s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 5.10.2 (0.42s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 5.10.2
Creating working copy for https://github.com/pcantrell/Quick
Working copy of https://github.com/pcantrell/Quick resolved at 0.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.5",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "0.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pcantrell/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.1",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "Siesta",
  "name" : "Siesta",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Siesta",
      "targets" : [
        "Siesta"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SiestaUI",
      "targets" : [
        "SiestaUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Siesta_Alamofire",
      "targets" : [
        "Siesta_Alamofire"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Siesta_Alamofire",
      "module_type" : "SwiftTarget",
      "name" : "Siesta_Alamofire",
      "path" : "Extensions/Alamofire",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "Siesta_Alamofire"
      ],
      "sources" : [
        "Networking-Alamofire.swift"
      ],
      "target_dependencies" : [
        "Siesta"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SiestaUI",
      "module_type" : "SwiftTarget",
      "name" : "SiestaUI",
      "path" : "Source/SiestaUI",
      "product_memberships" : [
        "SiestaUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/SiestaUI/ResourceStatusOverlay.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NetworkActivityIndicator.swift",
        "RemoteImageView.swift",
        "ResourceStatusOverlay.swift",
        "SiestaUI-ObjC.swift",
        "Support/Collection+Siesta.swift",
        "Ω_UI_Deprecations.swift"
      ],
      "target_dependencies" : [
        "Siesta"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SiestaTests",
      "module_type" : "SwiftTarget",
      "name" : "SiestaTests",
      "path" : "Tests/Functional",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "EntityCacheSpec.swift",
        "NetworkStub-ObjC.swift",
        "NetworkStub.swift",
        "PipelineSpec.swift",
        "ProgressSpec.swift",
        "RemoteImageViewSpec.swift",
        "RequestSpec.swift",
        "ResourceObserversSpec.swift",
        "ResourcePathsSpec.swift",
        "ResourceSpecBase.swift",
        "ResourceStateSpec.swift",
        "ResponseDataHandlingSpec.swift",
        "ServiceSpec.swift",
        "SiestaSpec.swift",
        "SpecHelpers.swift",
        "TestService.swift",
        "WeakCacheSpec.swift"
      ],
      "target_dependencies" : [
        "SiestaUI",
        "Siesta_Alamofire"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Siesta",
      "module_type" : "SwiftTarget",
      "name" : "Siesta",
      "path" : "Source/Siesta",
      "product_memberships" : [
        "Siesta",
        "SiestaUI",
        "Siesta_Alamofire"
      ],
      "sources" : [
        "Configuration.swift",
        "ConfigurationPatternConvertible.swift",
        "Entity.swift",
        "EntityCache.swift",
        "Networking-URLSession.swift",
        "Networking.swift",
        "Pipeline/PipelineConfiguration.swift",
        "Pipeline/PipelineProcessing.swift",
        "Pipeline/ResponseTransformer.swift",
        "Pipeline/StandardTransformers.swift",
        "Request/HardWiredRequest.swift",
        "Request/LiveRequest.swift",
        "Request/NetworkRequest.swift",
        "Request/ProgressTracker.swift",
        "Request/Request.swift",
        "Request/RequestCallbacks.swift",
        "Request/RequestChaining.swift",
        "Request/RequestCreation.swift",
        "RequestError.swift",
        "Resource/Resource.swift",
        "Resource/ResourceNavigation.swift",
        "Resource/ResourceObserver.swift",
        "Service.swift",
        "Support/ARC+Siesta.swift",
        "Support/Collection+Siesta.swift",
        "Support/DebugFormatting.swift",
        "Support/GCD+Siesta.swift",
        "Support/Logging.swift",
        "Support/OpenEnum.swift",
        "Support/Optional+Siesta.swift",
        "Support/Progress.swift",
        "Support/Regex+Siesta.swift",
        "Support/Siesta-ObjC.swift",
        "Support/String+Siesta.swift",
        "Support/URL+Siesta.swift",
        "Support/WeakCache.swift",
        "Support/Ω_Deprecations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.