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 master (555dc1), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 03:45:15 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: 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
========================================
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 ApplicationProxy.swift
[5/9] Compiling Degu ApplicationProxyDelegate.swift
[6/9] Compiling Degu Swizzle.swift
[7/9] Emitting module Degu
[8/9] Compiling Degu ViewController.extension.swift
[9/9] Compiling Degu Application.extension.swift
Build complete! (6.53s)
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.