The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Nappa, reference 4.0.0 (6078a3), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 20:43:58 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AlTavares/Nappa.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AlTavares/Nappa
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at 6078a37 ci: update task name
Cloned https://github.com/AlTavares/Nappa.git
Revision (git rev-parse @):
6078a37aeb0ca1376c83580b9f5f7dda03c80f4d
SUCCESS checkout https://github.com/AlTavares/Nappa.git at 4.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AlTavares/Nappa.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling Nappa AnyEncodable.swift
[4/11] Compiling Nappa DispatchQueueExtension.swift
[5/11] Compiling Nappa HTTPService.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nappa/HTTPService.swift:133:57: warning: conditional cast from 'HTTPResponseError' to 'HTTPResponseError' always succeeds
131 |             return adapter.performRequest(request: request, completionHandler: completionHandler)
132 |         } catch {
133 |             completionHandler(DataResponse(error: error as? HTTPResponseError))
    |                                                         `- warning: conditional cast from 'HTTPResponseError' to 'HTTPResponseError' always succeeds
134 |             return nil
135 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Nappa/HTTPService.swift:175:17: warning: capture of non-sendable type 'Value.Type' in an isolated closure
173 |             }
174 |             queue.async {
175 |                 completionHandler(objectResponse)
    |                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
176 |             }
177 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Nappa/HTTPService.swift:168:106: warning: capture of non-sendable type 'Value.Type' in an isolated closure
166 |
167 |     @discardableResult
168 |     public func responseObject<Value>(keyPath: String? = nil, queue: DispatchQueue = DispatchQueue.main, completionHandler: @escaping (ObjectResponse<Value>) -> Void) -> RequestTask? {
    |                                                                                                          `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
169 |         return response { dataResponse in
170 |             let objectResponse = ObjectResponse<Value>(response: dataResponse)
[6/11] Compiling Nappa HTTPServiceErrors.swift
[7/11] Compiling Nappa HTTPRequestAdapter.swift
[8/11] Compiling Nappa URLRequestExtension.swift
[9/11] Compiling Nappa ResultExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nappa/Extensions/ResultExtension.swift:22:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | }
21 |
22 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public var debugDescription: String {
24 |         switch self {
[10/11] Emitting module Nappa
/Users/admin/builder/spi-builder-workspace/Sources/Nappa/Extensions/ResultExtension.swift:22:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | }
21 |
22 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public var debugDescription: String {
24 |         switch self {
[11/11] Compiling Nappa HTTPResponse.swift
Build complete! (3.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Nappa",
  "name" : "Nappa",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Nappa",
      "targets" : [
        "Nappa"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Nappa",
      "module_type" : "SwiftTarget",
      "name" : "Nappa",
      "path" : "Sources/Nappa",
      "product_memberships" : [
        "Nappa"
      ],
      "sources" : [
        "AnyEncodable.swift",
        "DispatchQueueExtension.swift",
        "Extensions/ResultExtension.swift",
        "Extensions/URLRequestExtension.swift",
        "HTTPRequestAdapter.swift",
        "HTTPResponse.swift",
        "HTTPService.swift",
        "HTTPServiceErrors.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.