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 tinyAPI, reference 1.0.1 (e93c7b), with Swift 6.2 (beta) for macOS (SPM) on 20 Jul 2025 19:15:00 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/roberthein/tinyAPI.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/roberthein/tinyAPI
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at e93c7bd Make public.
Cloned https://github.com/roberthein/tinyAPI.git
Revision (git rev-parse @):
e93c7bd1f7f598b38124b874efa14d5846f7007f
SUCCESS checkout https://github.com/roberthein/tinyAPI.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/roberthein/tinyAPI.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/4] Compiling tinyAPI tinyAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:185:5: warning: 'public' modifier is redundant for instance method declared in a public extension
183 | public extension TinyAPIClient {
184 |     // GET request
185 |     public func get<T: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
186 |         from baseURL: String,
187 |         path: String,
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:203:5: warning: 'public' modifier is redundant for instance method declared in a public extension
201 |
202 |     // POST request with Codable body
203 |     public func post<T: Codable & Sendable, U: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
204 |         to baseURL: String,
205 |         path: String,
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:222:5: warning: 'public' modifier is redundant for instance method declared in a public extension
220 |
221 |     // PUT request with Codable body
222 |     public func put<T: Codable & Sendable, U: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
223 |         to baseURL: String,
224 |         path: String,
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:241:5: warning: 'public' modifier is redundant for instance method declared in a public extension
239 |
240 |     // DELETE request
241 |     public func delete<T: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
242 |         from baseURL: String,
243 |         path: String,
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:340:5: warning: 'public' modifier is redundant for instance method declared in a public extension
338 |
339 |     // POST request with Codable body
340 |     public func post<T: Codable & Sendable, U: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
341 |         to baseURL: String,
342 |         path: String,
[4/4] Emitting module tinyAPI
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:185:5: warning: 'public' modifier is redundant for instance method declared in a public extension
183 | public extension TinyAPIClient {
184 |     // GET request
185 |     public func get<T: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
186 |         from baseURL: String,
187 |         path: String,
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:203:5: warning: 'public' modifier is redundant for instance method declared in a public extension
201 |
202 |     // POST request with Codable body
203 |     public func post<T: Codable & Sendable, U: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
204 |         to baseURL: String,
205 |         path: String,
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:222:5: warning: 'public' modifier is redundant for instance method declared in a public extension
220 |
221 |     // PUT request with Codable body
222 |     public func put<T: Codable & Sendable, U: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
223 |         to baseURL: String,
224 |         path: String,
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:241:5: warning: 'public' modifier is redundant for instance method declared in a public extension
239 |
240 |     // DELETE request
241 |     public func delete<T: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
242 |         from baseURL: String,
243 |         path: String,
/Users/admin/builder/spi-builder-workspace/Sources/tinyAPI/tinyAPI.swift:340:5: warning: 'public' modifier is redundant for instance method declared in a public extension
338 |
339 |     // POST request with Codable body
340 |     public func post<T: Codable & Sendable, U: Codable & Sendable>(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
341 |         to baseURL: String,
342 |         path: String,
Build complete! (4.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "tinyAPI",
  "name" : "tinyAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "tinyAPI",
      "targets" : [
        "tinyAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tinyAPI",
      "module_type" : "SwiftTarget",
      "name" : "tinyAPI",
      "path" : "Sources/tinyAPI",
      "product_memberships" : [
        "tinyAPI"
      ],
      "sources" : [
        "tinyAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.