Build Information
Successful build of SwiftyNetworking, reference master (c66198
), with Swift 5.10 for macOS (SPM) on 30 Sep 2024 12:55:06 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: 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
========================================
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.23s)
Creating working copy for https://github.com/antonio-war/SwiftyNetworking.git
Working copy of https://github.com/antonio-war/SwiftyNetworking.git resolved at master (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 FetchType.swift
[4/18] Compiling SwiftyNetworking CachePolicy.swift
[5/18] Compiling SwiftyNetworking SwiftyNetworkingRouter.swift
[6/19] Compiling SwiftyNetworking SwiftyNetworkingModel.swift
[7/19] 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 {
^
[8/19] Compiling SwiftyNetworking SwiftyNetworkingClient.swift
[9/19] Compiling SwiftyNetworking SwiftyNetworkingDelegate.swift
[10/19] Compiling SwiftyNetworking Response.swift
[11/19] Compiling SwiftyNetworking NSCache+.swift
[12/19] Compiling SwiftyNetworking SwiftyNetworkingRequest.swift
[13/19] Compiling SwiftyNetworking SwiftyNetworkingResponse.swift
[14/19] Compiling SwiftyNetworking SwiftyNetworkingRouter+.swift
[15/19] Compiling SwiftyNetworking URLSession+.swift
[16/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 {
^
[17/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 {
^
[18/19] Compiling SwiftyNetworking SwiftyNetworkingRequest+.swift
[19/19] Compiling SwiftyNetworking SwiftyNetworkingResponse+.swift
Build complete! (8.21s)
Build complete.
Done.