The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleMDM with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 into spi-builder-workspace
5396276a49b0c2457ae2a72420081b566f043274
SUCCESS checkout https://github.com/karlisl/simplemdm-swift.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git from cache
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git (0.31s)
Fetched https://github.com/Alamofire/Alamofire.git (0.36s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 4.3.0 (0.55s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.53s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 4.3.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Building for debugging...
[1/18] Compiling Alamofire ServerTrustPolicy.swift
[2/18] Compiling Alamofire SessionDelegate.swift
[3/20] Compiling Alamofire ResponseSerialization.swift
[4/20] Compiling Alamofire Result.swift
[5/20] Compiling Alamofire SessionManager.swift
[6/20] Compiling Alamofire TaskDelegate.swift
[7/20] Compiling Alamofire Notifications.swift
[8/20] Compiling Alamofire ParameterEncoding.swift
[9/20] Compiling Alamofire Request.swift
[10/20] Compiling Alamofire Response.swift
[11/20] Emitting module Alamofire
[12/20] Compiling Alamofire AFError.swift
[13/20] Compiling Alamofire Alamofire.swift
[14/20] Compiling Alamofire DispatchQueue+Alamofire.swift
[15/20] Compiling Alamofire MultipartFormData.swift
[16/20] Compiling Alamofire NetworkReachabilityManager.swift
[17/20] Emitting module SwiftyJSON
[18/20] Compiling SwiftyJSON SwiftyJSON.swift
[19/20] Compiling Alamofire Timeline.swift
[20/20] Compiling Alamofire Validation.swift
[21/22] Emitting module SimpleMDM
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
        case account()
                    ^~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:16:21: note: did you mean to remove the empty associated value list?
        case account()
                    ^~
                    
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:16:21: note: did you mean to explicitly add a 'Void' associated value?
        case account()
                    ^
                     Void
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
        case apps()
                 ^~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:18:18: note: did you mean to remove the empty associated value list?
        case apps()
                 ^~
                 
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:18:18: note: did you mean to explicitly add a 'Void' associated value?
        case apps()
                 ^
                  Void
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
        case devices()
                    ^~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:21:21: note: did you mean to remove the empty associated value list?
        case devices()
                    ^~
                    
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:21:21: note: did you mean to explicitly add a 'Void' associated value?
        case devices()
                    ^
                     Void
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
        case deviceGroups()
                         ^~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:25:26: note: did you mean to remove the empty associated value list?
        case deviceGroups()
                         ^~
                         
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:25:26: note: did you mean to explicitly add a 'Void' associated value?
        case deviceGroups()
                         ^
                          Void
[22/22] Compiling SimpleMDM SimpleMDM.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
        case account()
                    ^~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:16:21: note: did you mean to remove the empty associated value list?
        case account()
                    ^~
                    
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:16:21: note: did you mean to explicitly add a 'Void' associated value?
        case account()
                    ^
                     Void
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
        case apps()
                 ^~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:18:18: note: did you mean to remove the empty associated value list?
        case apps()
                 ^~
                 
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:18:18: note: did you mean to explicitly add a 'Void' associated value?
        case apps()
                 ^
                  Void
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
        case devices()
                    ^~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:21:21: note: did you mean to remove the empty associated value list?
        case devices()
                    ^~
                    
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:21:21: note: did you mean to explicitly add a 'Void' associated value?
        case devices()
                    ^
                     Void
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
        case deviceGroups()
                         ^~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:25:26: note: did you mean to remove the empty associated value list?
        case deviceGroups()
                         ^~
                         
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMDM.swift:25:26: note: did you mean to explicitly add a 'Void' associated value?
        case deviceGroups()
                         ^
                          Void
Build complete! (9.22s)
Build complete.
Done.