The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NSUI, reference 1.4.0 (5d91aa), with Swift 6.2 for macOS (SPM) on 27 Apr 2026 18:28:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/mattmassicotte/nsui.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/nsui
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 5d91aab Fix tests on watchOS
Cloned https://github.com/mattmassicotte/nsui.git
Revision (git rev-parse @):
5d91aab05bb74945423ae021391a584d0ccd1671
SUCCESS checkout https://github.com/mattmassicotte/nsui.git at 1.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattmassicotte/nsui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/19] Compiling NSUI TableViewDiffableDataSource.swift
[4/19] Compiling NSUI TextView.swift
[5/19] Compiling NSUI ViewRepresentable.swift
[6/19] Compiling NSUI ScrollView.swift
[7/19] Compiling NSUI TableView.swift
[8/19] Compiling NSUI ImageView.swift
[9/19] Compiling NSUI IndexPath.swift
[10/19] Compiling NSUI Label.swift
[11/19] Compiling NSUI PlatformKit.swift
[12/19] Compiling NSUI Font.swift
[13/19] Compiling NSUI Image.swift
[14/19] Compiling NSUI Color.swift
[15/19] Compiling NSUI ControlActiveState.swift
[16/19] Emitting module NSUI
[17/19] Compiling NSUI Aliases.swift
[18/19] Compiling NSUI BezierPath.swift
[19/19] Compiling NSUI ViewControllerRepresentable.swift
[20/20] Compiling NSUI Views.swift
Build complete! (8.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NSUI",
  "name" : "NSUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "NSUI",
      "targets" : [
        "NSUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NSUITests",
      "module_type" : "SwiftTarget",
      "name" : "NSUITests",
      "path" : "Tests/NSUITests",
      "sources" : [
        "ColorTests.swift",
        "ControllerTests.swift",
        "ImageTests.swift",
        "TextViewTests.swift",
        "ViewControllerRepresentableTests.swift",
        "ViewRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "NSUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NSUI",
      "module_type" : "SwiftTarget",
      "name" : "NSUI",
      "path" : "Sources/NSUI",
      "product_memberships" : [
        "NSUI"
      ],
      "sources" : [
        "Aliases.swift",
        "BezierPath.swift",
        "Color.swift",
        "ControlActiveState.swift",
        "Font.swift",
        "Image.swift",
        "ImageView.swift",
        "IndexPath.swift",
        "Label.swift",
        "PlatformKit.swift",
        "ScrollView.swift",
        "TableView.swift",
        "TableViewDiffableDataSource.swift",
        "TextView.swift",
        "ViewControllerRepresentable.swift",
        "ViewRepresentable.swift",
        "Views.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.