The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-file-storage, reference 1.3.0 (735467), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 07:48:27 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/inesbcode/swift-file-storage.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/inesbcode/swift-file-storage
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 7354672 Merge branch 'develop'
Cloned https://github.com/inesbcode/swift-file-storage.git
Revision (git rev-parse @):
735467216ac36e31232ba8d5c9b7da1eebde221c
SUCCESS checkout https://github.com/inesbcode/swift-file-storage.git at 1.3.0
Fetching https://github.com/inesbcode/swift-logging
[1/75] Fetching swift-logging
Fetched https://github.com/inesbcode/swift-logging from cache (0.65s)
Computing version for https://github.com/inesbcode/swift-logging
Computed https://github.com/inesbcode/swift-logging at 2.0.0 (1.24s)
Creating working copy for https://github.com/inesbcode/swift-logging
Working copy of https://github.com/inesbcode/swift-logging resolved at 2.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-file-storage",
      "name": "swift-file-storage",
      "url": "https://github.com/inesbcode/swift-file-storage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-file-storage",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-logging",
          "name": "swift-logging",
          "url": "https://github.com/inesbcode/swift-logging",
          "version": "2.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-logging",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/inesbcode/swift-file-storage.git
[1/130] Fetching swift-file-storage
Fetched https://github.com/inesbcode/swift-file-storage.git from cache (0.64s)
Fetching https://github.com/inesbcode/swift-logging from cache
Fetched https://github.com/inesbcode/swift-logging from cache (0.48s)
Computing version for https://github.com/inesbcode/swift-logging
Computed https://github.com/inesbcode/swift-logging at 2.0.0 (0.56s)
Creating working copy for https://github.com/inesbcode/swift-logging
Working copy of https://github.com/inesbcode/swift-logging resolved at 2.0.0
Creating working copy for https://github.com/inesbcode/swift-file-storage.git
Working copy of https://github.com/inesbcode/swift-file-storage.git resolved at 1.3.0 (7354672)
warning: '.resolve-product-dependencies': dependency 'swift-file-storage' is not used by any target
Found 1 product dependencies
  - swift-logging
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/inesbcode/swift-file-storage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/6] Compiling Logging Logging.swift
[6/6] Emitting module Logging
[7/11] Compiling FileStorage FileStorageProtocol.swift
[8/11] Compiling FileStorage NSCache+.swift
[9/11] Emitting module FileStorage
[10/11] Compiling FileStorage FileStorageError.swift
[11/11] Compiling FileStorage FileStorage.swift
[12/13] Compiling FileStorageMocks MockFileStorage.swift
[13/13] Emitting module FileStorageMocks
Build complete! (5.83s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-logging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/inesbcode/swift-logging"
    }
  ],
  "manifest_display_name" : "swift-file-storage",
  "name" : "swift-file-storage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FileStorage",
      "targets" : [
        "FileStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FileStorageMocks",
      "targets" : [
        "FileStorageMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "FileStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "FileStorageTests",
      "path" : "Tests/FileStorageTests",
      "sources" : [
        "Classes/FileStorageTests.swift"
      ],
      "target_dependencies" : [
        "FileStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileStorageMocks",
      "module_type" : "SwiftTarget",
      "name" : "FileStorageMocks",
      "path" : "Mocks/FileStorageMocks",
      "product_memberships" : [
        "FileStorageMocks"
      ],
      "sources" : [
        "Classes/MockFileStorage.swift"
      ],
      "target_dependencies" : [
        "FileStorage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileStorage",
      "module_type" : "SwiftTarget",
      "name" : "FileStorage",
      "path" : "Sources/FileStorage",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "FileStorage",
        "FileStorageMocks"
      ],
      "sources" : [
        "Classes/FileStorage.swift",
        "Errors/FileStorageError.swift",
        "Extensions/NSCache+.swift",
        "Protocols/FileStorageProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
Done.