The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CwlCatchException, reference 2.2.1 (07b2ba), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 00:31:40 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/mattgallagher/cwlcatchexception.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattgallagher/cwlcatchexception
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at 07b2ba2 Merge pull request #10 from LowAmmo/Issue-9-Xcode16-Warnings
Cloned https://github.com/mattgallagher/cwlcatchexception.git
Revision (git rev-parse @):
07b2ba21d361c223e25e3c1e924288742923f08c
SUCCESS checkout https://github.com/mattgallagher/cwlcatchexception.git at 2.2.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "cwlcatchexception",
      "name": "CwlCatchException",
      "url": "https://github.com/mattgallagher/cwlcatchexception.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cwlcatchexception",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattgallagher/cwlcatchexception.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/cwlcatchexception.git from cache (0.68s)
Creating working copy for https://github.com/mattgallagher/cwlcatchexception.git
Working copy of https://github.com/mattgallagher/cwlcatchexception.git resolved at 2.2.1 (07b2ba2)
warning: '.resolve-product-dependencies': dependency 'cwlcatchexception' 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/mattgallagher/cwlcatchexception.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/3] Compiling CwlCatchExceptionSupport CwlCatchException.m
[4/5] Compiling CwlCatchException CwlCatchException.swift
[5/5] Emitting module CwlCatchException
Build complete! (4.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CwlCatchException",
  "name" : "CwlCatchException",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CwlCatchException",
      "targets" : [
        "CwlCatchException"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CwlCatchExceptionTests",
      "module_type" : "SwiftTarget",
      "name" : "CwlCatchExceptionTests",
      "path" : "Tests/CwlCatchExceptionTests",
      "sources" : [
        "CwlCatchExceptionTests.swift"
      ],
      "target_dependencies" : [
        "CwlCatchException"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CwlCatchExceptionSupport",
      "module_type" : "ClangTarget",
      "name" : "CwlCatchExceptionSupport",
      "path" : "Sources/CwlCatchExceptionSupport",
      "product_memberships" : [
        "CwlCatchException"
      ],
      "sources" : [
        "CwlCatchException.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CwlCatchException",
      "module_type" : "SwiftTarget",
      "name" : "CwlCatchException",
      "path" : "Sources/CwlCatchException",
      "product_memberships" : [
        "CwlCatchException"
      ],
      "sources" : [
        "CwlCatchException.swift"
      ],
      "target_dependencies" : [
        "CwlCatchExceptionSupport"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.