The Swift Package Index logo.Swift Package Index

Build Information

Successful build of APIAlerts, reference 1.1.0 (89915a), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 21:24:33 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/apialerts/apialerts-swift.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apialerts/apialerts-swift
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 89915a2 disable on push to main github action
Cloned https://github.com/apialerts/apialerts-swift.git
Revision (git rev-parse @):
89915a2f85fcbe0f7a8d4d9dd3fcc48f45e64608
SUCCESS checkout https://github.com/apialerts/apialerts-swift.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apialerts/apialerts-swift.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/13] Compiling APIAlerts HttpMethod.swift
[4/14] Compiling APIAlerts EncoderDecoder.swift
[5/14] Compiling APIAlerts Endpoints.swift
[6/14] Compiling APIAlerts EventRequest.swift
[7/14] Compiling APIAlerts ErrorObject.swift
[8/14] Compiling APIAlerts Constants.swift
[9/14] Compiling APIAlerts EventResponse.swift
[10/14] Compiling APIAlerts ErrorResponse.swift
[11/14] Emitting module APIAlerts
[12/14] Compiling APIAlerts APIAlerts.swift
[13/14] Compiling APIAlerts Client.swift
[14/14] Compiling APIAlerts Network.swift
Build complete! (8.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "APIAlerts",
  "name" : "APIAlerts",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "APIAlerts",
      "targets" : [
        "APIAlerts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "APIAlertsTests",
      "module_type" : "SwiftTarget",
      "name" : "APIAlertsTests",
      "path" : "Tests/APIAlertsTests",
      "sources" : [
        "ConstantsTest.swift",
        "Network/Contract/ErrorResponseTests.swift",
        "Network/Contract/EventRequestTests.swift",
        "Network/Contract/EventResponseTests.swift",
        "Network/Util/HttpMethodTests.swift"
      ],
      "target_dependencies" : [
        "APIAlerts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APIAlerts",
      "module_type" : "SwiftTarget",
      "name" : "APIAlerts",
      "path" : "Sources",
      "product_memberships" : [
        "APIAlerts"
      ],
      "sources" : [
        "apialerts-swift/APIAlerts.swift",
        "apialerts-swift/Client.swift",
        "apialerts-swift/Constants.swift",
        "apialerts-swift/Network/Contract/ErrorResponse.swift",
        "apialerts-swift/Network/Contract/EventRequest.swift",
        "apialerts-swift/Network/Contract/EventResponse.swift",
        "apialerts-swift/Network/Endpoints.swift",
        "apialerts-swift/Network/ErrorObject.swift",
        "apialerts-swift/Network/Util/EncoderDecoder.swift",
        "apialerts-swift/Network/Util/HttpMethod.swift",
        "apialerts-swift/Network/Util/Network.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.