The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMotionKit, reference v0.1.0 (e9d1c9), with Swift 6.1 for macOS (SPM) on 17 Mar 2026 06:55:11 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amrita-arun/SwiftMotionKit.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amrita-arun/SwiftMotionKit
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at e9d1c90 Add SwipeCardStack scaffold with initializer and basic stack logic
Cloned https://github.com/amrita-arun/SwiftMotionKit.git
Revision (git rev-parse @):
e9d1c90392b7b7550f4331af55733ae170f79e08
SUCCESS checkout https://github.com/amrita-arun/SwiftMotionKit.git at v0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amrita-arun/SwiftMotionKit.git
https://github.com/amrita-arun/SwiftMotionKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMotionKit",
  "name" : "SwiftMotionKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMotionKit",
      "targets" : [
        "SwiftMotionKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMotionKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMotionKitTests",
      "path" : "Tests/SwiftMotionKitTests",
      "sources" : [
        "SwiftMotionKitTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMotionKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMotionKit",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMotionKit",
      "path" : "Sources/SwiftMotionKit",
      "product_memberships" : [
        "SwiftMotionKit"
      ],
      "sources" : [
        "MotionPresets/MotionPreset.swift",
        "SwiftMotionKit.swift",
        "SwipeStack/SwipeCardStack.swift",
        "SwipeStack/SwipeDirection.swift",
        "SwipeStack/SwipeThreshold.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/8] Compiling SwiftMotionKit SwipeThreshold.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/8] Compiling SwiftMotionKit SwipeDirection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/8] Compiling SwiftMotionKit SwipeCardStack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/8] Emitting module SwiftMotionKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/8] Compiling SwiftMotionKit SwiftMotionKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/8] Compiling SwiftMotionKit MotionPreset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (7.88s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMotionKit",
  "name" : "SwiftMotionKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMotionKit",
      "targets" : [
        "SwiftMotionKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMotionKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMotionKitTests",
      "path" : "Tests/SwiftMotionKitTests",
      "sources" : [
        "SwiftMotionKitTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMotionKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMotionKit",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMotionKit",
      "path" : "Sources/SwiftMotionKit",
      "product_memberships" : [
        "SwiftMotionKit"
      ],
      "sources" : [
        "MotionPresets/MotionPreset.swift",
        "SwiftMotionKit.swift",
        "SwipeStack/SwipeCardStack.swift",
        "SwipeStack/SwipeDirection.swift",
        "SwipeStack/SwipeThreshold.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.