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 DeckUI, reference 1.0.1 (25c7f3), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 17:30:51 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/joshdholtz/DeckUI.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/joshdholtz/DeckUI
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 25c7f35 Merge pull request #2 from noppefoxwolf/feature/SlideDirectionNone
Cloned https://github.com/joshdholtz/DeckUI.git
Revision (git rev-parse @):
25c7f35f7f8f49e57763af164f6cbc25eeafd048
SUCCESS checkout https://github.com/joshdholtz/DeckUI.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/joshdholtz/DeckUI.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/16] Compiling DeckUI Media.swift
[4/16] Compiling DeckUI RawView.swift
[5/16] Compiling DeckUI Deck.swift
[6/16] Compiling DeckUI Title.swift
[7/16] Compiling DeckUI Words.swift
[8/16] Compiling DeckUI ContentItem.swift
[9/16] Compiling DeckUI Bullets.swift
[10/16] Compiling DeckUI Code.swift
[11/16] Compiling DeckUI Columns.swift
[12/16] Compiling DeckUI Slide.swift
[13/16] Emitting module DeckUI
[14/17] Compiling DeckUI DeckUI.swift
[15/17] Compiling DeckUI Theme.swift
[16/17] Compiling DeckUI CameraView.swift
[17/17] Compiling DeckUI Presenter.swift
Build complete! (9.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DeckUI",
  "name" : "DeckUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DeckUI",
      "targets" : [
        "DeckUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeckUITests",
      "module_type" : "SwiftTarget",
      "name" : "DeckUITests",
      "path" : "Tests/DeckUITests",
      "sources" : [
        "DeckUITests.swift"
      ],
      "target_dependencies" : [
        "DeckUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeckUI",
      "module_type" : "SwiftTarget",
      "name" : "DeckUI",
      "path" : "Sources/DeckUI",
      "product_memberships" : [
        "DeckUI"
      ],
      "sources" : [
        "DSL/ContentItem.swift",
        "DSL/ContentItems/Bullets.swift",
        "DSL/ContentItems/Code.swift",
        "DSL/ContentItems/Columns.swift",
        "DSL/ContentItems/Media.swift",
        "DSL/ContentItems/RawView.swift",
        "DSL/ContentItems/Title.swift",
        "DSL/ContentItems/Words.swift",
        "DSL/Deck.swift",
        "DSL/Slide.swift",
        "DSL/Theme.swift",
        "DeckUI.swift",
        "Views/CameraView.swift",
        "Views/Presenter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.