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 V2exAPI, reference 1.1.1 (2e1571), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 13:09:30 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/isaced/V2exAPI.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/isaced/V2exAPI
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 2e15716 fix: add Hashable
Cloned https://github.com/isaced/V2exAPI.git
Revision (git rev-parse @):
2e15716b7315a2f274fa17eedaa399095f5d0156
SUCCESS checkout https://github.com/isaced/V2exAPI.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/isaced/V2exAPI.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 V2exAPI V2Notification.swift
[4/11] Compiling V2exAPI V2Response.swift
[5/11] Emitting module V2exAPI
[6/11] Compiling V2exAPI V2Member.swift
[7/11] Compiling V2exAPI V2Token.swift
[8/11] Compiling V2exAPI V2Topic.swift
[9/11] Compiling V2exAPI V2Node.swift
[10/11] Compiling V2exAPI V2Comment.swift
[11/11] Compiling V2exAPI V2exAPI.swift
Build complete! (4.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "V2exAPI",
  "name" : "V2exAPI",
  "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" : "V2exAPI",
      "targets" : [
        "V2exAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "V2exAPITests",
      "module_type" : "SwiftTarget",
      "name" : "V2exAPITests",
      "path" : "Tests/V2exAPITests",
      "sources" : [
        "V2exAPITests.swift"
      ],
      "target_dependencies" : [
        "V2exAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "V2exAPI",
      "module_type" : "SwiftTarget",
      "name" : "V2exAPI",
      "path" : "Sources/V2exAPI",
      "product_memberships" : [
        "V2exAPI"
      ],
      "sources" : [
        "Models/V2Comment.swift",
        "Models/V2Member.swift",
        "Models/V2Node.swift",
        "Models/V2Notification.swift",
        "Models/V2Response.swift",
        "Models/V2Token.swift",
        "Models/V2Topic.swift",
        "V2exAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.