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 DSFToolbar, reference main (f486eb), with Swift 5.10 for macOS (SPM) on 6 Aug 2024 11:02:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFToolbar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFToolbar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f486eb1 minor package update
Cloned https://github.com/dagronf/DSFToolbar.git
Revision (git rev-parse @):
f486eb1e532d77fd2a9c9eb21f3e90a0b092ba45
SUCCESS checkout https://github.com/dagronf/DSFToolbar.git at main
Fetching https://github.com/dagronf/DSFValueBinders
[1/235] Fetching dsfvaluebinders
Fetched https://github.com/dagronf/DSFValueBinders from cache (1.12s)
Computing version for https://github.com/dagronf/DSFValueBinders
Computed https://github.com/dagronf/DSFValueBinders at 1.0.1 (0.56s)
Creating working copy for https://github.com/dagronf/DSFValueBinders
Working copy of https://github.com/dagronf/DSFValueBinders resolved at 1.0.1
========================================
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": "dsftoolbar",
      "name": "DSFToolbar",
      "url": "https://github.com/dagronf/DSFToolbar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFToolbar",
      "dependencies": [
        {
          "identity": "dsfvaluebinders",
          "name": "DSFValueBinders",
          "url": "https://github.com/dagronf/DSFValueBinders",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFValueBinders",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dagronf/DSFToolbar.git
[1/1467] Fetching dsftoolbar
Fetched https://github.com/dagronf/DSFToolbar.git from cache (1.09s)
Fetching https://github.com/dagronf/DSFValueBinders from cache
Fetched https://github.com/dagronf/DSFValueBinders from cache (0.48s)
Computing version for https://github.com/dagronf/DSFValueBinders
Computed https://github.com/dagronf/DSFValueBinders at 1.0.1 (0.03s)
Creating working copy for https://github.com/dagronf/DSFValueBinders
Working copy of https://github.com/dagronf/DSFValueBinders resolved at 1.0.1
Creating working copy for https://github.com/dagronf/DSFToolbar.git
Working copy of https://github.com/dagronf/DSFToolbar.git resolved at main (f486eb1)
warning: '.resolve-product-dependencies': dependency 'dsftoolbar' is not used by any target
Found 1 product dependencies
  - DSFValueBinders
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/dagronf/DSFToolbar.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/18] Compiling DSFValueBinders ValueBinder+transformers.swift
[5/19] Compiling DSFValueBinders WrappedPublisher.swift
[6/19] Compiling DSFValueBinders ValueBinder+transform.swift
[7/19] Compiling DSFValueBinders ValueBinder+Binding.swift
[8/19] Compiling DSFValueBinders ValueBinder.swift
[9/19] Compiling DSFValueBinders EnumKeyPathBinder.swift
[10/19] Compiling DSFValueBinders PropertyWrapper.swift
[11/19] Compiling DSFValueBinders KeyPathBinder.swift
[12/19] Compiling DSFValueBinders CombiningValueBinder.swift
[13/19] Compiling DSFValueBinders DSFValueBinders.swift
[14/19] Emitting module DSFValueBinders
[15/19] Compiling DSFValueBinders SemLock.swift
[16/36] Compiling DSFToolbar DSFToolbar.Standard.swift
[17/36] Compiling DSFToolbar DSFToolbar.View.swift
[18/37] Compiling DSFToolbar DSFToolbar.Search.swift
[19/37] Compiling DSFToolbar DSFToolbar.Segmented+catalyst.swift
[20/37] Compiling DSFToolbar DSFToolbar.Group.swift
[21/37] Compiling DSFToolbar DSFToolbar.Item.swift
[22/37] Compiling DSFToolbar DSFToolbar.Segmented.swift
[23/37] Compiling DSFToolbar DSFToolbar.Separator.swift
[24/37] Compiling DSFToolbar DSFToolbar.PopupMenu.swift
[25/37] Compiling DSFToolbar DSFToolbar.ResultBuilders.swift
[26/37] Emitting module DSFToolbar
[27/37] Compiling DSFToolbar DSFToolbar.Button.swift
[28/37] Compiling DSFToolbar DSFToolbar.Core.swift
[29/37] Compiling DSFToolbar DSFToolbar.PopoverButton.swift
[30/37] Compiling DSFToolbar DSFToolbar.PopupButton.swift
[31/37] Compiling DSFToolbar logging.swift
[32/37] Compiling DSFToolbar DSFToolbar.swift
[33/37] Compiling DSFToolbar utilities.swift
[33/37] Write Objects.LinkFileList
[35/37] Archiving libDSFToolbar-static.a
[36/37] Linking libDSFToolbar-shared.dylib
Build complete! (9.70s)
Build complete.
Done.