The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CwlPreconditionTesting, reference master (0139c6), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 01:47:33 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/mattgallagher/cwlpreconditiontesting.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattgallagher/cwlpreconditiontesting
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0139c66 Merge pull request #39 from LowAmmo/Issue-38-Xcode16-Warnings
Cloned https://github.com/mattgallagher/cwlpreconditiontesting.git
Revision (git rev-parse @):
0139c665ebb45e6a9fbdb68aabfd7c39f3fe0071
SUCCESS checkout https://github.com/mattgallagher/cwlpreconditiontesting.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattgallagher/cwlpreconditiontesting.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling CwlMachBadInstructionHandler mach_excServer.c
[5/9] Compiling CwlCatchExceptionSupport CwlCatchException.m
[6/11] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[8/11] Compiling CwlPosixPreconditionTesting CwlCatchBadInstructionPosix.swift
[9/11] Emitting module CwlPosixPreconditionTesting
[10/11] Compiling CwlCatchException CwlCatchException.swift
[11/11] Emitting module CwlCatchException
[12/15] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[13/15] Emitting module CwlPreconditionTesting
[14/15] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[15/15] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
Build complete! (5.18s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.65s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.19s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cwlcatchexception",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlCatchException.git"
    }
  ],
  "manifest_display_name" : "CwlPreconditionTesting",
  "name" : "CwlPreconditionTesting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CwlPreconditionTesting",
      "targets" : [
        "CwlPreconditionTesting",
        "CwlMachBadInstructionHandler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CwlPosixPreconditionTesting",
      "targets" : [
        "CwlPosixPreconditionTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CwlPreconditionTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "CwlPreconditionTestingTests",
      "path" : "Tests/CwlPreconditionTestingTests",
      "sources" : [
        "CwlCatchBadInstructionTests.swift"
      ],
      "target_dependencies" : [
        "CwlPreconditionTesting",
        "CwlPosixPreconditionTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CwlPreconditionTesting",
      "module_type" : "SwiftTarget",
      "name" : "CwlPreconditionTesting",
      "path" : "Sources/CwlPreconditionTesting",
      "product_dependencies" : [
        "CwlCatchException"
      ],
      "product_memberships" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "CwlBadInstructionException.swift",
        "CwlCatchBadInstruction.swift",
        "CwlDarwinDefinitions.swift"
      ],
      "target_dependencies" : [
        "CwlMachBadInstructionHandler"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CwlPosixPreconditionTesting",
      "module_type" : "SwiftTarget",
      "name" : "CwlPosixPreconditionTesting",
      "path" : "Sources/CwlPosixPreconditionTesting",
      "product_memberships" : [
        "CwlPosixPreconditionTesting"
      ],
      "sources" : [
        "CwlCatchBadInstructionPosix.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CwlMachBadInstructionHandler",
      "module_type" : "ClangTarget",
      "name" : "CwlMachBadInstructionHandler",
      "path" : "Sources/CwlMachBadInstructionHandler",
      "product_memberships" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "CwlMachBadInstructionHandler.m",
        "mach_excServer.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.