The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Degu, reference master (555dc1), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 02:50:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cats-oss/Degu.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cats-oss/Degu
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 555dc1a Update README.md
Cloned https://github.com/cats-oss/Degu.git
Revision (git rev-parse @):
555dc1a552b4788fc29ea9363d5c9aecf27056b0
SUCCESS checkout https://github.com/cats-oss/Degu.git at master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "degu",
      "name": "Degu",
      "url": "https://github.com/cats-oss/Degu.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Degu",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cats-oss/Degu.git
[1/308] Fetching degu
Fetched https://github.com/cats-oss/Degu.git from cache (0.90s)
Creating working copy for https://github.com/cats-oss/Degu.git
Working copy of https://github.com/cats-oss/Degu.git resolved at master (555dc1a)
warning: '.resolve-product-dependencies': dependency 'degu' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cats-oss/Degu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.txt
[2/9] Compiling RuntimeHandler RuntimeHandler.m
[4/9] Compiling Degu Application.extension.swift
[5/9] Compiling Degu Swizzle.swift
[6/9] Emitting module Degu
[7/9] Compiling Degu ApplicationProxyDelegate.swift
[8/9] Compiling Degu ViewController.extension.swift
[9/9] Compiling Degu ApplicationProxy.swift
Build complete! (7.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Degu",
  "name" : "Degu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Degu",
      "targets" : [
        "Degu",
        "RuntimeHandler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RuntimeHandler",
      "module_type" : "ClangTarget",
      "name" : "RuntimeHandler",
      "path" : "Sources/RuntimeHandler",
      "product_memberships" : [
        "Degu"
      ],
      "sources" : [
        "RuntimeHandler.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Degu",
      "module_type" : "SwiftTarget",
      "name" : "Degu",
      "path" : "Sources/Degu",
      "product_memberships" : [
        "Degu"
      ],
      "sources" : [
        "Application.extension.swift",
        "ApplicationProxy.swift",
        "ApplicationProxyDelegate.swift",
        "Swizzle.swift",
        "ViewController.extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.