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 DSFDockTile, reference 1.0.0 (921840), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:58:49 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/DSFDockTile.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFDockTile
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 921840f Added privacy manifest, macOS min is now 10.13, SPM version 5.4
Cloned https://github.com/dagronf/DSFDockTile.git
Revision (git rev-parse @):
921840f138ece177c9c636958434d674d9d42d72
SUCCESS checkout https://github.com/dagronf/DSFDockTile.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFDockTile.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/6] Emitting module DSFImageFlipbook
[6/6] Compiling DSFImageFlipbook DSFImageFlipbook.swift
[7/16] Compiling DSFDockTile DSFDockTile.swift
[8/16] Compiling DSFDockTile resource_bundle_accessor.swift
[9/16] Compiling DSFDockTile DSFDockTile+Core.swift
[10/16] Compiling DSFDockTile DSFDockTile+ViewController.swift
[11/16] Compiling DSFDockTile DSFDockTile+Image.swift
[12/16] Compiling DSFDockTile DSFDockTile+Animation.swift
[13/16] Compiling DSFDockTile DSFDockTile+ConstantImage.swift
[14/16] Compiling DSFDockTile DSFDockTile+Attention.swift
[15/16] Compiling DSFDockTile DSFDockTile+SwiftUI.swift
[16/16] Emitting module DSFDockTile
Build complete! (12.76s)
Fetching https://github.com/dagronf/DSFImageFlipbook
[1/42] Fetching dsfimageflipbook
Fetched https://github.com/dagronf/DSFImageFlipbook from cache (0.62s)
Computing version for https://github.com/dagronf/DSFImageFlipbook
Computed https://github.com/dagronf/DSFImageFlipbook at 1.0.1 (1.18s)
Creating working copy for https://github.com/dagronf/DSFImageFlipbook
Working copy of https://github.com/dagronf/DSFImageFlipbook resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dsfimageflipbook",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFImageFlipbook"
    }
  ],
  "manifest_display_name" : "DSFDockTile",
  "name" : "DSFDockTile",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFDockTile",
      "targets" : [
        "DSFDockTile"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFDockTileTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFDockTileTests",
      "path" : "Tests/DSFDockTileTests",
      "sources" : [
        "DSFDockTileTests.swift"
      ],
      "target_dependencies" : [
        "DSFDockTile"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFDockTile",
      "module_type" : "SwiftTarget",
      "name" : "DSFDockTile",
      "path" : "Sources/DSFDockTile",
      "product_dependencies" : [
        "DSFImageFlipbook"
      ],
      "product_memberships" : [
        "DSFDockTile"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DSFDockTile/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DSFDockTile+Animation.swift",
        "DSFDockTile+Attention.swift",
        "DSFDockTile+ConstantImage.swift",
        "DSFDockTile+Core.swift",
        "DSFDockTile+Image.swift",
        "DSFDockTile+SwiftUI.swift",
        "DSFDockTile+ViewController.swift",
        "DSFDockTile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.