The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FileProxy, reference master (b3f42a), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 19:10:45 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/michaelnisi/fileproxy.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/fileproxy
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b3f42aa Note install
Cloned https://github.com/michaelnisi/fileproxy.git
Revision (git rev-parse @):
b3f42aa67cfe38d888ab373b0f0a83f516675084
SUCCESS checkout https://github.com/michaelnisi/fileproxy.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": "fileproxy",
      "name": "FileProxy",
      "url": "https://github.com/michaelnisi/fileproxy.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fileproxy",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/michaelnisi/fileproxy.git
[1/345] Fetching fileproxy
Fetched https://github.com/michaelnisi/fileproxy.git from cache (0.83s)
Creating working copy for https://github.com/michaelnisi/fileproxy.git
Working copy of https://github.com/michaelnisi/fileproxy.git resolved at master (b3f42aa)
warning: '.resolve-product-dependencies': dependency 'fileproxy' 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/michaelnisi/fileproxy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling FileProxy FileProxying.swift
[4/7] Compiling FileProxy FileProxyDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FileProxy/FileProxyDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 11 | private let log = OSLog.disabled
 12 |
 13 | public protocol FileProxyDelegate: class {
    |                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 14 |
 15 |   func proxy(
[5/7] Compiling FileProxy FileProxy.swift
[6/7] Compiling FileProxy FileLocator.swift
[7/7] Emitting module FileProxy
/Users/admin/builder/spi-builder-workspace/Sources/FileProxy/FileProxyDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 11 | private let log = OSLog.disabled
 12 |
 13 | public protocol FileProxyDelegate: class {
    |                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 14 |
 15 |   func proxy(
Build complete! (4.07s)
warning: 'spi-builder-workspace': the target name FileProxyTests has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FileProxy",
  "name" : "FileProxy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "FileProxy",
      "targets" : [
        "FileProxy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileProxyTests",
      "module_type" : "SwiftTarget",
      "name" : "FileProxyTests",
      "path" : "Tests/FileProxyTests",
      "sources" : [
        "fileproxyTests.swift"
      ],
      "target_dependencies" : [
        "FileProxy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileProxy",
      "module_type" : "SwiftTarget",
      "name" : "FileProxy",
      "path" : "Sources/FileProxy",
      "product_memberships" : [
        "FileProxy"
      ],
      "sources" : [
        "FileLocator.swift",
        "FileProxy.swift",
        "FileProxyDelegate.swift",
        "FileProxying.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
warning: 'spi-builder-workspace': the target name FileProxyTests has different case on the filesystem and the Package.swift manifest file
Done.