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 Prch, reference main (517608), with Swift 6.1 for Linux on 27 Apr 2025 01:33:32 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/Prch.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/brightdigit/Prch
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5176087 Unhide dev dependencies
Cloned https://github.com/brightdigit/Prch.git
Revision (git rev-parse @):
517608703fde10ef3ce65b3e664ecb01bc1a8d95
SUCCESS checkout https://github.com/brightdigit/Prch.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/Prch.git
https://github.com/brightdigit/Prch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket.git"
    },
    {
      "identity" : "swift-test-codecov",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/swift-test-codecov"
    }
  ],
  "manifest_display_name" : "Prch",
  "name" : "Prch",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Prch",
      "targets" : [
        "Prch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchTests",
      "path" : "Tests/PrchTests",
      "sources" : [
        "PrchTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Prch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Prch",
      "module_type" : "SwiftTarget",
      "name" : "Prch",
      "path" : "Sources/Prch",
      "product_memberships" : [
        "Prch"
      ],
      "sources" : [
        "API.swift",
        "AnyCodable/AnyCodable.Codable.swift",
        "AnyCodable/AnyCodable.Equatable.swift",
        "AnyCodable/AnyCodable.Expressible.swift",
        "AnyCodable/AnyCodable.StringConverable.swift",
        "AnyCodable/AnyCodable.swift",
        "BasicResponse.swift",
        "BodyRequest.swift",
        "Client.swift",
        "ClientError.swift",
        "ClientResult.swift",
        "Coding/Coding.swift",
        "Coding/DateFormatter.swift",
        "Coding/DecodingError.swift",
        "Coding/KeyedDecodingContainer.swift",
        "Coding/KeyedEncodingContainer.swift",
        "Coding/RequestEncoder.swift",
        "Coding/ResponseDecoder.swift",
        "Coding/StringCodingKey.swift",
        "DateEncodingContainer.swift",
        "Deprecated/DeprecatedRequest.swift",
        "Deprecated/DeprecatedResponse.swift",
        "Deprecated/DeprecatedResponseResult.swift",
        "Deprecated/TypeAliases.swift",
        "Model.swift",
        "Models/DateDay.swift",
        "Models/File.swift",
        "Models/ID.swift",
        "Models/UploadFile.swift",
        "Networking/ResponseComponents.swift",
        "Networking/Session.swift",
        "Networking/Task.swift",
        "Networking/URL.swift",
        "Networking/URLSession.swift",
        "Networking/URLSessionResponse.swift",
        "Request.swift",
        "Response.swift",
        "ResponseResult.swift",
        "Result.swift",
        "Security/Authentication.swift",
        "Security/BasicAuthentication.swift",
        "Security/SecurityRequirement.swift",
        "Service.swift",
        "ServiceRequest.swift",
        "StatusCodeProvider.swift",
        "SuccessModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/shibapm/Rocket.git
Fetching https://github.com/brightdigit/swift-test-codecov
Fetching https://github.com/shibapm/Komondor
[1/330] Fetching swift-test-codecov
[331/1716] Fetching swift-test-codecov, rocket
[359/2225] Fetching swift-test-codecov, rocket, komondor
Fetched https://github.com/brightdigit/swift-test-codecov from cache (0.30s)
Fetched https://github.com/shibapm/Komondor from cache (0.31s)
Fetched https://github.com/shibapm/Rocket.git from cache (0.31s)
[1/46730] Fetching swiftformat
[2338/196633] Fetching swiftformat, swiftlint
Fetched https://github.com/nicklockwood/SwiftFormat from cache (25.90s)
Fetched https://github.com/realm/SwiftLint from cache (31.82s)
Computing version for https://github.com/brightdigit/swift-test-codecov
Computed https://github.com/brightdigit/swift-test-codecov at 1.1.0 (33.29s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.24s)
Computing version for https://github.com/shibapm/Rocket.git
Computed https://github.com/shibapm/Rocket.git at 1.3.0 (5.83s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/kareman/SwiftShell
[1/116] Fetching logger
[19/696] Fetching logger, packageconfig
[697/5559] Fetching logger, packageconfig, swiftshell
[2302/15848] Fetching logger, packageconfig, swiftshell, yams
Fetched https://github.com/shibapm/Logger from cache (3.00s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (3.00s)
Fetched https://github.com/kareman/SwiftShell from cache (3.01s)
Fetched https://github.com/jpsim/Yams from cache (4.20s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (4.86s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.02s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.85s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.26s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.05s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.88s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.99s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.62s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (0.86s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
[1/929] Fetching swiftytexttable
[262/1013] Fetching swiftytexttable, collectionconcurrencykit
[1014/17125] Fetching swiftytexttable, collectionconcurrencykit, sourcekitten
[3109/30059] Fetching swiftytexttable, collectionconcurrencykit, sourcekitten, cryptoswift
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.42s)
[9024/29975] Fetching swiftytexttable, sourcekitten, cryptoswift
[20535/100208] Fetching swiftytexttable, sourcekitten, cryptoswift, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (2.01s)
[42391/99279] Fetching sourcekitten, cryptoswift, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (2.36s)
[38218/83167] Fetching cryptoswift, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (7.22s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.25s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (9.48s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.77s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.73s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.86s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.28s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.14s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.59s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.57s)
Creating working copy for https://github.com/shibapm/Rocket.git
Working copy of https://github.com/shibapm/Rocket.git resolved at 1.3.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/brightdigit/swift-test-codecov
Working copy of https://github.com/brightdigit/swift-test-codecov resolved at 1.1.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket.git' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftLintCommandPlugin
[3/3] Compiling plugin SwiftLintBuildToolPlugin
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/48] Emitting module Prch
/host/spi-builder-workspace/Sources/Prch/ClientResult.swift:43:16: warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum ClientResult<SuccessType, DefaultResponseType>: CustomStringConvertible,
   |                                       `- note: consider making generic parameter 'DefaultResponseType' conform to the 'Sendable' protocol
 4 |   CustomDebugStringConvertible {
 5 |   case success(SuccessType)
   :
41 |   struct FailedResponseError: ResponseError {
42 |     public let statusCode: Int
43 |     public let response: DefaultResponseType
   |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
44 |   }
45 |
[8/53] Compiling Prch SecurityRequirement.swift
[9/53] Compiling Prch Service.swift
[10/53] Compiling Prch ServiceRequest.swift
[11/53] Compiling Prch StatusCodeProvider.swift
[12/53] Compiling Prch SuccessModel.swift
[13/53] Compiling Prch Model.swift
[14/53] Compiling Prch DateDay.swift
[15/53] Compiling Prch File.swift
[16/53] Compiling Prch ID.swift
[17/53] Compiling Prch UploadFile.swift
[18/53] Compiling Prch ResponseComponents.swift
[19/53] Compiling Prch StringCodingKey.swift
[20/53] Compiling Prch DateEncodingContainer.swift
[21/53] Compiling Prch DeprecatedRequest.swift
[22/53] Compiling Prch DeprecatedResponse.swift
[23/53] Compiling Prch DeprecatedResponseResult.swift
[24/53] Compiling Prch TypeAliases.swift
[25/53] Compiling Prch API.swift
[26/53] Compiling Prch AnyCodable.Codable.swift
[27/53] Compiling Prch AnyCodable.Equatable.swift
[28/53] Compiling Prch AnyCodable.Expressible.swift
[29/53] Compiling Prch AnyCodable.StringConverable.swift
[30/53] Compiling Prch AnyCodable.swift
[31/53] Compiling Prch BasicResponse.swift
/host/spi-builder-workspace/Sources/Prch/ClientResult.swift:43:16: warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum ClientResult<SuccessType, DefaultResponseType>: CustomStringConvertible,
   |                                       `- note: consider making generic parameter 'DefaultResponseType' conform to the 'Sendable' protocol
 4 |   CustomDebugStringConvertible {
 5 |   case success(SuccessType)
   :
41 |   struct FailedResponseError: ResponseError {
42 |     public let statusCode: Int
43 |     public let response: DefaultResponseType
   |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
44 |   }
45 |
[32/53] Compiling Prch BodyRequest.swift
/host/spi-builder-workspace/Sources/Prch/ClientResult.swift:43:16: warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum ClientResult<SuccessType, DefaultResponseType>: CustomStringConvertible,
   |                                       `- note: consider making generic parameter 'DefaultResponseType' conform to the 'Sendable' protocol
 4 |   CustomDebugStringConvertible {
 5 |   case success(SuccessType)
   :
41 |   struct FailedResponseError: ResponseError {
42 |     public let statusCode: Int
43 |     public let response: DefaultResponseType
   |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
44 |   }
45 |
[33/53] Compiling Prch Client.swift
/host/spi-builder-workspace/Sources/Prch/ClientResult.swift:43:16: warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum ClientResult<SuccessType, DefaultResponseType>: CustomStringConvertible,
   |                                       `- note: consider making generic parameter 'DefaultResponseType' conform to the 'Sendable' protocol
 4 |   CustomDebugStringConvertible {
 5 |   case success(SuccessType)
   :
41 |   struct FailedResponseError: ResponseError {
42 |     public let statusCode: Int
43 |     public let response: DefaultResponseType
   |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
44 |   }
45 |
[34/53] Compiling Prch ClientError.swift
/host/spi-builder-workspace/Sources/Prch/ClientResult.swift:43:16: warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum ClientResult<SuccessType, DefaultResponseType>: CustomStringConvertible,
   |                                       `- note: consider making generic parameter 'DefaultResponseType' conform to the 'Sendable' protocol
 4 |   CustomDebugStringConvertible {
 5 |   case success(SuccessType)
   :
41 |   struct FailedResponseError: ResponseError {
42 |     public let statusCode: Int
43 |     public let response: DefaultResponseType
   |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
44 |   }
45 |
[35/53] Compiling Prch ClientResult.swift
/host/spi-builder-workspace/Sources/Prch/ClientResult.swift:43:16: warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum ClientResult<SuccessType, DefaultResponseType>: CustomStringConvertible,
   |                                       `- note: consider making generic parameter 'DefaultResponseType' conform to the 'Sendable' protocol
 4 |   CustomDebugStringConvertible {
 5 |   case success(SuccessType)
   :
41 |   struct FailedResponseError: ResponseError {
42 |     public let statusCode: Int
43 |     public let response: DefaultResponseType
   |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
44 |   }
45 |
[36/53] Compiling Prch Coding.swift
/host/spi-builder-workspace/Sources/Prch/ClientResult.swift:43:16: warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum ClientResult<SuccessType, DefaultResponseType>: CustomStringConvertible,
   |                                       `- note: consider making generic parameter 'DefaultResponseType' conform to the 'Sendable' protocol
 4 |   CustomDebugStringConvertible {
 5 |   case success(SuccessType)
   :
41 |   struct FailedResponseError: ResponseError {
42 |     public let statusCode: Int
43 |     public let response: DefaultResponseType
   |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'FailedResponseError' has non-sendable type 'DefaultResponseType'; this is an error in the Swift 6 language mode
44 |   }
45 |
[37/53] Compiling Prch Response.swift
[38/53] Compiling Prch ResponseResult.swift
[39/53] Compiling Prch Result.swift
[40/53] Compiling Prch Authentication.swift
[41/53] Compiling Prch BasicAuthentication.swift
[42/53] Compiling Prch Session.swift
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:49:7: warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
47 |         error: error
48 |       )
49 |       completion(result)
   |       |- warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
50 |     }
51 |     task.resume()
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:19:24: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
17 |       try await withCheckedThrowingContinuation { continuation in
18 |         _ = self.beginRequest(request) { result in
19 |           continuation.resume(with: result)
   |                        |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                        `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
20 |         }
21 |       }
[43/53] Compiling Prch Task.swift
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:49:7: warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
47 |         error: error
48 |       )
49 |       completion(result)
   |       |- warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
50 |     }
51 |     task.resume()
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:19:24: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
17 |       try await withCheckedThrowingContinuation { continuation in
18 |         _ = self.beginRequest(request) { result in
19 |           continuation.resume(with: result)
   |                        |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                        `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
20 |         }
21 |       }
[44/53] Compiling Prch URL.swift
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:49:7: warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
47 |         error: error
48 |       )
49 |       completion(result)
   |       |- warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
50 |     }
51 |     task.resume()
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:19:24: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
17 |       try await withCheckedThrowingContinuation { continuation in
18 |         _ = self.beginRequest(request) { result in
19 |           continuation.resume(with: result)
   |                        |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                        `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
20 |         }
21 |       }
[45/53] Compiling Prch URLSession.swift
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:49:7: warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
47 |         error: error
48 |       )
49 |       completion(result)
   |       |- warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
