The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Nappa, reference master (cbf698), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 17:43:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AlTavares/Nappa.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AlTavares/Nappa
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cbf6989 Merge branch 'develop'
Cloned https://github.com/AlTavares/Nappa.git
Revision (git rev-parse @):
cbf6989efa0c46d8fb2a44098b26071b69201787
SUCCESS checkout https://github.com/AlTavares/Nappa.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "nappa",
      "name": "Nappa",
      "url": "https://github.com/AlTavares/Nappa.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nappa",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AlTavares/Nappa.git
[1/781] Fetching nappa
Fetched https://github.com/AlTavares/Nappa.git from cache (1.48s)
Creating working copy for https://github.com/AlTavares/Nappa.git
Working copy of https://github.com/AlTavares/Nappa.git resolved at master (cbf6989)
warning: '.resolve-product-dependencies': dependency 'nappa' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/AlTavares/Nappa.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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 {
[4/11] Compiling Nappa HTTPServiceErrors.swift
[5/11] Compiling Nappa HTTPRequestAdapter.swift
[6/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 {
[7/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 |         }
[8/11] Compiling Nappa AnyEncodable.swift
[9/11] Compiling Nappa HTTPResponse.swift
[10/11] Compiling Nappa DispatchQueueExtension.swift
[11/11] Compiling Nappa URLRequestExtension.swift
Build complete! (4.11s)
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.