This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 MoyaAPIClient with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fummicc1/MoyaAPIClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fummicc1/MoyaAPIClient
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 49f00a0 fix: APIClient
Cloned https://github.com/fummicc1/MoyaAPIClient.git
Revision (git rev-parse @):
49f00a0fcaa64bac86aa19e51c291da00430be5d
SUCCESS checkout https://github.com/fummicc1/MoyaAPIClient.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/fummicc1/MoyaAPIClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/39] Emitting module Alamofire
[6/42] Compiling Alamofire URLRequest+Alamofire.swift
[7/42] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[8/42] Compiling Alamofire Validation.swift
[9/42] Compiling Alamofire AFError.swift
[10/42] Compiling Alamofire Alamofire.swift
[11/42] Compiling Alamofire AlamofireExtended.swift
[12/42] Compiling Alamofire AuthenticationInterceptor.swift
[13/42] Compiling Alamofire ParameterEncoder.swift
[14/42] Compiling Alamofire ParameterEncoding.swift
[15/42] Compiling Alamofire Protected.swift
[16/42] Compiling Alamofire RedirectHandler.swift
[17/42] Compiling Alamofire CachedResponseHandler.swift
[18/42] Compiling Alamofire Combine.swift
[19/42] Compiling Alamofire Concurrency.swift
[20/42] Compiling Alamofire DispatchQueue+Alamofire.swift
[21/42] Compiling Alamofire StringEncoding+Alamofire.swift
[22/42] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[23/42] Compiling Alamofire URLEncodedFormEncoder.swift
[24/42] Compiling Alamofire MultipartUpload.swift
[25/42] Compiling Alamofire NetworkReachabilityManager.swift
[26/42] Compiling Alamofire Notifications.swift
[27/42] Compiling Alamofire OperationQueue+Alamofire.swift
[28/42] Compiling Alamofire ServerTrustEvaluation.swift
[29/42] Compiling Alamofire Session.swift
[30/42] Compiling Alamofire SessionDelegate.swift
[31/42] Compiling Alamofire Request.swift
[32/42] Compiling Alamofire RequestCompression.swift
[33/42] Compiling Alamofire RequestInterceptor.swift
[34/42] Compiling Alamofire RequestTaskMap.swift
[35/42] Compiling Alamofire Response.swift
[36/42] Compiling Alamofire ResponseSerialization.swift
[37/42] Compiling Alamofire Result+Alamofire.swift
[38/42] Compiling Alamofire RetryPolicy.swift
[39/42] Compiling Alamofire EventMonitor.swift
[40/42] Compiling Alamofire HTTPHeaders.swift
[41/42] Compiling Alamofire HTTPMethod.swift
[42/42] Compiling Alamofire MultipartFormData.swift
[43/65] Compiling Moya AnyEncodable.swift
[44/65] Compiling Moya Atomic.swift
[45/65] Compiling Moya Cancellable.swift
[46/67] Emitting module Moya
[47/67] Compiling Moya URLRequest+Encoding.swift
[48/67] Compiling Moya ValidationType.swift
[49/67] Compiling Moya Plugin.swift
[50/67] Compiling Moya AccessTokenPlugin.swift
[51/67] Compiling Moya MoyaError.swift
[52/67] Compiling Moya MoyaProvider+Defaults.swift
[53/67] Compiling Moya MoyaProvider+Internal.swift
[54/67] Compiling Moya CredentialsPlugin.swift
[55/67] Compiling Moya NetworkActivityPlugin.swift
[56/67] Compiling Moya Task.swift
[57/67] Compiling Moya URL+Moya.swift
[58/67] Compiling Moya Response.swift
[59/67] Compiling Moya TargetType.swift
[60/67] Compiling Moya MoyaProvider.swift
[61/67] Compiling Moya MultiTarget.swift
[62/67] Compiling Moya MultipartFormData.swift
[63/67] Compiling Moya NetworkLoggerPlugin.swift
[64/67] Compiling Moya RequestTypeWrapper.swift
[65/67] Compiling Moya Endpoint.swift
[66/67] Compiling Moya Image.swift
[67/67] Compiling Moya Moya+Alamofire.swift
[68/70] Emitting module MoyaAPIClient
/Users/admin/builder/spi-builder-workspace/Sources/MoyaAPIClient/APIClientType.swift:88:1: warning: extension declares a conformance of imported type 'MoyaProvider' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Moya' introduce this conformance in the future
86 |
87 | // TODO: Remove when `MoyaProvider` conforms to `Sendable`.
88 | extension MoyaProvider: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'MoyaProvider' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Moya' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
89 |
[69/70] Compiling MoyaAPIClient APITarget.swift
[70/70] Compiling MoyaAPIClient APIClientType.swift
/Users/admin/builder/spi-builder-workspace/Sources/MoyaAPIClient/APIClientType.swift:88:1: warning: extension declares a conformance of imported type 'MoyaProvider' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Moya' introduce this conformance in the future
86 |
87 | // TODO: Remove when `MoyaProvider` conforms to `Sendable`.
88 | extension MoyaProvider: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'MoyaProvider' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Moya' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
89 |
Build complete! (75.02s)
Fetching https://github.com/Moya/Moya.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/25201] Fetching moya
[2/77639] Fetching moya, reactiveswift
[3/106419] Fetching moya, reactiveswift, alamofire
[4708/157835] Fetching moya, reactiveswift, alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.29s)
Fetched https://github.com/Moya/Moya.git from cache (4.29s)
Computing version for https://github.com/Moya/Moya.git
[87916/103854] Fetching reactiveswift, rxswift
Computed https://github.com/Moya/Moya.git at 15.0.3 (1.03s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (23.64s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (23.64s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.6.0 (0.73s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 6.7.0 (0.68s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.7.1 (0.54s)
Creating working copy for https://github.com/Moya/Moya.git
Working copy of https://github.com/Moya/Moya.git resolved at 15.0.3
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.7.1
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 6.7.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.6.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "moya",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "15.0.0",
            "upper_bound" : "16.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Moya/Moya.git"
    }
  ],
  "manifest_display_name" : "MoyaAPIClient",
  "name" : "MoyaAPIClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MoyaAPIClient",
      "targets" : [
        "MoyaAPIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MoyaAPIClientTests",
      "module_type" : "SwiftTarget",
      "name" : "MoyaAPIClientTests",
      "path" : "Tests/MoyaAPIClientTests",
      "sources" : [
        "APIClientTests.swift"
      ],
      "target_dependencies" : [
        "MoyaAPIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MoyaAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "MoyaAPIClient",
      "path" : "Sources/MoyaAPIClient",
      "product_dependencies" : [
        "Moya"
      ],
      "product_memberships" : [
        "MoyaAPIClient"
      ],
      "sources" : [
        "APIClientType.swift",
        "APITarget.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.