50 |     }
51 |     task.resume()
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:19:24: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
17 |       try await withCheckedThrowingContinuation { continuation in
18 |         _ = self.beginRequest(request) { result in
19 |           continuation.resume(with: result)
   |                        |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                        `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
20 |         }
21 |       }
[46/53] Compiling Prch URLSessionResponse.swift
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:49:7: warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
47 |         error: error
48 |       )
49 |       completion(result)
   |       |- warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
50 |     }
51 |     task.resume()
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:19:24: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
17 |       try await withCheckedThrowingContinuation { continuation in
18 |         _ = self.beginRequest(request) { result in
19 |           continuation.resume(with: result)
   |                        |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                        `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
20 |         }
21 |       }
[47/53] Compiling Prch Request.swift
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:49:7: warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
47 |         error: error
48 |       )
49 |       completion(result)
   |       |- warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
50 |     }
51 |     task.resume()
/host/spi-builder-workspace/Sources/Prch/Networking/URLSession.swift:19:24: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
17 |       try await withCheckedThrowingContinuation { continuation in
18 |         _ = self.beginRequest(request) { result in
19 |           continuation.resume(with: result)
   |                        |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                        `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
20 |         }
21 |       }
[48/53] Compiling Prch DateFormatter.swift
[49/53] Compiling Prch DecodingError.swift
[50/53] Compiling Prch KeyedDecodingContainer.swift
[51/53] Compiling Prch KeyedEncodingContainer.swift
[52/53] Compiling Prch RequestEncoder.swift
[53/53] Compiling Prch ResponseDecoder.swift
Build complete! (96.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket.git"
    },
    {
      "identity" : "swift-test-codecov",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/swift-test-codecov"
    }
  ],
  "manifest_display_name" : "Prch",
  "name" : "Prch",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Prch",
      "targets" : [
        "Prch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchTests",
      "path" : "Tests/PrchTests",
      "sources" : [
        "PrchTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Prch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Prch",
      "module_type" : "SwiftTarget",
      "name" : "Prch",
      "path" : "Sources/Prch",
      "product_memberships" : [
        "Prch"
      ],
      "sources" : [
        "API.swift",
        "AnyCodable/AnyCodable.Codable.swift",
        "AnyCodable/AnyCodable.Equatable.swift",
        "AnyCodable/AnyCodable.Expressible.swift",
        "AnyCodable/AnyCodable.StringConverable.swift",
        "AnyCodable/AnyCodable.swift",
        "BasicResponse.swift",
        "BodyRequest.swift",
        "Client.swift",
        "ClientError.swift",
        "ClientResult.swift",
        "Coding/Coding.swift",
        "Coding/DateFormatter.swift",
        "Coding/DecodingError.swift",
        "Coding/KeyedDecodingContainer.swift",
        "Coding/KeyedEncodingContainer.swift",
        "Coding/RequestEncoder.swift",
        "Coding/ResponseDecoder.swift",
        "Coding/StringCodingKey.swift",
        "DateEncodingContainer.swift",
        "Deprecated/DeprecatedRequest.swift",
        "Deprecated/DeprecatedResponse.swift",
        "Deprecated/DeprecatedResponseResult.swift",
        "Deprecated/TypeAliases.swift",
        "Model.swift",
        "Models/DateDay.swift",
        "Models/File.swift",
        "Models/ID.swift",
        "Models/UploadFile.swift",
        "Networking/ResponseComponents.swift",
        "Networking/Session.swift",
        "Networking/Task.swift",
        "Networking/URL.swift",
        "Networking/URLSession.swift",
        "Networking/URLSessionResponse.swift",
        "Request.swift",
        "Response.swift",
        "ResponseResult.swift",
        "Result.swift",
        "Security/Authentication.swift",
        "Security/BasicAuthentication.swift",
        "Security/SecurityRequirement.swift",
        "Service.swift",
        "ServiceRequest.swift",
        "StatusCodeProvider.swift",
        "SuccessModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.