The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of iModels, reference master (239b68), with Swift 6.0 for macOS (SPM) on 25 Sep 2025 06:50:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnbalaganD/iModels.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnbalaganD/iModels
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 239b68d Update the link to direct to the correct location
Cloned https://github.com/AnbalaganD/iModels.git
Revision (git rev-parse @):
239b68ddbcfc929e35ac5a13dab938f9ffc6a305
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AnbalaganD/iModels.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AnbalaganD/iModels.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling iModels Device.swift
[4/4] Emitting module iModels
Build complete! (4.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "iModels",
  "name" : "iModels",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "iModels",
      "targets" : [
        "iModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "iModelsTests",
      "module_type" : "SwiftTarget",
      "name" : "iModelsTests",
      "path" : "Tests/iModelsTests",
      "sources" : [
        "DeviceTests.swift"
      ],
      "target_dependencies" : [
        "iModels"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iModels",
      "module_type" : "SwiftTarget",
      "name" : "iModels",
      "path" : "Sources/iModels",
      "product_memberships" : [
        "iModels"
      ],
      "sources" : [
        "Device.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.