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 Network, reference main (951967), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:28:59 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/0xOpenBytes/Network.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/Network
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 951967f Create LICENSE
Cloned https://github.com/0xOpenBytes/Network.git
Revision (git rev-parse @):
951967f2b448955573481e03c45afe956ca914f9
SUCCESS checkout https://github.com/0xOpenBytes/Network.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xOpenBytes/Network.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling o NotificationDelete.swift
[5/15] Emitting module o
[6/15] Compiling o NotificationDelegate.swift
[7/15] Compiling o o+notification.swift
[8/15] Compiling o NotificationPost.swift
[9/15] Compiling o NotificationUpdate.swift
[10/15] Compiling o o+console.swift
[11/15] Compiling o o+file.swift
[12/15] Compiling o NotificationAuthorization.swift
[13/15] Compiling o NotificationGet.swift
[14/15] Compiling o o+url.swift
[15/15] Compiling o o.swift
[16/17] Compiling Network Network.swift
[17/17] Emitting module Network
Build complete! (5.84s)
Fetching https://github.com/0xOpenBytes/o
[1/248] Fetching o
Fetched https://github.com/0xOpenBytes/o from cache (0.60s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 2.1.1 (1.12s)
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 2.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "o",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/o"
    }
  ],
  "manifest_display_name" : "Network",
  "name" : "Network",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Network",
      "targets" : [
        "Network"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkTests",
      "path" : "Tests/NetworkTests",
      "sources" : [
        "NetworkTests.swift"
      ],
      "target_dependencies" : [
        "Network"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Network",
      "module_type" : "SwiftTarget",
      "name" : "Network",
      "path" : "Sources/Network",
      "product_dependencies" : [
        "o"
      ],
      "product_memberships" : [
        "Network"
      ],
      "sources" : [
        "Network.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.