The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Network, reference 0.1.0 (c6c40e), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 13:34:14 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/0xOpenBytes/Network.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/Network
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at c6c40ef init
Cloned https://github.com/0xOpenBytes/Network.git
Revision (git rev-parse @):
c6c40ef1d9198df3b1f35b267f246a7ffa9b0571
SUCCESS checkout https://github.com/0xOpenBytes/Network.git at 0.1.0
Fetching https://github.com/0xOpenBytes/o
[1/248] Fetching o
Fetched https://github.com/0xOpenBytes/o from cache (0.65s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 2.1.0 (1.33s)
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 2.1.0
========================================
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": "network",
      "name": "Network",
      "url": "https://github.com/0xOpenBytes/Network.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Network",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "o",
          "name": "o",
          "url": "https://github.com/0xOpenBytes/o",
          "version": "2.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/o",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/0xOpenBytes/Network.git
[1/19] Fetching network
Fetched https://github.com/0xOpenBytes/Network.git from cache (0.67s)
Fetching https://github.com/0xOpenBytes/o from cache
Fetched https://github.com/0xOpenBytes/o from cache (0.44s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 2.1.1 (0.50s)
Creating working copy for https://github.com/0xOpenBytes/Network.git
Working copy of https://github.com/0xOpenBytes/Network.git resolved at 0.1.0 (c6c40ef)
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 2.1.1
warning: '.resolve-product-dependencies': dependency 'network' is not used by any target
Found 1 product dependencies
  - o
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xOpenBytes/Network.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/14] Compiling o o+console.swift
[5/14] Compiling o o+file.swift
[6/14] Compiling o NotificationDelegate.swift
[7/14] Compiling o NotificationAuthorization.swift
[8/14] Compiling o o+notification.swift
[9/14] Emitting module o
[10/14] Compiling o o+url.swift
[11/14] Compiling o NotificationGet.swift
[12/14] Compiling o NotificationUpdate.swift
[13/14] Compiling o NotificationDelete.swift
[14/14] Compiling o NotificationPost.swift
[15/15] Compiling o o.swift
[16/17] Emitting module Network
[17/17] Compiling Network Network.swift
Build complete! (5.57s)
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.