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 DSFToggleButton, reference master (434fab), with Swift 5.10 for macOS (SPM) on 20 Jul 2024 13:03:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.46.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFToggleButton.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFToggleButton
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 434fab2 Update copyright
Cloned https://github.com/dagronf/DSFToggleButton.git
Revision (git rev-parse @):
434fab25cde1d9876350107a5edb1825a8e29fda
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/dagronf/DSFToggleButton.git at master
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/392] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (1.59s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.0 (0.59s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.5.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dsftogglebutton",
      "name": "DSFToggleButton",
      "url": "https://github.com/dagronf/DSFToggleButton.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFToggleButton",
      "dependencies": [
        {
          "identity": "dsfappearancemanager",
          "name": "DSFAppearanceManager",
          "url": "https://github.com/dagronf/DSFAppearanceManager",
          "version": "3.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFAppearanceManager",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dagronf/DSFToggleButton.git
[1/494] Fetching dsftogglebutton
Fetched https://github.com/dagronf/DSFToggleButton.git from cache (0.77s)
Fetching https://github.com/dagronf/DSFAppearanceManager from cache
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.48s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.0 (0.03s)
Creating working copy for https://github.com/dagronf/DSFToggleButton.git
Working copy of https://github.com/dagronf/DSFToggleButton.git resolved at master (434fab2)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.5.0
warning: '.resolve-product-dependencies': dependency 'dsftogglebutton' is not used by any target
Found 1 product dependencies
  - DSFAppearanceManager
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dagronf/DSFToggleButton.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-33747A42983211AE.txt
[4/19] Compiling DSFAppearanceManager DSFSimpleLock.swift
[5/19] Compiling DSFAppearanceManager WeakBag.swift
[6/20] Compiling DSFAppearanceManager WeakBox.swift
[7/20] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[8/20] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[9/20] Emitting module DSFAppearanceManager
[10/20] Compiling DSFAppearanceManager DSFDebounce.swift
[11/20] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[12/20] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[13/20] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[14/20] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[15/20] Compiling DSFAppearanceManager NSView+Appearance.swift
[16/20] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[17/24] Compiling DSFToggleButton DSFToggleButton.swift
[18/24] Compiling DSFToggleButton DSFToggleButton+extensions.swift
[19/24] Compiling DSFToggleButton DSFToggleButton+SwiftUI.swift
[20/24] Emitting module DSFToggleButton
[20/24] Write Objects.LinkFileList
[22/24] Archiving libDSFToggleButton-static.a
[23/24] Linking libDSFToggleButton-shared.dylib
Build complete! (8.93s)
Build complete.
Done.