The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/UKfvDsi8u/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
Revision (git rev-parse @):
5396276a49b0c2457ae2a72420081b566f043274
SUCCESS checkout https://github.com/karlisl/simplemdm-swift.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/karlisl/simplemdm-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/22] Compiling Alamofire Request.swift
[6/22] Compiling Alamofire Response.swift
[7/24] Compiling Alamofire ServerTrustPolicy.swift
[8/24] Compiling Alamofire SessionDelegate.swift
[9/24] Compiling Alamofire ResponseSerialization.swift
[10/24] Compiling Alamofire Result.swift
[11/24] Emitting module Alamofire
[12/24] Compiling Alamofire AFError.swift
[13/24] Compiling Alamofire Alamofire.swift
[14/24] Compiling Alamofire DispatchQueue+Alamofire.swift
[15/24] Compiling Alamofire SessionManager.swift
[16/24] Compiling Alamofire TaskDelegate.swift
[17/24] Compiling Alamofire Notifications.swift
[18/24] Compiling Alamofire ParameterEncoding.swift
[19/24] Compiling Alamofire MultipartFormData.swift
[20/24] Compiling Alamofire NetworkReachabilityManager.swift
[21/24] Compiling SwiftyJSON SwiftyJSON.swift
[22/24] Emitting module SwiftyJSON
[23/24] Compiling Alamofire Timeline.swift
[24/24] Compiling Alamofire Validation.swift
[25/26] Emitting module SimpleMDM
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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
[26/26] Compiling SimpleMDM SimpleMDM.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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! (5.35s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git from cache
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git from cache (0.26s)
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.27s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 4.3.0 (0.02s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.06s)
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
Build complete.
Done.

Build Machine: Mac 7