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 (f40060), with Swift 5.10 for macOS (SPM) on 13 Dec 2025 18:06:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 f400605 Bump actions/upload-artifact to v6
Cloned https://github.com/Nef10/FileSelectorView.git
Revision (git rev-parse @):
f400605a7657b56f4a9af09711ff6d15a7af20f0
SUCCESS checkout https://github.com/Nef10/FileSelectorView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Nef10/FileSelectorView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module FileSelectorView
[4/4] Compiling FileSelectorView FileSelectorView.swift
Build complete! (8.42s)
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.