The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwipeKit, reference main (68340c), with Swift 6.1 for macOS (SPM) on 2 Apr 2026 09:16:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ErsanQ/SwipeKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ErsanQ/SwipeKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 68340cf Update README.md
Cloned https://github.com/ErsanQ/SwipeKit.git
Revision (git rev-parse @):
68340cfef0ab744a9f3fb0d739ebb99ec64577c2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ErsanQ/SwipeKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ErsanQ/SwipeKit.git
https://github.com/ErsanQ/SwipeKit.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwipeKit",
  "name" : "SwipeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwipeKit",
      "targets" : [
        "SwipeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwipeKit",
      "module_type" : "SwiftTarget",
      "name" : "SwipeKit",
      "path" : "Sources/SwipeKit",
      "product_memberships" : [
        "SwipeKit"
      ],
      "sources" : [
        "Core/CardStack.swift",
        "Core/SwipeDirection.swift",
        "Extensions/SwipeModifier.swift",
        "SwipeKitFallback.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling SwipeKit SwipeModifier.swift
[4/7] Compiling SwipeKit SwipeKitFallback.swift
[5/7] Compiling SwipeKit CardStack.swift
[6/7] Emitting module SwipeKit
[7/7] Compiling SwipeKit SwipeDirection.swift
Build complete! (8.70s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwipeKit",
  "name" : "SwipeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwipeKit",
      "targets" : [
        "SwipeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwipeKit",
      "module_type" : "SwiftTarget",
      "name" : "SwipeKit",
      "path" : "Sources/SwipeKit",
      "product_memberships" : [
        "SwipeKit"
      ],
      "sources" : [
        "Core/CardStack.swift",
        "Core/SwipeDirection.swift",
        "Extensions/SwipeModifier.swift",
        "SwipeKitFallback.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.