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 DSFComboButton, reference main (675b8c), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 23:09:30 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/dagronf/DSFComboButton.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFComboButton
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 675b8c1 Update macOS minimum version to 10.13, Swift to 5.4
Cloned https://github.com/dagronf/DSFComboButton.git
Revision (git rev-parse @):
675b8c13e0db5a759a6b757b09f7e18768830f29
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/DSFComboButton.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFComboButton.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling DSFComboButton DelayedMenuButton.swift
[4/10] Compiling DSFComboButton DSFComboButton.swift
[5/10] Emitting module DSFComboButton
[6/10] Compiling DSFComboButton DSFComboButton+private.swift
[6/10] Write Objects.LinkFileList
[8/10] Archiving libDSFComboButton-static.a
[9/10] Linking libDSFComboButton-shared.dylib
Build complete! (7.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DSFComboButton",
  "name" : "DSFComboButton",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFComboButton",
      "targets" : [
        "DSFComboButton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFComboButton-static",
      "targets" : [
        "DSFComboButton"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFComboButton-shared",
      "targets" : [
        "DSFComboButton"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFComboButtonTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFComboButtonTests",
      "path" : "Tests/DSFComboButtonTests",
      "sources" : [
        "DSFComboButtonTests.swift"
      ],
      "target_dependencies" : [
        "DSFComboButton"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFComboButton",
      "module_type" : "SwiftTarget",
      "name" : "DSFComboButton",
      "path" : "Sources/DSFComboButton",
      "product_memberships" : [
        "DSFComboButton",
        "DSFComboButton-static",
        "DSFComboButton-shared"
      ],
      "sources" : [
        "DSFComboButton.swift",
        "private/DSFComboButton+private.swift",
        "private/DelayedMenuButton.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.