The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swift-Hotfolder, reference 1.0.0 (78b824), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 17:34:36 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/CodebyCR/Swift-Hotfolder.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodebyCR/Swift-Hotfolder
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 78b8240 Merge pull request #10 from CodebyCR/fix-#6-a-docc-dokumentation-target
Cloned https://github.com/CodebyCR/Swift-Hotfolder.git
Revision (git rev-parse @):
78b8240eb32ac5ad2af4deb68ae01d956aed3609
SUCCESS checkout https://github.com/CodebyCR/Swift-Hotfolder.git at 1.0.0
========================================
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": "swift-hotfolder",
      "name": "Swift-Hotfolder",
      "url": "https://github.com/CodebyCR/Swift-Hotfolder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Hotfolder",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CodebyCR/Swift-Hotfolder.git
[1/438] Fetching swift-hotfolder
Fetched https://github.com/CodebyCR/Swift-Hotfolder.git from cache (0.92s)
Creating working copy for https://github.com/CodebyCR/Swift-Hotfolder.git
Working copy of https://github.com/CodebyCR/Swift-Hotfolder.git resolved at 1.0.0 (78b8240)
warning: '.resolve-product-dependencies': dependency 'swift-hotfolder' 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/CodebyCR/Swift-Hotfolder.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/10] Compiling Swift_Hotfolder WatcherConfig.swift
[4/10] Compiling Swift_Hotfolder WatcherConfigError.swift
[5/10] Compiling Swift_Hotfolder Hotfolder.swift
[6/10] Compiling Swift_Hotfolder DirectoryEnumerationOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift-Hotfolder/extension/DirectoryEnumerationOptions.swift:10:1: warning: extension declares a conformance of imported type 'DirectoryEnumerationOptions' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension FileManager.DirectoryEnumerationOptions: Codable {
   | |- warning: extension declares a conformance of imported type 'DirectoryEnumerationOptions' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     // Encode DirectoryEnumerationOptions as its raw value (UInt)
12 |     public func encode(to encoder: Encoder) throws {
[7/10] Compiling Swift_Hotfolder Change.swift
[8/10] Compiling Swift_Hotfolder HotfolderWatcherError.swift
[9/10] Emitting module Swift_Hotfolder
/Users/admin/builder/spi-builder-workspace/Sources/Swift-Hotfolder/extension/DirectoryEnumerationOptions.swift:10:1: warning: extension declares a conformance of imported type 'DirectoryEnumerationOptions' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension FileManager.DirectoryEnumerationOptions: Codable {
   | |- warning: extension declares a conformance of imported type 'DirectoryEnumerationOptions' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     // Encode DirectoryEnumerationOptions as its raw value (UInt)
12 |     public func encode(to encoder: Encoder) throws {
[10/10] Compiling Swift_Hotfolder HotfolderWatcher.swift
Build complete! (5.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swift-Hotfolder",
  "name" : "Swift-Hotfolder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Swift-Hotfolder",
      "targets" : [
        "Swift-Hotfolder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Swift_HotfolderTests",
      "module_type" : "SwiftTarget",
      "name" : "Swift-HotfolderTests",
      "path" : "Tests/Swift-HotfolderTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Swift-HotfolderTests/Resources/watcher_config.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "HotfolderWatcherTests.swift",
        "InitWatcherConfigTests.swift"
      ],
      "target_dependencies" : [
        "Swift-Hotfolder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swift_Hotfolder",
      "module_type" : "SwiftTarget",
      "name" : "Swift-Hotfolder",
      "path" : "Sources/Swift-Hotfolder",
      "product_memberships" : [
        "Swift-Hotfolder"
      ],
      "sources" : [
        "actors/HotfolderWatcher.swift",
        "actors/errors/HotfolderWatcherError.swift",
        "enumerations/Change.swift",
        "extension/DirectoryEnumerationOptions.swift",
        "structs/Hotfolder.swift",
        "structs/WatcherConfig.swift",
        "structs/errors/WatcherConfigError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.