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 (b5f169), with Swift 6.0 for macOS (SPM) on 3 Jun 2025 07:39:49 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.63.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 b5f1696 Bump SwiftLint to 0.59.1
Cloned https://github.com/Nef10/FileSelectorView.git
Revision (git rev-parse @):
b5f1696699d3cfa7bed15ff9de581373b8ac65f4
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] Compiling FileSelectorView FileSelectorView.swift
[4/4] Emitting module FileSelectorView
Build complete! (6.86s)
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.