The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ComposableRequest, reference main (151026), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:35:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbertix/ComposableRequest.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbertix/ComposableRequest
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1510263 feat!: update to `7.0.0` (#51)
Cloned https://github.com/sbertix/ComposableRequest.git
Revision (git rev-parse @):
151026359f4a2c89dcd06f6880eb4a940dcbb7bc
SUCCESS checkout https://github.com/sbertix/ComposableRequest.git at main
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.41s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (2.09s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "composablerequest",
      "name": "ComposableRequest",
      "url": "https://github.com/sbertix/ComposableRequest.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ComposableRequest",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "keychainaccess",
          "name": "KeychainAccess",
          "url": "https://github.com/kishikawakatsumi/KeychainAccess",
          "version": "4.2.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/sbertix/ComposableRequest.git
[1/8426] Fetching composablerequest
Fetched https://github.com/sbertix/ComposableRequest.git from cache (1.18s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.54s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (0.62s)
Creating working copy for https://github.com/sbertix/ComposableRequest.git
Working copy of https://github.com/sbertix/ComposableRequest.git resolved at main (1510263)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
warning: '.resolve-product-dependencies': dependency 'composablerequest' is not used by any target
Found 1 product dependencies
  - KeychainAccess
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sbertix/ComposableRequest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/13] Compiling Storages Storage.swift
[7/13] Compiling Storages Storable.swift
[8/13] Compiling Storages TransientStorage.swift
[9/13] Compiling Storages AnyStorage.swift
[10/13] Compiling Storages UserDefaultsStorage.swift
[11/13] Emitting module Storages
[12/63] Compiling KeychainAccess Keychain.swift
[13/63] Emitting module KeychainAccess
[14/65] Compiling Requests DefaultResponse.swift
[15/65] Compiling Requests EndpointError.swift
[16/65] Compiling Requests NextAction.swift
[17/65] Compiling Requests NextInput.swift
[18/65] Compiling Requests Lock.swift
[19/70] Emitting module Requests
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:11:20: warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// A `subclass` of `HTTPCookie` conforming to `Codable`.
11 | public final class CodableHTTPCookie: HTTPCookie, Codable {
   |                    `- warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
12 |     /// Init.
13 |     /// - parameter properties: A valid `Dictionary` of `Any`.
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:43:1: warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
41 |
42 | /// `HTTPCookiePropertyKey` conformacy to `Codable`.
43 | extension HTTPCookiePropertyKey: Codable {
   | |- warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |     /// Init.
45 |     /// - parameter decoder: A valid `Decoder`.
[20/70] Compiling Requests Single.swift
[21/70] Compiling Requests Static.swift
[22/70] Compiling Requests Endpoint.swift
[23/70] Compiling Requests EndpointResolver.swift
[24/70] Compiling Requests LoopEndpoint.swift
[25/70] Compiling Requests EndpointBuilder.swift
[26/70] Compiling Requests Components.swift
[27/70] Compiling Requests Path.swift
[28/70] Compiling Requests Response.swift
[29/70] Compiling Requests TupleItem.swift
[30/70] Compiling Requests AnyCodable.swift
[31/70] Compiling Requests Collect.swift
[32/70] Compiling Requests Endpoints.swift
[33/70] Compiling Requests First.swift
[34/70] Compiling Requests FlatMap.swift
[35/70] Compiling Requests ForEach.swift
[36/70] Compiling Requests Future.swift
[37/70] Compiling Requests SingleEndpoint.swift
[38/70] Compiling Requests AnyEndpointResolver.swift
[39/70] Compiling Requests AnyLoopEndpoint.swift
[40/70] Compiling Requests AnySingleEndpoint.swift
[41/70] Compiling Requests CharacterSet.swift
[42/70] Compiling Requests Body.swift
[43/70] Compiling Requests Headers.swift
[44/70] Compiling Requests Method.swift
[45/70] Compiling Requests Query.swift
[46/70] Compiling Requests Component.swift
[47/70] Compiling Requests Catch.swift
[48/70] Compiling Requests AnyDecodable.swift
[49/70] Compiling Requests Cellular.swift
[50/70] Compiling Requests Constrained.swift
[51/70] Compiling Requests Expensive.swift
[52/70] Compiling Requests Service.swift
[53/70] Compiling Requests Timeout.swift
[54/70] Compiling Requests Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:11:20: warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// A `subclass` of `HTTPCookie` conforming to `Codable`.
11 | public final class CodableHTTPCookie: HTTPCookie, Codable {
   |                    `- warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
12 |     /// Init.
13 |     /// - parameter properties: A valid `Dictionary` of `Any`.
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:43:1: warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
41 |
42 | /// `HTTPCookiePropertyKey` conformacy to `Codable`.
43 | extension HTTPCookiePropertyKey: Codable {
   | |- warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |     /// Init.
45 |     /// - parameter decoder: A valid `Decoder`.
[55/70] Compiling Requests Result.swift
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:11:20: warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// A `subclass` of `HTTPCookie` conforming to `Codable`.
11 | public final class CodableHTTPCookie: HTTPCookie, Codable {
   |                    `- warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
12 |     /// Init.
13 |     /// - parameter properties: A valid `Dictionary` of `Any`.
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:43:1: warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
41 |
42 | /// `HTTPCookiePropertyKey` conformacy to `Codable`.
43 | extension HTTPCookiePropertyKey: Codable {
   | |- warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |     /// Init.
45 |     /// - parameter decoder: A valid `Decoder`.
[56/70] Compiling Requests String.swift
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:11:20: warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// A `subclass` of `HTTPCookie` conforming to `Codable`.
11 | public final class CodableHTTPCookie: HTTPCookie, Codable {
   |                    `- warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
12 |     /// Init.
13 |     /// - parameter properties: A valid `Dictionary` of `Any`.
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:43:1: warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
41 |
42 | /// `HTTPCookiePropertyKey` conformacy to `Codable`.
43 | extension HTTPCookiePropertyKey: Codable {
   | |- warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |     /// Init.
45 |     /// - parameter decoder: A valid `Decoder`.
[57/70] Compiling Requests URLRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:11:20: warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// A `subclass` of `HTTPCookie` conforming to `Codable`.
11 | public final class CodableHTTPCookie: HTTPCookie, Codable {
   |                    `- warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
12 |     /// Init.
13 |     /// - parameter properties: A valid `Dictionary` of `Any`.
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:43:1: warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
41 |
42 | /// `HTTPCookiePropertyKey` conformacy to `Codable`.
43 | extension HTTPCookiePropertyKey: Codable {
   | |- warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |     /// Init.
45 |     /// - parameter decoder: A valid `Decoder`.
[58/70] Compiling Requests CodableHTTPCookie.swift
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:11:20: warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// A `subclass` of `HTTPCookie` conforming to `Codable`.
11 | public final class CodableHTTPCookie: HTTPCookie, Codable {
   |                    `- warning: class 'CodableHTTPCookie' must restate inherited '@unchecked Sendable' conformance
12 |     /// Init.
13 |     /// - parameter properties: A valid `Dictionary` of `Any`.
/Users/admin/builder/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:43:1: warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
41 |
42 | /// `HTTPCookiePropertyKey` conformacy to `Codable`.
43 | extension HTTPCookiePropertyKey: Codable {
   | |- warning: extension declares a conformance of imported type 'HTTPCookiePropertyKey' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |     /// Init.
45 |     /// - parameter decoder: A valid `Decoder`.
[59/70] Compiling Requests HandleEvents.swift
[60/70] Compiling Requests Last.swift
[61/70] Compiling Requests Loop.swift
[62/70] Compiling Requests Map.swift
[63/70] Compiling Requests Prefix.swift
[64/70] Compiling EncryptedStorages KeychainStorage.swift
[65/70] Emitting module EncryptedStorages
[66/70] Compiling Requests Offset.swift
[67/70] Compiling Requests Providers.swift
[68/70] Compiling Requests LockProvider.swift
[69/70] Compiling Requests OffsetProvider.swift
[70/70] Compiling Requests Provider.swift
Build complete! (5.91s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.2",
            "upper_bound" : "4.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess"
    }
  ],
  "manifest_display_name" : "ComposableRequest",
  "name" : "ComposableRequest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Requests",
      "targets" : [
        "Requests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Storages",
      "targets" : [
        "Storages"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EncryptedStorages",
      "targets" : [
        "EncryptedStorages"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Storages",
      "module_type" : "SwiftTarget",
      "name" : "Storages",
      "path" : "Sources/Storages",
      "product_memberships" : [
        "Requests",
        "Storages",
        "EncryptedStorages"
      ],
      "sources" : [
        "Concrete/AnyStorage.swift",
        "Concrete/TransientStorage.swift",
        "Concrete/UserDefaultsStorage.swift",
        "Protocols/Storable.swift",
        "Protocols/Storage.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Requests",
      "module_type" : "SwiftTarget",
      "name" : "Requests",
      "path" : "Sources/Requests",
      "product_memberships" : [
        "Requests"
      ],
      "sources" : [
        "Builder/EndpointBuilder.swift",
        "Builder/Items/Components.swift",
        "Builder/Items/Path.swift",
        "Builder/Items/Response.swift",
        "Builder/Items/TupleItem.swift",
        "Codable/AnyCodable.swift",
        "Codable/AnyDecodable.swift",
        "Components/Advanced/Cellular.swift",
        "Components/Advanced/Constrained.swift",
        "Components/Advanced/Expensive.swift",
        "Components/Advanced/Service.swift",
        "Components/Advanced/Timeout.swift",
        "Components/Basics/Body.swift",
        "Components/Basics/Headers.swift",
        "Components/Basics/Method.swift",
        "Components/Basics/Query.swift",
        "Components/Component.swift",
        "Endpoints/Concrete/Catch.swift",
        "Endpoints/Concrete/Collect.swift",
        "Endpoints/Concrete/Endpoints.swift",
        "Endpoints/Concrete/First.swift",
        "Endpoints/Concrete/FlatMap.swift",
        "Endpoints/Concrete/ForEach.swift",
        "Endpoints/Concrete/Future.swift",
        "Endpoints/Concrete/HandleEvents.swift",
        "Endpoints/Concrete/Last.swift",
        "Endpoints/Concrete/Loop.swift",
        "Endpoints/Concrete/Map.swift",
        "Endpoints/Concrete/Prefix.swift",
        "Endpoints/Concrete/Single.swift",
        "Endpoints/Concrete/Static.swift",
        "Endpoints/Protocols/Endpoint.swift",
        "Endpoints/Protocols/EndpointResolver.swift",
        "Endpoints/Protocols/LoopEndpoint.swift",
        "Endpoints/Protocols/SingleEndpoint.swift",
        "Endpoints/Type ereasure/AnyEndpointResolver.swift",
        "Endpoints/Type ereasure/AnyLoopEndpoint.swift",
        "Endpoints/Type ereasure/AnySingleEndpoint.swift",
        "Extensions/CharacterSet.swift",
        "Extensions/Data.swift",
        "Extensions/Result.swift",
        "Extensions/String.swift",
        "Extensions/URLRequest.swift",
        "Misc/CodableHTTPCookie.swift",
        "Misc/DefaultResponse.swift",
        "Misc/EndpointError.swift",
        "Misc/NextAction.swift",
        "Misc/NextInput.swift",
        "Providers/Concrete/Lock.swift",
        "Providers/Concrete/Offset.swift",
        "Providers/Concrete/Providers.swift",
        "Providers/Protocols/LockProvider.swift",
        "Providers/Protocols/OffsetProvider.swift",
        "Providers/Protocols/Provider.swift"
      ],
      "target_dependencies" : [
        "Storages"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EncryptedStorages",
      "module_type" : "SwiftTarget",
      "name" : "EncryptedStorages",
      "path" : "Sources/EncryptedStorages",
      "product_dependencies" : [
        "KeychainAccess"
      ],
      "product_memberships" : [
        "EncryptedStorages"
      ],
      "sources" : [
        "KeychainStorage.swift"
      ],
      "target_dependencies" : [
        "Storages"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComposableRequestTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableRequestTests",
      "path" : "Tests/ComposableRequestTests",
      "sources" : [
        "APITests.swift",
        "Shared/Item.swift",
        "StorageTests.swift",
        "WrappersTests.swift"
      ],
      "target_dependencies" : [
        "Requests",
        "Storages",
        "EncryptedStorages"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.7"
}
Done.