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 SwiftyNetworking, reference 0.7.0 (c66198), with Swift 5.10 for macOS (SPM) on 30 Sep 2024 12:52:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/antonio-war/SwiftyNetworking.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/antonio-war/SwiftyNetworking
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at c66198a Merge branch 'release/0.7.0'
Cloned https://github.com/antonio-war/SwiftyNetworking.git
Revision (git rev-parse @):
c66198a58a74f1bce815f30828e3a31ebcc7e70d
SUCCESS checkout https://github.com/antonio-war/SwiftyNetworking.git at 0.7.0
========================================
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",
  "dependencies": [
    {
      "identity": "swiftynetworking",
      "name": "SwiftyNetworking",
      "url": "https://github.com/antonio-war/SwiftyNetworking.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyNetworking",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/antonio-war/SwiftyNetworking.git
[1/737] Fetching swiftynetworking
Fetched https://github.com/antonio-war/SwiftyNetworking.git from cache (1.26s)
Creating working copy for https://github.com/antonio-war/SwiftyNetworking.git
Working copy of https://github.com/antonio-war/SwiftyNetworking.git resolved at 0.7.0 (c66198a)
warning: '.resolve-product-dependencies': dependency 'swiftynetworking' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/antonio-war/SwiftyNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/18] Compiling SwiftyNetworking SwiftyNetworkingClient.swift
[4/18] Compiling SwiftyNetworking SwiftyNetworkingDelegate.swift
[5/18] Emitting module SwiftyNetworking
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyNetworking/PropertyWrappers/Request.swift:15:24: warning: stored property '_response' of 'Sendable'-conforming generic struct 'Request' has non-sendable type 'State<Response<Model>>'
    @State private var response: Response<Model> = .loading
                       ^
SwiftUI.State:2:40: note: generic struct 'State' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct State<Value> : DynamicProperty {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyNetworking/PropertyWrappers/Request.swift:16:24: warning: stored property '_fetching' of 'Sendable'-conforming generic struct 'Request' has non-sendable type 'State<Bool>'
    @State private var fetching: Bool = false
                       ^
SwiftUI.State:2:40: note: generic struct 'State' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct State<Value> : DynamicProperty {
                                       ^
[6/19] Compiling SwiftyNetworking SwiftyNetworkingRouter.swift
[7/19] Compiling SwiftyNetworking CachePolicy.swift
[8/19] Compiling SwiftyNetworking SwiftyNetworkingRouter+.swift
[9/19] Compiling SwiftyNetworking URLSession+.swift
[10/19] Compiling SwiftyNetworking FetchType.swift
[11/19] Compiling SwiftyNetworking SwiftyNetworkingModel.swift
[12/19] Compiling SwiftyNetworking SwiftyNetworkingRequest.swift
[13/19] Compiling SwiftyNetworking SwiftyNetworkingResponse.swift
[14/19] Compiling SwiftyNetworking Response.swift
[15/19] Compiling SwiftyNetworking NSCache+.swift
[16/19] Compiling SwiftyNetworking SwiftyNetworkingRequest+.swift
[17/19] Compiling SwiftyNetworking SwiftyNetworkingResponse+.swift
[18/19] Compiling SwiftyNetworking Request.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyNetworking/PropertyWrappers/Request.swift:15:24: warning: stored property '_response' of 'Sendable'-conforming generic struct 'Request' has non-sendable type 'State<Response<Model>>'
    @State private var response: Response<Model> = .loading
                       ^
SwiftUI.State:2:40: note: generic struct 'State' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct State<Value> : DynamicProperty {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyNetworking/PropertyWrappers/Request.swift:16:24: warning: stored property '_fetching' of 'Sendable'-conforming generic struct 'Request' has non-sendable type 'State<Bool>'
    @State private var fetching: Bool = false
                       ^
SwiftUI.State:2:40: note: generic struct 'State' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct State<Value> : DynamicProperty {
                                       ^
[19/19] Compiling SwiftyNetworking Refreshable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyNetworking/PropertyWrappers/Request.swift:15:24: warning: stored property '_response' of 'Sendable'-conforming generic struct 'Request' has non-sendable type 'State<Response<Model>>'
    @State private var response: Response<Model> = .loading
                       ^
SwiftUI.State:2:40: note: generic struct 'State' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct State<Value> : DynamicProperty {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyNetworking/PropertyWrappers/Request.swift:16:24: warning: stored property '_fetching' of 'Sendable'-conforming generic struct 'Request' has non-sendable type 'State<Bool>'
    @State private var fetching: Bool = false
                       ^
SwiftUI.State:2:40: note: generic struct 'State' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct State<Value> : DynamicProperty {
                                       ^
Build complete! (7.98s)
Build complete.
Done.