The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFSRS, reference main (6779d3), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 05:53:07 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/4rays/swift-fsrs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/4rays/swift-fsrs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6779d34 Add Hashable conformance to key FSRS types
Cloned https://github.com/4rays/swift-fsrs.git
Revision (git rev-parse @):
6779d34a76c90d8a9be9aa13724365d951f6f819
SUCCESS checkout https://github.com/4rays/swift-fsrs.git at main
========================================
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-fsrs",
      "name": "SwiftFSRS",
      "url": "https://github.com/4rays/swift-fsrs.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-fsrs",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/4rays/swift-fsrs.git
[1/97] Fetching swift-fsrs
Fetched https://github.com/4rays/swift-fsrs.git from cache (0.58s)
Creating working copy for https://github.com/4rays/swift-fsrs.git
Working copy of https://github.com/4rays/swift-fsrs.git resolved at main (6779d34)
warning: '.resolve-product-dependencies': dependency 'swift-fsrs' 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/4rays/swift-fsrs.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/14] Compiling SwiftFSRS Scheduler.swift
[4/15] Compiling SwiftFSRS LongTermScheduler.swift
[5/15] Compiling SwiftFSRS Status.swift
[6/15] Compiling SwiftFSRS Rating.swift
[7/15] Compiling SwiftFSRS Parameters.swift
[8/15] Compiling SwiftFSRS Grade.swift
[9/15] Compiling SwiftFSRS FSRSAlgorithm.swift
[10/15] Compiling SwiftFSRS Helpers.swift
[11/15] Compiling SwiftFSRS Card.swift
[12/15] Compiling SwiftFSRS CardReview.swift
[13/15] Emitting module SwiftFSRS
[14/15] Compiling SwiftFSRS ReviewLog.swift
[15/15] Compiling SwiftFSRS ShortTermScheduler.swift
Build complete! (5.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFSRS",
  "name" : "SwiftFSRS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFSRS",
      "targets" : [
        "SwiftFSRS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFSRSTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFSRSTests",
      "path" : "Tests/SwiftFSRSTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftFSRSTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "LongTermSchedulerTests.swift",
        "ShortTermSchedulerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFSRS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFSRS",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFSRS",
      "path" : "Sources/SwiftFSRS",
      "product_memberships" : [
        "SwiftFSRS"
      ],
      "sources" : [
        "FSRSAlgorithm.swift",
        "Helpers.swift",
        "Models/Card.swift",
        "Models/CardReview.swift",
        "Models/Grade.swift",
        "Models/Parameters.swift",
        "Models/Rating.swift",
        "Models/ReviewLog.swift",
        "Models/Status.swift",
        "Schedulers/LongTermScheduler.swift",
        "Schedulers/Scheduler.swift",
        "Schedulers/ShortTermScheduler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.