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 master (c66198), with Swift 5.9 for macOS (SPM) on 30 Sep 2024 12:52:57 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/antonio-war/SwiftyNetworking
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/antonio-war/SwiftyNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/16] Compiling SwiftyNetworking CachePolicy.swift
[2/17] Compiling SwiftyNetworking SwiftyNetworkingRouter.swift
[3/17] Compiling SwiftyNetworking FetchType.swift
[4/17] Compiling SwiftyNetworking SwiftyNetworkingRequest+.swift
[5/17] Compiling SwiftyNetworking SwiftyNetworkingResponse+.swift
[6/17] 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 {
                                       ^
[7/17] Compiling SwiftyNetworking SwiftyNetworkingRouter+.swift
[8/17] Compiling SwiftyNetworking URLSession+.swift
[9/17] Compiling SwiftyNetworking SwiftyNetworkingClient.swift
[10/17] Compiling SwiftyNetworking SwiftyNetworkingDelegate.swift
[11/17] Compiling SwiftyNetworking SwiftyNetworkingModel.swift
[12/17] Compiling SwiftyNetworking SwiftyNetworkingRequest.swift
[13/17] Compiling SwiftyNetworking SwiftyNetworkingResponse.swift
[14/17] 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 {
                                       ^
[15/17] 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 {
                                       ^
[16/17] Compiling SwiftyNetworking Response.swift
[17/17] Compiling SwiftyNetworking NSCache+.swift
Build complete! (10.14s)
Build complete.
Done.