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 SwiftTUI, reference 0.1.0 (75ae35), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:18:03 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/rensbreur/SwiftTUI.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rensbreur/SwiftTUI
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 75ae35a Add Flags example
Cloned https://github.com/rensbreur/SwiftTUI.git
Revision (git rev-parse @):
75ae35af4115f87601657957e3332fc9eb5829d5
SUCCESS checkout https://github.com/rensbreur/SwiftTUI.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rensbreur/SwiftTUI.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/41] Emitting module SwiftTUI
[4/45] Compiling SwiftTUI PrimitiveView.swift
[5/45] Compiling SwiftTUI View.swift
[6/45] Compiling SwiftTUI ViewContainer.swift
[7/45] Compiling SwiftTUI ViewWrapper.swift
[8/45] Compiling SwiftTUI Border.swift
[9/45] Compiling SwiftTUI FixedFrame.swift
[10/45] Compiling SwiftTUI Padding.swift
[11/45] Compiling SwiftTUI EmptyView.swift
[12/45] Compiling SwiftTUI Color.swift
[13/45] Compiling SwiftTUI Position.swift
[14/45] Compiling SwiftTUI Rect.swift
[15/45] Compiling SwiftTUI Layer.swift
[16/45] Compiling SwiftTUI LayerDrawing.swift
[17/45] Compiling SwiftTUI Spacer.swift
[18/45] Compiling SwiftTUI Text.swift
[19/45] Compiling SwiftTUI TextField.swift
[20/45] Compiling SwiftTUI Node.swift
[21/45] Compiling SwiftTUI Control.swift
[22/45] Compiling SwiftTUI Window.swift
[23/45] Compiling SwiftTUI Node+logTree.swift
[24/45] Compiling SwiftTUI log.swift
[25/45] Compiling SwiftTUI Cell.swift
[26/45] Compiling SwiftTUI Renderer.swift
[27/45] Compiling SwiftTUI Size.swift
[28/45] Compiling SwiftTUI Binding.swift
[29/45] Compiling SwiftTUI State.swift
[30/45] Compiling SwiftTUI Application.swift
[31/45] Compiling SwiftTUI ArrowKeyParser.swift
[32/45] Compiling SwiftTUI SwiftTUI.swift
[33/45] Compiling SwiftTUI ControlMapper.swift
[34/45] Compiling SwiftTUI ViewBuilder.swift
[35/45] Compiling SwiftTUI _ConditionalView.swift
[36/45] Compiling SwiftTUI Button.swift
[37/45] Compiling SwiftTUI Color+View.swift
[38/45] Compiling SwiftTUI ForEach.swift
[39/45] Compiling SwiftTUI Group.swift
[40/45] Compiling SwiftTUI Optional+View.swift
[41/45] Compiling SwiftTUI TupleView.swift
[42/45] Compiling SwiftTUI Alignment.swift
[43/45] Compiling SwiftTUI HStack.swift
[44/45] Compiling SwiftTUI VStack.swift
[45/45] Compiling SwiftTUI Background.swift
Build complete! (5.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftTUI",
  "name" : "SwiftTUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftTUI",
      "targets" : [
        "SwiftTUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftTUITests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTUITests",
      "path" : "Tests/SwiftTUITests",
      "sources" : [
        "SwiftTUITests.swift"
      ],
      "target_dependencies" : [
        "SwiftTUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTUI",
      "path" : "Sources/SwiftTUI",
      "product_memberships" : [
        "SwiftTUI"
      ],
      "sources" : [
        "Controls/Control.swift",
        "Controls/Window.swift",
        "Debug/Node+logTree.swift",
        "Debug/log.swift",
        "Drawing/Cell.swift",
        "Drawing/Color.swift",
        "Drawing/Position.swift",
        "Drawing/Rect.swift",
        "Drawing/Rendering/Layer.swift",
        "Drawing/Rendering/LayerDrawing.swift",
        "Drawing/Rendering/Renderer.swift",
        "Drawing/Size.swift",
        "PropertyWrappers/Binding.swift",
        "PropertyWrappers/State.swift",
        "RunLoop/Application.swift",
        "RunLoop/ArrowKeyParser.swift",
        "SwiftTUI.swift",
        "View/ControlMapper.swift",
        "View/PrimitiveView.swift",
        "View/View.swift",
        "View/ViewContainer.swift",
        "View/ViewWrapper.swift",
        "View/Views/Merging/Alignment.swift",
        "View/Views/Merging/HStack.swift",
        "View/Views/Merging/VStack.swift",
        "View/Views/Modifier/Background.swift",
        "View/Views/Modifier/Border.swift",
        "View/Views/Modifier/FixedFrame.swift",
        "View/Views/Modifier/Padding.swift",
        "View/Views/Structural/EmptyView.swift",
        "View/Views/Structural/ForEach.swift",
        "View/Views/Structural/Group.swift",
        "View/Views/Structural/Optional+View.swift",
        "View/Views/Structural/TupleView.swift",
        "View/Views/Structural/ViewBuilder.swift",
        "View/Views/Structural/_ConditionalView.swift",
        "View/Views/Unary/Button.swift",
        "View/Views/Unary/Color+View.swift",
        "View/Views/Unary/Spacer.swift",
        "View/Views/Unary/Text.swift",
        "View/Views/Unary/TextField.swift",
        "ViewGraph/Node.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.