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 ElegantTabs, reference main (603dac), with Swift 5.10 for macOS (SPM) on 9 May 2025 09:27:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Krusty84/ElegantTabs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Krusty84/ElegantTabs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 603dace Update README.md
Cloned https://github.com/Krusty84/ElegantTabs.git
Revision (git rev-parse @):
603daceacbf826471de574a6492b81741b74c042
SUCCESS checkout https://github.com/Krusty84/ElegantTabs.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Krusty84/ElegantTabs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module ElegantTabs
[4/4] Compiling ElegantTabs ElegantTabs.swift
Build complete! (8.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ElegantTabs",
  "name" : "ElegantTabs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ElegantTabs",
      "targets" : [
        "ElegantTabs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElegantTabsTests",
      "module_type" : "SwiftTarget",
      "name" : "ElegantTabsTests",
      "path" : "Tests/ElegantTabsTests",
      "sources" : [
        "ElegantTabsTests.swift"
      ],
      "target_dependencies" : [
        "ElegantTabs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElegantTabs",
      "module_type" : "SwiftTarget",
      "name" : "ElegantTabs",
      "path" : "Sources/ElegantTabs",
      "product_memberships" : [
        "ElegantTabs"
      ],
      "sources" : [
        "ElegantTabs.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.