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 LSFileWrapper, reference master (9788e3), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:23:38 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/admkopec/LSFileWrapper.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/admkopec/LSFileWrapper
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9788e3e ⚖️ Updated to include license information
Cloned https://github.com/admkopec/LSFileWrapper.git
Revision (git rev-parse @):
9788e3ed389515da48ad17344f55257ff54ad818
SUCCESS checkout https://github.com/admkopec/LSFileWrapper.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/admkopec/LSFileWrapper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Compiling LSFileWrapper LSDocument.m
[1/4] Compiling LSFileWrapper LSFileWrapper.m
[2/4] Write Objects.LinkFileList
[3/4] Linking libLSFileWrapper.dylib
Build complete! (3.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LSFileWrapper",
  "name" : "LSFileWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LSFileWrapper",
      "targets" : [
        "LSFileWrapper"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LSFileWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "LSFileWrapperTests",
      "path" : "LSFileWrapperTests",
      "sources" : [
        "LSFileWrapperTests.swift"
      ],
      "target_dependencies" : [
        "LSFileWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LSFileWrapper",
      "module_type" : "ClangTarget",
      "name" : "LSFileWrapper",
      "path" : ".",
      "product_memberships" : [
        "LSFileWrapper"
      ],
      "sources" : [
        "LSDocument.m",
        "LSFileWrapper.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.