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 FileSelectorView, reference main (1e5a0c), with Swift 6.0 for macOS (SPM) on 8 Sep 2025 11:36:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/FileSelectorView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/FileSelectorView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1e5a0c1 Bump swiftlint to 0.61.0
Cloned https://github.com/Nef10/FileSelectorView.git
Revision (git rev-parse @):
1e5a0c1962a62a18fc65b11f012fb8069a9e527e
SUCCESS checkout https://github.com/Nef10/FileSelectorView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Nef10/FileSelectorView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module FileSelectorView
[4/4] Compiling FileSelectorView FileSelectorView.swift
Build complete! (7.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FileSelectorView",
  "name" : "FileSelectorView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "FileSelectorView",
      "targets" : [
        "FileSelectorView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileSelectorViewTests",
      "module_type" : "SwiftTarget",
      "name" : "FileSelectorViewTests",
      "path" : "Tests/FileSelectorViewTests",
      "sources" : [
        "FileSelectorViewTests.swift"
      ],
      "target_dependencies" : [
        "FileSelectorView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileSelectorView",
      "module_type" : "SwiftTarget",
      "name" : "FileSelectorView",
      "path" : "Sources/FileSelectorView",
      "product_memberships" : [
        "FileSelectorView"
      ],
      "sources" : [
        "FileSelectorView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.