The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Apexy, reference master (e64ef1), with Swift 6.1 for macOS (SPM) on 23 Oct 2025 01:07:09 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RedMadRobot/apexy-ios.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RedMadRobot/apexy-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e64ef18 Fix the test
Cloned https://github.com/RedMadRobot/apexy-ios.git
Revision (git rev-parse @):
e64ef1846f058861d16a37e756ec6b0c433e4f21
SUCCESS checkout https://github.com/RedMadRobot/apexy-ios.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RedMadRobot/apexy-ios.git
https://github.com/RedMadRobot/apexy-ios.git
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    }
  ],
  "manifest_display_name" : "Apexy",
  "name" : "Apexy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Apexy",
      "targets" : [
        "ApexyURLSession"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApexyAlamofire",
      "targets" : [
        "ApexyAlamofire"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApexyLoader",
      "targets" : [
        "ApexyLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ApexyURLSessionTests",
      "module_type" : "SwiftTarget",
      "name" : "ApexyURLSessionTests",
      "path" : "Tests/ApexyURLSessionTests",
      "sources" : [
        "BaseRequestAdapterTests.swift",
        "URLSessionClientTests.swift"
      ],
      "target_dependencies" : [
        "ApexyURLSession"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApexyURLSession",
      "module_type" : "SwiftTarget",
      "name" : "ApexyURLSession",
      "path" : "Sources/ApexyURLSession",
      "product_memberships" : [
        "Apexy"
      ],
      "sources" : [
        "BaseRequestAdapter.swift",
        "URLSessionClient.swift"
      ],
      "target_dependencies" : [
        "Apexy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApexyTests",
      "module_type" : "SwiftTarget",
      "name" : "ApexyTests",
      "path" : "Tests/ApexyTests",
      "sources" : [
        "HTTPBodyTests.swift",
        "URLRequestBuildableTests.swift"
      ],
      "target_dependencies" : [
        "Apexy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApexyLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "ApexyLoaderTests",
      "path" : "Tests/ApexyLoaderTests",
      "sources" : [
        "ContentLoaderTests.swift",
        "LoaderObservationTests.swift",
        "LoadingStateTests.swift",
        "TestHelpers.swift",
        "WebLoaderTests.swift"
      ],
      "target_dependencies" : [
        "ApexyLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApexyLoader",
      "module_type" : "SwiftTarget",
      "name" : "ApexyLoader",
      "path" : "Sources/ApexyLoader",
      "product_memberships" : [
        "ApexyLoader"
      ],
      "sources" : [
        "ContentLoader.swift",
        "LoaderObservation.swift",
        "LoadingState.swift",
        "ObservableLoader.swift",
        "WebLoader.swift"
      ],
      "target_dependencies" : [
        "Apexy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApexyAlamofireTests",
      "module_type" : "SwiftTarget",
      "name" : "ApexyAlamofireTests",
      "path" : "Tests/ApexyAlamofireTests",
      "sources" : [
        "AlamofireClientCombineTests.swift",
        "AlamofireClientTests.swift",
        "BaseRequestInterceptorTests.swift",
        "Helpers/EmptyEndpoint.swift",
        "Helpers/MockURLProtocol.swift",
        "Helpers/SimpleUploadEndpoint.swift"
      ],
      "target_dependencies" : [
        "ApexyAlamofire"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApexyAlamofire",
      "module_type" : "SwiftTarget",
      "name" : "ApexyAlamofire",
      "path" : "Sources/ApexyAlamofire",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "ApexyAlamofire"
      ],
      "sources" : [
        "AlamofireClient.swift",
        "BaseRequestInterceptor.swift"
      ],
      "target_dependencies" : [
        "Apexy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Apexy",
      "module_type" : "SwiftTarget",
      "name" : "Apexy",
      "path" : "Sources/Apexy",
      "product_memberships" : [
        "Apexy",
        "ApexyAlamofire",
        "ApexyLoader"
      ],
      "sources" : [
        "APIResult.swift",
        "Client.swift",
        "Clients/CombineClient.swift",
        "Endpoint.swift",
        "HTTPBody.swift",
        "ResponseObserver.swift",
        "URLRequestBuildable.swift",
        "UploadEndpoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/56] Compiling Apexy URLRequestBuildable.swift
[9/56] Compiling Apexy ResponseObserver.swift
[10/56] Compiling Apexy HTTPBody.swift
[11/56] Compiling Apexy CombineClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apexy/Clients/CombineClient.swift:24:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 |     func request<T>(_ endpoint: T) -> AnyPublisher<T.Content, Error> where T: Endpoint {
23 |         Future<T.Content, Error> { promise in
24 |             Task {
   |                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
25 |                 do {
26 |                     let content = try await self.request(endpoint)
   |                                             |            `- note: closure captures non-Sendable 'endpoint'
   |                                             `- note: closure captures non-Sendable 'self'
27 |                     promise(.success(content))
   |                     `- note: closure captures non-Sendable 'promise'
28 |                 } catch {
29 |                     promise(.failure(error))
/Users/admin/builder/spi-builder-workspace/Sources/Apexy/Clients/CombineClient.swift:38:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
36 |     func upload<T>(_ endpoint: T) -> AnyPublisher<T.Content, Error> where T: UploadEndpoint {
37 |         Future<T.Content, Error> { promise in
38 |             Task {
   |                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
39 |                 do {
40 |                     let content = try await self.upload(endpoint)
   |                                             |           `- note: closure captures non-Sendable 'endpoint'
   |                                             `- note: closure captures non-Sendable 'self'
41 |                     promise(.success(content))
   |                     `- note: closure captures non-Sendable 'promise'
42 |                 } catch {
43 |                     promise(.failure(error))
[12/56] Compiling Apexy Client.swift
[13/56] Compiling Apexy APIResult.swift
[14/56] Emitting module Apexy
[15/56] Compiling Apexy Endpoint.swift
[16/56] Compiling Apexy UploadEndpoint.swift
[17/56] Compiling Alamofire MultipartFormData.swift
[18/56] Compiling Alamofire MultipartUpload.swift
[19/56] Compiling Alamofire NetworkReachabilityManager.swift
[20/56] Compiling Alamofire RedirectHandler.swift
[21/60] Compiling Alamofire URLRequest+Alamofire.swift
[22/60] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[23/60] Compiling Alamofire AlamofireExtended.swift
[24/60] Compiling Alamofire AuthenticationInterceptor.swift
[25/60] Compiling Alamofire RequestCompression.swift
[26/60] Compiling Alamofire RequestInterceptor.swift
[27/60] Compiling Alamofire ResponseSerialization.swift
[28/60] Compiling Alamofire RetryPolicy.swift
[29/60] Compiling Alamofire SessionDelegate.swift
[30/60] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[31/60] Compiling Alamofire UploadRequest.swift
[32/60] Compiling Alamofire WebSocketRequest.swift
[33/60] Compiling Alamofire HTTPHeaders.swift
[34/60] Compiling Alamofire HTTPMethod.swift
[35/60] Compiling Alamofire Notifications.swift
[36/60] Compiling Alamofire ParameterEncoder.swift
[37/60] Compiling Alamofire ParameterEncoding.swift
[38/69] Emitting module Alamofire
[39/69] Compiling Alamofire Alamofire.swift
[40/69] Compiling Alamofire AFError.swift
[41/69] Compiling Alamofire DataRequest.swift
[42/69] Compiling Alamofire DataStreamRequest.swift
[43/69] Compiling Alamofire DownloadRequest.swift
[44/69] Compiling Alamofire Protected.swift
[45/69] Compiling Alamofire Request.swift
[46/69] Compiling Alamofire RequestTaskMap.swift
[47/69] Compiling Alamofire Response.swift
[48/69] Compiling Alamofire Session.swift
[49/69] Compiling Alamofire DispatchQueue+Alamofire.swift
[50/69] Compiling Alamofire OperationQueue+Alamofire.swift
[51/69] Compiling Alamofire Result+Alamofire.swift
[52/69] Compiling Alamofire StringEncoding+Alamofire.swift
[53/69] Compiling Alamofire CachedResponseHandler.swift
[54/69] Compiling Alamofire Combine.swift
[55/69] Compiling Alamofire Concurrency.swift
[56/69] Compiling Alamofire EventMonitor.swift
[57/69] Compiling ApexyLoader ObservableLoader.swift
[58/69] Compiling ApexyLoader WebLoader.swift
[59/69] Compiling ApexyLoader LoaderObservation.swift
[60/69] Emitting module ApexyLoader
[61/69] Compiling ApexyLoader LoadingState.swift
[62/69] Compiling ApexyLoader ContentLoader.swift
[63/69] Emitting module ApexyURLSession
[64/69] Compiling ApexyURLSession URLSessionClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApexyURLSession/URLSessionClient.swift:90:23: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 88 |         }
 89 |
 90 |         Task.detached { [weak self, request, responseResult] in
    |                       `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 91 |             self?.observeResponse(request: request, responseResult: responseResult)
    |             `- note: closure captures 'self' which is accessible to code in the current task
 92 |         }
 93 |
/Users/admin/builder/spi-builder-workspace/Sources/ApexyURLSession/URLSessionClient.swift:125:23: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
123 |         }
124 |
125 |         Task.detached { [weak self, request, responseResult] in
    |                       `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
126 |             self?.observeResponse(request: request.request, responseResult: responseResult)
    |             |                              `- note: closure captures non-Sendable 'request'
    |             `- note: closure captures non-Sendable 'self'
127 |         }
128 |
[65/69] Compiling ApexyURLSession BaseRequestAdapter.swift
[66/69] Compiling Alamofire ServerTrustEvaluation.swift
[67/69] Compiling Alamofire URLEncodedFormEncoder.swift
[68/69] Compiling Alamofire Validation.swift
[69/69] Compiling Alamofire resource_bundle_accessor.swift
[70/72] Emitting module ApexyAlamofire
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/AlamofireClient.swift:171:9: warning: stored property 'create' of 'Sendable'-conforming struct 'AnyRequest' has non-sendable type '() throws -> URLRequest'; this is an error in the Swift 6 language mode
169 | /// Wrapper for `URLRequestConvertible` from `Alamofire`.
170 | struct AnyRequest: Alamofire.URLRequestConvertible {
171 |     let create: () throws -> URLRequest
    |         |- warning: stored property 'create' of 'Sendable'-conforming struct 'AnyRequest' has non-sendable type '() throws -> URLRequest'; this is an error in the Swift 6 language mode
    |         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
172 |
173 |     func asURLRequest() throws -> URLRequest {
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/BaseRequestInterceptor.swift:12:12: warning: non-final class 'BaseRequestInterceptor' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
10 |
11 | /// Implementation of Alamofire.RequestInterceptor.
12 | open class BaseRequestInterceptor: Alamofire.RequestInterceptor {
   |            `- warning: non-final class 'BaseRequestInterceptor' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |     /// Contains Base `URL`.
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/BaseRequestInterceptor.swift:19:14: warning: stored property 'baseURL' of 'Sendable'-conforming class 'BaseRequestInterceptor' is mutable; this is an error in the Swift 6 language mode
17 |     ///
18 |     /// - Warning: declared as open variable for debug purposes only.
19 |     open var baseURL: URL
   |              `- warning: stored property 'baseURL' of 'Sendable'-conforming class 'BaseRequestInterceptor' is mutable; this is an error in the Swift 6 language mode
20 |
21 |     /// Creates a `BaseRequestInterceptor` instance with specified Base `URL`.
[71/72] Compiling ApexyAlamofire BaseRequestInterceptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/BaseRequestInterceptor.swift:12:12: warning: non-final class 'BaseRequestInterceptor' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
10 |
11 | /// Implementation of Alamofire.RequestInterceptor.
12 | open class BaseRequestInterceptor: Alamofire.RequestInterceptor {
   |            `- warning: non-final class 'BaseRequestInterceptor' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |     /// Contains Base `URL`.
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/BaseRequestInterceptor.swift:19:14: warning: stored property 'baseURL' of 'Sendable'-conforming class 'BaseRequestInterceptor' is mutable; this is an error in the Swift 6 language mode
17 |     ///
18 |     /// - Warning: declared as open variable for debug purposes only.
19 |     open var baseURL: URL
   |              `- warning: stored property 'baseURL' of 'Sendable'-conforming class 'BaseRequestInterceptor' is mutable; this is an error in the Swift 6 language mode
20 |
21 |     /// Creates a `BaseRequestInterceptor` instance with specified Base `URL`.
[72/72] Compiling ApexyAlamofire AlamofireClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/AlamofireClient.swift:171:9: warning: stored property 'create' of 'Sendable'-conforming struct 'AnyRequest' has non-sendable type '() throws -> URLRequest'; this is an error in the Swift 6 language mode
169 | /// Wrapper for `URLRequestConvertible` from `Alamofire`.
170 | struct AnyRequest: Alamofire.URLRequestConvertible {
171 |     let create: () throws -> URLRequest
    |         |- warning: stored property 'create' of 'Sendable'-conforming struct 'AnyRequest' has non-sendable type '() throws -> URLRequest'; this is an error in the Swift 6 language mode
    |         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
172 |
173 |     func asURLRequest() throws -> URLRequest {
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/AlamofireClient.swift:112:40: warning: capture of 'endpoint' with non-sendable type 'T' in a '@Sendable' closure
105 |         }
106 |
107 |     open func request<T>(_ endpoint: T) async throws -> T.Content where T : Endpoint {
    |                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
108 |
109 |         let anyRequest = AnyRequest(create: endpoint.makeRequest)
110 |         let request = sessionManager.request(anyRequest)
111 |             .validate { request, response, data in
112 |                 Result(catching: { try endpoint.validate(request, response: response, data: data) })
    |                                        `- warning: capture of 'endpoint' with non-sendable type 'T' in a '@Sendable' closure
113 |             }
114 |
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/AlamofireClient.swift:112:40: warning: capture of 'endpoint' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
105 |         }
106 |
107 |     open func request<T>(_ endpoint: T) async throws -> T.Content where T : Endpoint {
    |                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
108 |
109 |         let anyRequest = AnyRequest(create: endpoint.makeRequest)
110 |         let request = sessionManager.request(anyRequest)
111 |             .validate { request, response, data in
112 |                 Result(catching: { try endpoint.validate(request, response: response, data: data) })
    |                                        `- warning: capture of 'endpoint' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
113 |             }
114 |
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/AlamofireClient.swift:125:23: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
123 |         })
124 |
125 |         Task.detached { [weak self, dataResponse, result] in
    |                       `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
126 |             self?.observeResponse(dataResponse: dataResponse, error: result.error)
    |             |                                                        `- note: closure captures non-Sendable 'result'
    |             `- note: closure captures non-Sendable 'self'
127 |         }
128 |
/Users/admin/builder/spi-builder-workspace/Sources/ApexyAlamofire/AlamofireClient.swift:158:23: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
156 |         })
157 |
158 |         Task.detached { [weak self, dataResponse, result] in
    |                       `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
159 |             self?.observeResponse(dataResponse: dataResponse, error: result.error)
    |             |                                                        `- note: closure captures non-Sendable 'result'
    |             `- note: closure captures non-Sendable 'self'
160 |         }
161 |
Build complete! (10.77s)
Fetching https://github.com/Alamofire/Alamofire.git
[1/30474] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.69s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (3.25s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    }
  ],
  "manifest_display_name" : "Apexy",
  "name" : "Apexy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Apexy",
      "targets" : [
        "ApexyURLSession"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApexyAlamofire",
      "targets" : [
        "ApexyAlamofire"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApexyLoader",
      "targets" : [
        "ApexyLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ApexyURLSessionTests",
      "module_type" : "SwiftTarget",
      "name" : "ApexyURLSessionTests",
      "path" : "Tests/ApexyURLSessionTests",
      "sources" : [
        "BaseRequestAdapterTests.swift",
        "URLSessionClientTests.swift"
      ],
      "target_dependencies" : [
        "ApexyURLSession"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApexyURLSession",
      "module_type" : "SwiftTarget",
      "name" : "ApexyURLSession",
      "path" : "Sources/ApexyURLSession",
      "product_memberships" : [
        "Apexy"
      ],
      "sources" : [
        "BaseRequestAdapter.swift",
        "URLSessionClient.swift"
      ],
      "target_dependencies" : [
        "Apexy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApexyTests",
      "module_type" : "SwiftTarget",
      "name" : "ApexyTests",
      "path" : "Tests/ApexyTests",
      "sources" : [
        "HTTPBodyTests.swift",
        "URLRequestBuildableTests.swift"
      ],
      "target_dependencies" : [
        "Apexy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApexyLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "ApexyLoaderTests",
      "path" : "Tests/ApexyLoaderTests",
      "sources" : [
        "ContentLoaderTests.swift",
        "LoaderObservationTests.swift",
        "LoadingStateTests.swift",
        "TestHelpers.swift",
        "WebLoaderTests.swift"
      ],
      "target_dependencies" : [
        "ApexyLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApexyLoader",
      "module_type" : "SwiftTarget",
      "name" : "ApexyLoader",
      "path" : "Sources/ApexyLoader",
      "product_memberships" : [
        "ApexyLoader"
      ],
      "sources" : [
        "ContentLoader.swift",
        "LoaderObservation.swift",
        "LoadingState.swift",
        "ObservableLoader.swift",
        "WebLoader.swift"
      ],
      "target_dependencies" : [
        "Apexy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApexyAlamofireTests",
      "module_type" : "SwiftTarget",
      "name" : "ApexyAlamofireTests",
      "path" : "Tests/ApexyAlamofireTests",
      "sources" : [
        "AlamofireClientCombineTests.swift",
        "AlamofireClientTests.swift",
        "BaseRequestInterceptorTests.swift",
        "Helpers/EmptyEndpoint.swift",
        "Helpers/MockURLProtocol.swift",
        "Helpers/SimpleUploadEndpoint.swift"
      ],
      "target_dependencies" : [
        "ApexyAlamofire"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApexyAlamofire",
      "module_type" : "SwiftTarget",
      "name" : "ApexyAlamofire",
      "path" : "Sources/ApexyAlamofire",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "ApexyAlamofire"
      ],
      "sources" : [
        "AlamofireClient.swift",
        "BaseRequestInterceptor.swift"
      ],
      "target_dependencies" : [
        "Apexy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Apexy",
      "module_type" : "SwiftTarget",
      "name" : "Apexy",
      "path" : "Sources/Apexy",
      "product_memberships" : [
        "Apexy",
        "ApexyAlamofire",
        "ApexyLoader"
      ],
      "sources" : [
        "APIResult.swift",
        "Client.swift",
        "Clients/CombineClient.swift",
        "Endpoint.swift",
        "HTTPBody.swift",
        "ResponseObserver.swift",
        "URLRequestBuildable.swift",
        "UploadEndpoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.