The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WandMotion, reference main (394776), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 12:06:42 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/The-Wand/Motion.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Motion
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3947764 Revise README with project overview and usage
Cloned https://github.com/The-Wand/Motion.git
Revision (git rev-parse @):
39477649baece0f3b3d2adf0de69c8ba4b088c02
SUCCESS checkout https://github.com/The-Wand/Motion.git at main
Fetching https://github.com/The-Wand/Any.git
Fetching https://github.com/The-Wand/Wand.git
[1/9074] Fetching wand
[2/9351] Fetching wand, any
Fetched https://github.com/The-Wand/Any.git from cache (1.55s)
Fetched https://github.com/The-Wand/Wand.git from cache (1.55s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 1.5.5 (2.27s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.73s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.1
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 1.5.5
========================================
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": "motion",
      "name": "WandMotion",
      "url": "https://github.com/The-Wand/Motion.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Motion",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "wand",
          "name": "Wand",
          "url": "https://github.com/The-Wand/Wand.git",
          "version": "1.5.5",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wand",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/The-Wand/Motion.git
[1/4580] Fetching motion
Fetched https://github.com/The-Wand/Motion.git from cache (1.36s)
Fetching https://github.com/The-Wand/Wand.git from cache
Fetched https://github.com/The-Wand/Wand.git from cache (0.47s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 1.5.5 (0.53s)
Creating working copy for https://github.com/The-Wand/Motion.git
Working copy of https://github.com/The-Wand/Motion.git resolved at main (3947764)
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 1.5.5
warning: '.resolve-product-dependencies': dependency 'motion' is not used by any target
Found 1 product dependencies
  - Wand
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/The-Wand/Motion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/24] Emitting module Wand
[5/26] Compiling Wand Log.swift
[6/26] Compiling Wand Memory.swift
[7/26] Compiling Wand Option.swift
[8/26] Compiling Wand Ask.swift
[9/26] Compiling Wand Asking.swift
[10/26] Compiling Wand All.swift
[11/26] Compiling Wand Any.swift
[12/26] Compiling Wand Counting.swift
[13/26] Compiling Wand Numbers+Wand.swift
[14/26] Compiling Wand String+Wand.swift
[15/26] Compiling Wand |.swift
[16/26] Compiling Wand CoreGraphicsMath+Wand.swift
[17/26] Compiling Wand AskingNil.swift
[18/26] Compiling Wand Obtain.swift
[19/26] Compiling Wand Wand.swift
[20/26] Compiling Wand Error.swift
[21/26] Compiling Wand Describing.swift
[22/26] Compiling Wand Describing_Character.swift
[23/26] Compiling Wand Describing_Data.swift
[24/26] Compiling Wand Expressible.swift
[25/26] Compiling Wand Error?.swift
[26/26] Compiling Wand Wanded.swift
[27/37] Compiling WandMotion CMGyroData_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMGyroData_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMGyroData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMGyroData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMGyroData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
[28/38] Compiling WandMotion CMDeviceMotion_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMDeviceMotion_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMDeviceMotion' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMDeviceMotion: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMDeviceMotion' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
[29/38] Compiling WandMotion CMMotionManager_Obtain.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMMotionManager_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'CMMotionManager' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
27 | @available(macOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension CMMotionManager: Obtain {
   | |- warning: extension declares a conformance of imported type 'CMMotionManager' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
[30/38] Compiling WandMotion CMPedometer_Obtain.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMPedometer_Obtain.swift:28:1: warning: extension declares a conformance of imported type 'CMPedometer' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
26 | ///
27 | @available(visionOS, unavailable)
28 | extension CMPedometer: Obtain {
   | |- warning: extension declares a conformance of imported type 'CMPedometer' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
30 |     @inline(__always)
[31/38] Compiling WandMotion CMPedometerData_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMPedometerData_Ask.swift:30:1: warning: extension declares a conformance of imported type 'CMPedometerData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension CMPedometerData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMPedometerData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
[32/38] Compiling WandMotion CMAltimeter_Obtain.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMAltimeter_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'CMAltimeter' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
27 | @available(macOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension CMAltimeter: Obtain {
   | |- warning: extension declares a conformance of imported type 'CMAltimeter' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMAltitudeData_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMAltitudeData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMAltitudeData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMAltitudeData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
[33/38] Compiling WandMotion CMAltitudeData_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMAltimeter_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'CMAltimeter' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
27 | @available(macOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension CMAltimeter: Obtain {
   | |- warning: extension declares a conformance of imported type 'CMAltimeter' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMAltitudeData_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMAltitudeData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMAltitudeData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMAltitudeData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
[34/38] Emitting module WandMotion
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMAltimeter_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'CMAltimeter' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
27 | @available(macOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension CMAltimeter: Obtain {
   | |- warning: extension declares a conformance of imported type 'CMAltimeter' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMAltitudeData_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMAltitudeData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMAltitudeData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMAltitudeData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMAttitude_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMAttitude' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMAttitude: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMAttitude' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMDeviceMotion_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMDeviceMotion' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMDeviceMotion: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMDeviceMotion' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMGyroData_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMGyroData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMGyroData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMGyroData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMMagnetometerData_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMMagnetometerData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMMagnetometerData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMMagnetometerData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMMotionManager_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'CMMotionManager' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
27 | @available(macOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension CMMotionManager: Obtain {
   | |- warning: extension declares a conformance of imported type 'CMMotionManager' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMPedometerData_Ask.swift:30:1: warning: extension declares a conformance of imported type 'CMPedometerData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension CMPedometerData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMPedometerData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMPedometerEvent_Ask.swift:32:1: warning: extension declares a conformance of imported type 'CMPedometerEvent' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
30 | @available(macOS, unavailable)
31 | @available(visionOS, unavailable)
32 | extension CMPedometerEvent: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMPedometerEvent' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMPedometer_Obtain.swift:28:1: warning: extension declares a conformance of imported type 'CMPedometer' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
26 | ///
27 | @available(visionOS, unavailable)
28 | extension CMPedometer: Obtain {
   | |- warning: extension declares a conformance of imported type 'CMPedometer' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
30 |     @inline(__always)
[35/38] Compiling WandMotion CMMagnetometerData_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMMagnetometerData_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMMagnetometerData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMMagnetometerData: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMMagnetometerData' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
[36/38] Compiling WandMotion CMAttitude_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMAttitude_Ask.swift:31:1: warning: extension declares a conformance of imported type 'CMAttitude' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
29 | @available(macOS, unavailable)
30 | @available(visionOS, unavailable)
31 | extension CMAttitude: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMAttitude' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
[37/38] Compiling WandMotion CMPedometerEvent_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandMotion/CMPedometerEvent_Ask.swift:32:1: warning: extension declares a conformance of imported type 'CMPedometerEvent' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
30 | @available(macOS, unavailable)
31 | @available(visionOS, unavailable)
32 | extension CMPedometerEvent: AskingNil, Wanded {
   | |- warning: extension declares a conformance of imported type 'CMPedometerEvent' to imported protocols 'AskingNil', 'Wanded', 'Asking'; this will not behave correctly if the owners of 'CoreMotion' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
[38/38] Compiling WandMotion Motion.swift
Build complete! (6.33s)
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "default_localization" : "ru",
  "dependencies" : [
    {
      "identity" : "any",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/The-Wand/Any.git"
    },
    {
      "identity" : "wand",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/The-Wand/Wand.git"
    }
  ],
  "manifest_display_name" : "WandMotion",
  "name" : "WandMotion",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "WandMotion",
      "targets" : [
        "WandMotion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "wandTests",
      "module_type" : "SwiftTarget",
      "name" : "wandTests",
      "path" : "Tests/wandTests",
      "product_dependencies" : [
        "Any_",
        "Wand"
      ],
      "sources" : [
        "CMAltimeter_Tests.swift",
        "CMMotionManager_Tests.swift",
        "CMPedometer_Tests.swift",
        "Unit/Unit.swift",
        "Unit/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "WandMotion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WandMotion",
      "module_type" : "SwiftTarget",
      "name" : "WandMotion",
      "path" : "Sources/WandMotion",
      "product_dependencies" : [
        "Wand"
      ],
      "product_memberships" : [
        "WandMotion"
      ],
      "sources" : [
        "CMAltimeter_Obtain.swift",
        "CMAltitudeData_Ask.swift",
        "CMAttitude_Ask.swift",
        "CMDeviceMotion_Ask.swift",
        "CMGyroData_Ask.swift",
        "CMMagnetometerData_Ask.swift",
        "CMMotionManager_Obtain.swift",
        "CMPedometerData_Ask.swift",
        "CMPedometerEvent_Ask.swift",
        "CMPedometer_Obtain.swift",
        "Motion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
Done.