The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/karlisl/simplemdm-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 AFError.swift
[6/22] Compiling Alamofire Alamofire.swift
[7/22] Compiling Alamofire DispatchQueue+Alamofire.swift
[8/24] Emitting module Alamofire
[9/24] Compiling Alamofire ServerTrustPolicy.swift
[10/24] Compiling Alamofire SessionDelegate.swift
[11/24] Compiling Alamofire SessionManager.swift
[12/24] Compiling Alamofire TaskDelegate.swift
[13/24] Compiling Alamofire Request.swift
[14/24] Compiling Alamofire Response.swift
[15/24] Compiling Alamofire ResponseSerialization.swift
[16/24] Compiling Alamofire Result.swift
[17/24] Compiling Alamofire MultipartFormData.swift
[18/24] Compiling Alamofire NetworkReachabilityManager.swift
[19/24] Compiling Alamofire Notifications.swift
[20/24] Compiling Alamofire ParameterEncoding.swift
[21/24] Emitting module SwiftyJSON
[22/24] Compiling SwiftyJSON SwiftyJSON.swift
[23/24] Compiling Alamofire Timeline.swift
[24/24] Compiling Alamofire Validation.swift
[25/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
[26/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
Build complete! (7.77s)
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 from cache (0.39s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (0.41s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 4.3.0 (0.59s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.35s)
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.