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 Degu, reference 0.2.0 (16d23f), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 03:45:32 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/cats-oss/Degu.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cats-oss/Degu
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 16d23f4 Update Degu.podspec
Cloned https://github.com/cats-oss/Degu.git
Revision (git rev-parse @):
16d23f43507ebdf26b81d58ded8fecc3ba0c52a4
SUCCESS checkout https://github.com/cats-oss/Degu.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cats-oss/Degu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/9] Compiling RuntimeHandler RuntimeHandler.m
[4/9] Compiling Degu ApplicationProxyDelegate.swift
[5/9] Compiling Degu Swizzle.swift
[6/9] Compiling Degu ViewController.extension.swift
[7/9] Compiling Degu ApplicationProxy.swift
[8/9] Emitting module Degu
[9/9] Compiling Degu Application.extension.swift
Build complete! (6.02s)
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.