The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleMDM, reference 0.1.0 (539627), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:02:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/karlisl/simplemdm-swift.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/karlisl/simplemdm-swift
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 5396276 Initial commit
Cloned https://github.com/karlisl/simplemdm-swift.git
Revision (git rev-parse @):
5396276a49b0c2457ae2a72420081b566f043274
SUCCESS checkout https://github.com/karlisl/simplemdm-swift.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/karlisl/simplemdm-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/23] Compiling Alamofire Timeline.swift
[6/23] Compiling Alamofire SessionDelegate.swift
[7/23] Compiling Alamofire SessionManager.swift
[8/24] Compiling Alamofire TaskDelegate.swift
[9/24] Compiling Alamofire Result.swift
[10/24] Compiling Alamofire ServerTrustPolicy.swift
[11/24] Compiling Alamofire Response.swift
[12/24] Compiling Alamofire ResponseSerialization.swift
[13/24] Compiling Alamofire ParameterEncoding.swift
[14/24] Compiling Alamofire Request.swift
[15/24] Compiling Alamofire NetworkReachabilityManager.swift
[16/24] Compiling Alamofire Notifications.swift
[17/24] Emitting module Alamofire
[18/24] Compiling Alamofire DispatchQueue+Alamofire.swift
[19/24] Compiling Alamofire MultipartFormData.swift
[20/24] Compiling Alamofire AFError.swift
[21/24] Compiling Alamofire Alamofire.swift
[22/24] Compiling SwiftyJSON SwiftyJSON.swift
[23/24] Emitting module SwiftyJSON
[24/24] Compiling Alamofire Validation.swift
[25/26] Compiling SimpleMDM SimpleMDM.swift
/Users/admin/builder/spi-builder-workspace/Sources/SimpleMDM.swift:16:21: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
 14 |     /// Router
 15 |     private enum Router {
 16 |         case account()
    |                     |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                     |- note: did you mean to remove the empty associated value list?
    |                     `- note: did you mean to explicitly add a 'Void' associated value?
 17 |         case updateAccount(data: [String: Any])
 18 |         case apps()
/Users/admin/builder/spi-builder-workspace/Sources/SimpleMDM.swift:18:18: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
 16 |         case account()
 17 |         case updateAccount(data: [String: Any])
 18 |         case apps()
    |                  |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                  |- note: did you mean to remove the empty associated value list?
    |                  `- note: did you mean to explicitly add a 'Void' associated value?
 19 |         case app(appId: Int)
 20 |         case updateAppGroupApps(appGroupId: Int)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleMDM.swift:21:21: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
 19 |         case app(appId: Int)
 20 |         case updateAppGroupApps(appGroupId: Int)
 21 |         case devices()
    |                     |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                     |- note: did you mean to remove the empty associated value list?
    |                     `- note: did you mean to explicitly add a 'Void' associated value?
 22 |         case installedApps(deviceId: Int)
 23 |         case pushApps(deviceId: Int)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleMDM.swift:25:26: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
 23 |         case pushApps(deviceId: Int)
 24 |         case refresh(deviceId: Int)
 25 |         case deviceGroups()
    |                          |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                          |- note: did you mean to remove the empty associated value list?
    |                          `- note: did you mean to explicitly add a 'Void' associated value?
 26 |         case managedAppConfigs(appId: Int)
 27 |
[26/26] Emitting module SimpleMDM
/Users/admin/builder/spi-builder-workspace/Sources/SimpleMDM.swift:16:21: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
 14 |     /// Router
 15 |     private enum Router {
 16 |         case account()
    |                     |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                     |- note: did you mean to remove the empty associated value list?
    |                     `- note: did you mean to explicitly add a 'Void' associated value?
 17 |         case updateAccount(data: [String: Any])
 18 |         case apps()
/Users/admin/builder/spi-builder-workspace/Sources/SimpleMDM.swift:18:18: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
 16 |         case account()
 17 |         case updateAccount(data: [String: Any])
 18 |         case apps()
    |                  |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                  |- note: did you mean to remove the empty associated value list?
    |                  `- note: did you mean to explicitly add a 'Void' associated value?
 19 |         case app(appId: Int)
 20 |         case updateAppGroupApps(appGroupId: Int)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleMDM.swift:21:21: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
 19 |         case app(appId: Int)
 20 |         case updateAppGroupApps(appGroupId: Int)
 21 |         case devices()
    |                     |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                     |- note: did you mean to remove the empty associated value list?
    |                     `- note: did you mean to explicitly add a 'Void' associated value?
 22 |         case installedApps(deviceId: Int)
 23 |         case pushApps(deviceId: Int)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleMDM.swift:25:26: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
 23 |         case pushApps(deviceId: Int)
 24 |         case refresh(deviceId: Int)
 25 |         case deviceGroups()
    |                          |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                          |- note: did you mean to remove the empty associated value list?
    |                          `- note: did you mean to explicitly add a 'Void' associated value?
 26 |         case managedAppConfigs(appId: Int)
 27 |
Build complete! (12.80s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6196] Fetching swiftyjson
[5764/36337] Fetching swiftyjson, alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.85s)
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (2.85s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 4.3.0 (4.77s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.49s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 4.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    }
  ],
  "manifest_display_name" : "SimpleMDM",
  "name" : "SimpleMDM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SimpleMDM",
      "targets" : [
        "SimpleMDM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleMDM",
      "module_type" : "SwiftTarget",
      "name" : "SimpleMDM",
      "path" : "Sources",
      "product_dependencies" : [
        "Alamofire",
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "SimpleMDM"
      ],
      "sources" : [
        "SimpleMDM.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.