The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WTV, reference main (8eefc6), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 12:45:18 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/0xLet/WTV.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/WTV
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8eefc65 Merge pull request #3 from 0xLeif/develop
Cloned https://github.com/0xLet/WTV.git
Revision (git rev-parse @):
8eefc65bf823eb7612047dbd2df4c6c73864c500
SUCCESS checkout https://github.com/0xLet/WTV.git at main
========================================
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": "wtv",
      "name": "WTV",
      "url": "https://github.com/0xLet/WTV.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WTV",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/0xLet/WTV.git
[1/52] Fetching wtv
Fetched https://github.com/0xLet/WTV.git from cache (0.59s)
Creating working copy for https://github.com/0xLet/WTV.git
Working copy of https://github.com/0xLet/WTV.git resolved at main (8eefc65)
warning: '.resolve-product-dependencies': dependency 'wtv' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xLet/WTV.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Emitting module WTV
[4/4] Compiling WTV WTV.swift
Build complete! (3.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WTV",
  "name" : "WTV",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WTV",
      "targets" : [
        "WTV"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WTVTests",
      "module_type" : "SwiftTarget",
      "name" : "WTVTests",
      "path" : "Tests/WTVTests",
      "sources" : [
        "WTVTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "WTV"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WTV",
      "module_type" : "SwiftTarget",
      "name" : "WTV",
      "path" : "Sources/WTV",
      "product_memberships" : [
        "WTV"
      ],
      "sources" : [
        "WTV.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.