The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NeuroID, reference 4.0.0 (6f120e), with Swift 6.1 for iOS using Xcode 16.3 on 1 Apr 2026 11:30:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NeuroID -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

                           ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:110:52: warning: main actor-isolated property 'minimumValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                Attrs(n: "minValue", v: "\(element.minimumValue)"),
                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:22:28: note: property declared here
@property(nonatomic) float minimumValue;                          // default 0.0. the current value may change if outside new min value
                           ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:111:52: warning: main actor-isolated property 'maximumValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                Attrs(n: "maxValue", v: "\(element.maximumValue)"),
                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:23:28: note: property declared here
@property(nonatomic) float maximumValue;                          // default 1.0. the current value may change if outside new max value
                           ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:119:32: warning: main actor-isolated property 'isOn' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            value = "\(element.isOn)"
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:41:39: note: property declared here
@property(nonatomic,getter=isOn) BOOL on;
                                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:128:32: warning: main actor-isolated property 'date' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            value = "\(element.date.toString())"
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:47:39: note: property declared here
@property (nonatomic, strong) NSDate *date;        // default is current date when picker created. Ignored in countdown timer mode. for that mode, picker starts at 0:00
                                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:136:32: warning: main actor-isolated property 'value' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            value = "\(element.value)"
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:24:29: note: property declared here
@property(nonatomic) double value;                        // default is 0. sends UIControlEventValueChanged. clamped to min/max
                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:139:52: warning: main actor-isolated property 'minimumValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                Attrs(n: "minValue", v: "\(element.minimumValue)"),
                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:25:29: note: property declared here
@property(nonatomic) double minimumValue;                 // default 0. must be less than maximumValue
                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:140:52: warning: main actor-isolated property 'maximumValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                Attrs(n: "maxValue", v: "\(element.maximumValue)"),
                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:26:29: note: property declared here
@property(nonatomic) double maximumValue;                 // default 100. must be greater than minimumValue
                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:148:32: warning: main actor-isolated property 'selectedSegmentIndex' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            value = "\(element.selectedSegmentIndex)"
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:92:32: note: property declared here
@property(nonatomic) NSInteger selectedSegmentIndex;
                               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:151:56: warning: main actor-isolated property 'numberOfSegments' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                Attrs(n: "totalOptions", v: "\(element.numberOfSegments)"),
                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:65:42: note: property declared here
@property(nonatomic,readonly) NSUInteger numberOfSegments;
                                         ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:152:57: warning: main actor-isolated property 'selectedSegmentIndex' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                Attrs(n: "selectedIndex", v: "\(element.selectedSegmentIndex)"),
                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:92:32: note: property declared here
@property(nonatomic) NSInteger selectedSegmentIndex;
                               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:170:74: warning: main actor-isolated property 'nidClassName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                "NeuroID FE: Picker View Found NOT Registered: \(element.nidClassName) - \(element.id)- \(element.numberOfComponents) - \(element.tag)"
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:37:9: note: property declared here
    var nidClassName: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:170:100: warning: main actor-isolated property 'id' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                "NeuroID FE: Picker View Found NOT Registered: \(element.nidClassName) - \(element.id)- \(element.numberOfComponents) - \(element.tag)"
                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:47:9: note: property declared here
    var id: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:170:115: warning: main actor-isolated property 'numberOfComponents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                "NeuroID FE: Picker View Found NOT Registered: \(element.nidClassName) - \(element.id)- \(element.numberOfComponents) - \(element.tag)"
                                                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:26:41: note: property declared here
@property(nonatomic,readonly) NSInteger numberOfComponents;
                                        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:170:147: warning: main actor-isolated property 'tag' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                "NeuroID FE: Picker View Found NOT Registered: \(element.nidClassName) - \(element.id)- \(element.numberOfComponents) - \(element.tag)"
                                                                                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: note: property declared here
@property(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:176:82: warning: main actor-isolated property 'nidClassName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            NIDLog.debug("NeuroID FE: Table View Found NOT Registered: \(element.nidClassName) - \(element.id)-")
                                                                                 ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:37:9: note: property declared here
    var nidClassName: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:176:108: warning: main actor-isolated property 'id' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            NIDLog.debug("NeuroID FE: Table View Found NOT Registered: \(element.nidClassName) - \(element.id)-")
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:47:9: note: property declared here
    var id: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:180:83: warning: main actor-isolated property 'nidClassName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            NIDLog.debug("NeuroID FE: Scroll View Found NOT Registered: \(element.nidClassName) - \(element.id)-")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:37:9: note: property declared here
    var nidClassName: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:180:109: warning: main actor-isolated property 'id' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            NIDLog.debug("NeuroID FE: Scroll View Found NOT Registered: \(element.nidClassName) - \(element.id)-")
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:47:9: note: property declared here
    var id: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:35:24: note: add '@MainActor' to make static method 'registerSingleView(v:screenName:guid:rts:topDownHierarchyPath:)' part of global actor 'MainActor'
    public static func registerSingleView(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:213:57: warning: main actor-isolated property 'id' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if !NeuroIDCore.registeredTargets.contains(view.id) {
                                                        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:47:9: note: property declared here
    var id: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:212:17: note: add '@MainActor' to make static method 'registerViewIfNotRegistered(view:)' part of global actor 'MainActor'
    static func registerViewIfNotRegistered(view: UIView) -> Bool {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:214:55: warning: main actor-isolated property 'id' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            NeuroIDCore.registeredTargets.append(view.id)
                                                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:47:9: note: property declared here
    var id: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:212:17: note: add '@MainActor' to make static method 'registerViewIfNotRegistered(view:)' part of global actor 'MainActor'
    static func registerViewIfNotRegistered(view: UIView) -> Bool {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:219:61: warning: main actor-isolated property 'nidClassName' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
                screenName: NeuroID.getScreenName() ?? view.nidClassName,
                                                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:37:9: note: property declared here
    var nidClassName: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:237:50: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let views = controller?.viewIfLoaded?.subviews {
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:231:10: note: add '@MainActor' to make instance method 'subscribe(inScreen:)' part of global actor 'MainActor'
    func subscribe(inScreen controller: UIViewController?) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:237:36: warning: main actor-isolated property 'viewIfLoaded' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let views = controller?.viewIfLoaded?.subviews {
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:119:58: note: property declared here
@property(nullable, nonatomic, readonly, strong) UIView *viewIfLoaded API_AVAILABLE(ios(9.0)); // Returns the view controller's view if loaded, nil if not.
                                                         ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:231:10: note: add '@MainActor' to make instance method 'subscribe(inScreen:)' part of global actor 'MainActor'
    func subscribe(inScreen controller: UIViewController?) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:256:18: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if v.subviews.isEmpty == false {
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:250:10: note: add '@MainActor' to make instance method 'observeViews' part of global actor 'MainActor'
    func observeViews(_ views: [UIView]) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:257:32: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                observeViews(v.subviews)
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDTracker.swift:250:10: note: add '@MainActor' to make instance method 'observeViews' part of global actor 'MainActor'
    func observeViews(_ views: [UIView]) {
         ^
    @MainActor
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043012188105-swift-frontend-NeuroID-NIDPacketNumber.swift-arm64_apple_ios15.0-o-Onone-3996289413.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6778 seconds (19.1277 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0604 (  6.0%)   0.2244 ( 33.6%)   0.2848 ( 17.0%)   9.0029 ( 47.1%)  parse-and-resolve-imports
   0.0570 (  5.6%)   0.2218 ( 33.2%)   0.2788 ( 16.6%)   8.9970 ( 47.0%)  Import resolution
   0.1628 ( 16.1%)   0.0387 (  5.8%)   0.2016 ( 12.0%)   0.2016 (  1.1%)  perform-sema
   0.1624 ( 16.1%)   0.0387 (  5.8%)   0.2011 ( 12.0%)   0.2011 (  1.1%)  Type checking and Semantic analysis
   0.1316 ( 13.0%)   0.0266 (  4.0%)   0.1582 (  9.4%)   0.1582 (  0.8%)  typecheck-stmt
   0.1281 ( 12.7%)   0.0283 (  4.2%)   0.1563 (  9.3%)   0.1564 (  0.8%)  typecheck-expr
   0.0940 (  9.3%)   0.0307 (  4.6%)   0.1247 (  7.4%)   0.1256 (  0.7%)  build-rewrite-system
   0.0317 (  3.1%)   0.0232 (  3.5%)   0.0549 (  3.3%)   0.0550 (  0.3%)  import-clang-decl
   0.0407 (  4.0%)   0.0105 (  1.6%)   0.0512 (  3.1%)   0.0512 (  0.3%)  typecheck-decl
   0.0307 (  3.0%)   0.0082 (  1.2%)   0.0389 (  2.3%)   0.0388 (  0.2%)  IRGen
   0.0278 (  2.8%)   0.0063 (  0.9%)   0.0340 (  2.0%)   0.0341 (  0.2%)  precheck-target
   0.0303 (  3.0%)   0.0030 (  0.4%)   0.0332 (  2.0%)   0.0333 (  0.2%)  SILGen
   0.0228 (  2.3%)   0.0015 (  0.2%)   0.0243 (  1.4%)   0.0243 (  0.1%)  SILGen-function
   0.0010 (  0.1%)   0.0018 (  0.3%)   0.0028 (  0.2%)   0.0154 (  0.1%)  load-stdlib
   0.0152 (  1.5%)   0.0001 (  0.0%)   0.0153 (  0.9%)   0.0153 (  0.1%)  SIL optimization
   0.0099 (  1.0%)   0.0044 (  0.7%)   0.0143 (  0.9%)   0.0143 (  0.1%)  load-all-members
   0.0027 (  0.3%)   0.0004 (  0.1%)   0.0031 (  0.2%)   0.0031 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.0093 (100.0%)   0.6685 (100.0%)   1.6778 (100.0%)  19.1277 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3481 seconds (11.1423 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4447 (100.0%)   0.9033 (100.0%)   2.3481 (100.0%)  11.1423 (100.0%)  Building Target
   1.4447 (100.0%)   0.9033 (100.0%)   2.3481 (100.0%)  11.1423 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ NeuroID.swift,\ NeuroIDSensors.swift,\ NeuroIDCore.swift,\ PayloadSendingService.swift,\ UITextField.swift,\ Constants.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroID.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/PayloadSendingService.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextField.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Constants.swift (in target 'NeuroID' from project 'NeuroID')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043012173599-swift-frontend-NeuroID-NeuroID.swift-arm64_apple_ios15.0-o-Onone-465377130.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7398 seconds (19.9775 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0630 (  5.9%)   0.2255 ( 33.9%)   0.2885 ( 16.6%)   9.4040 ( 47.1%)  parse-and-resolve-imports
   0.0589 (  5.5%)   0.2223 ( 33.4%)   0.2812 ( 16.2%)   9.3967 ( 47.0%)  Import resolution
   0.1848 ( 17.2%)   0.0388 (  5.8%)   0.2236 ( 12.9%)   0.2252 (  1.1%)  perform-sema
   0.1836 ( 17.1%)   0.0387 (  5.8%)   0.2223 ( 12.8%)   0.2238 (  1.1%)  Type checking and Semantic analysis
   0.1327 ( 12.4%)   0.0276 (  4.1%)   0.1603 (  9.2%)   0.1613 (  0.8%)  typecheck-expr
   0.1311 ( 12.2%)   0.0268 (  4.0%)   0.1579 (  9.1%)   0.1589 (  0.8%)  typecheck-stmt
   0.0652 (  6.1%)   0.0149 (  2.2%)   0.0802 (  4.6%)   0.0807 (  0.4%)  typecheck-decl
   0.0462 (  4.3%)   0.0118 (  1.8%)   0.0580 (  3.3%)   0.0581 (  0.3%)  IRGen
   0.0495 (  4.6%)   0.0059 (  0.9%)   0.0554 (  3.2%)   0.0556 (  0.3%)  SILGen
   0.0275 (  2.6%)   0.0236 (  3.5%)   0.0511 (  2.9%)   0.0515 (  0.3%)  import-clang-decl
   0.0358 (  3.3%)   0.0038 (  0.6%)   0.0396 (  2.3%)   0.0398 (  0.2%)  SILGen-function
   0.0305 (  2.8%)   0.0080 (  1.2%)   0.0386 (  2.2%)   0.0387 (  0.2%)  precheck-target
   0.0138 (  1.3%)   0.0100 (  1.5%)   0.0238 (  1.4%)   0.0238 (  0.1%)  load-stdlib
   0.0171 (  1.6%)   0.0038 (  0.6%)   0.0208 (  1.2%)   0.0208 (  0.1%)  build-rewrite-system
   0.0192 (  1.8%)   0.0003 (  0.0%)   0.0195 (  1.1%)   0.0195 (  0.1%)  SIL optimization
   0.0080 (  0.7%)   0.0033 (  0.5%)   0.0114 (  0.7%)   0.0114 (  0.1%)  load-all-members
   0.0056 (  0.5%)   0.0008 (  0.1%)   0.0064 (  0.4%)   0.0064 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.1%)   0.0001 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  perform-whole-module-type-checking
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.0738 (100.0%)   0.6660 (100.0%)   1.7398 (100.0%)  19.9775 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5859 seconds (10.7441 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9815 (100.0%)   0.6044 (100.0%)   1.5859 (100.0%)  10.7441 (100.0%)  Building Target
   0.9815 (100.0%)   0.6044 (100.0%)   1.5859 (100.0%)  10.7441 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroID.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:13:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NIDSensorManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared: NIDSensorManager = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:11:13: note: class 'NIDSensorManager' does not conform to the 'Sendable' protocol
final class NIDSensorManager: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:13:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared: NIDSensorManager = .init()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared: NIDSensorManager = .init()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:38:17: warning: capture of 'self' with non-sendable type 'NIDSensorManager' in a '@Sendable' closure
                self.sensorData[.accelerometer] = data
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:11:13: note: class 'NIDSensorManager' does not conform to the 'Sendable' protocol
final class NIDSensorManager: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:42:17: warning: capture of 'self' with non-sendable type 'NIDSensorManager' in a '@Sendable' closure
                self.sensorData[.accelerometer] = nil
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:11:13: note: class 'NIDSensorManager' does not conform to the 'Sendable' protocol
final class NIDSensorManager: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:51:17: warning: capture of 'self' with non-sendable type 'NIDSensorManager' in a '@Sendable' closure
                self.sensorData[.gyro] = data
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:11:13: note: class 'NIDSensorManager' does not conform to the 'Sendable' protocol
final class NIDSensorManager: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:55:17: warning: capture of 'self' with non-sendable type 'NIDSensorManager' in a '@Sendable' closure
                self.sensorData[.gyro] = nil
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:11:13: note: class 'NIDSensorManager' does not conform to the 'Sendable' protocol
final class NIDSensorManager: NSObject {
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:12:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NeuroIDCore' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared: NeuroIDCore = NeuroIDCore()
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:10:7: note: class 'NeuroIDCore' does not conform to the 'Sendable' protocol
class NeuroIDCore: NSObject {
      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:12:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared: NeuroIDCore = NeuroIDCore()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared: NeuroIDCore = NeuroIDCore()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:52:16: warning: static property 'trackers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var trackers = [String: NeuroIDTracker]()
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:52:16: note: convert 'trackers' to a 'let' constant to make 'Sendable' shared state immutable
    static var trackers = [String: NeuroIDTracker]()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:52:16: note: add '@MainActor' to make static property 'trackers' part of global actor 'MainActor'
    static var trackers = [String: NeuroIDTracker]()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:52:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var trackers = [String: NeuroIDTracker]()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:68:16: warning: static property 'sendCollectionEventsTask' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var sendCollectionEventsTask: () -> Void = {
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:68:16: note: convert 'sendCollectionEventsTask' to a 'let' constant to make 'Sendable' shared state immutable
    static var sendCollectionEventsTask: () -> Void = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:68:16: note: add '@MainActor' to make static property 'sendCollectionEventsTask' part of global actor 'MainActor'
    static var sendCollectionEventsTask: () -> Void = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:68:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var sendCollectionEventsTask: () -> Void = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:72:16: warning: static property 'collectGyroAccelEventTask' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var collectGyroAccelEventTask: () -> Void = {
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:72:16: note: convert 'collectGyroAccelEventTask' to a 'let' constant to make 'Sendable' shared state immutable
    static var collectGyroAccelEventTask: () -> Void = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:72:16: note: add '@MainActor' to make static property 'collectGyroAccelEventTask' part of global actor 'MainActor'
    static var collectGyroAccelEventTask: () -> Void = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var collectGyroAccelEventTask: () -> Void = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:102:23: warning: static property 'registeredTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var registeredTargets = [String]()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:102:23: note: convert 'registeredTargets' to a 'let' constant to make 'Sendable' shared state immutable
    public static var registeredTargets = [String]()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:102:23: note: add '@MainActor' to make static property 'registeredTargets' part of global actor 'MainActor'
    public static var registeredTargets = [String]()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:102:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var registeredTargets = [String]()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:113:16: warning: static property '_isTesting' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var _isTesting = false
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:113:16: note: convert '_isTesting' to a 'let' constant to make 'Sendable' shared state immutable
    static var _isTesting = false
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:113:16: note: add '@MainActor' to make static property '_isTesting' part of global actor 'MainActor'
    static var _isTesting = false
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var _isTesting = false
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:288:26: warning: call to main actor-isolated static method 'startSwizzling()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIViewController.startSwizzling()
                         ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIViewController.swift:98:23: note: calls to static method 'startSwizzling()' from outside of its actor context are implicitly asynchronous
    @objc static func startSwizzling() {
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:283:10: note: add '@MainActor' to make instance method 'swizzle()' part of global actor 'MainActor'
    func swizzle() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:289:21: warning: call to main actor-isolated static method 'startSwizzling()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UITextField.startSwizzling()
                    ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextField.swift:87:23: note: calls to static method 'startSwizzling()' from outside of its actor context are implicitly asynchronous
    @objc static func startSwizzling() {
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:283:10: note: add '@MainActor' to make instance method 'swizzle()' part of global actor 'MainActor'
    func swizzle() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:290:20: warning: call to main actor-isolated static method 'startSwizzling()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UITextView.startSwizzling()
                   ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextView.swift:79:23: note: calls to static method 'startSwizzling()' from outside of its actor context are implicitly asynchronous
    @objc static func startSwizzling() {
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:283:10: note: add '@MainActor' to make instance method 'swizzle()' part of global actor 'MainActor'
    func swizzle() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:291:32: warning: call to main actor-isolated static method 'swizzleNavigation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UINavigationController.swizzleNavigation()
                               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UINavigationController.swift:12:17: note: calls to static method 'swizzleNavigation()' from outside of its actor context are implicitly asynchronous
    static func swizzleNavigation() {
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:283:10: note: add '@MainActor' to make instance method 'swizzle()' part of global actor 'MainActor'
    func swizzle() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:292:21: warning: call to main actor-isolated static method 'tableviewSwizzle()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UITableView.tableviewSwizzle()
                    ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITableView.swift:21:17: note: calls to static method 'tableviewSwizzle()' from outside of its actor context are implicitly asynchronous
    static func tableviewSwizzle() {
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:283:10: note: add '@MainActor' to make instance method 'swizzle()' part of global actor 'MainActor'
    func swizzle() {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/PayloadSendingService.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextField.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextField.swift:147:13: warning: initialization of immutable value 'tg' was never used; consider replacing with assignment to '_' or removing it
        let tg = ParamsCreator.getTgParams(
        ~~~~^~
        _
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextField.swift:167:19: warning: main actor-isolated property 'accessibilityLabel' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if gr.accessibilityLabel == find.accessibilityLabel {
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: note: property declared here
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextField.swift:164:6: note: add '@MainActor' to make global function 'containsGestureRecognizer(recognizers:find:)' part of global actor 'MainActor'
func containsGestureRecognizer(recognizers: [UIGestureRecognizer]?, find: UIGestureRecognizer) -> Bool {
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextField.swift:167:46: warning: main actor-isolated property 'accessibilityLabel' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if gr.accessibilityLabel == find.accessibilityLabel {
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: note: property declared here
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextField.swift:164:6: note: add '@MainActor' to make global function 'containsGestureRecognizer(recognizers:find:)' part of global actor 'MainActor'
func containsGestureRecognizer(recognizers: [UIGestureRecognizer]?, find: UIGestureRecognizer) -> Bool {
     ^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Constants.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ NIDScreen.swift,\ LocationManagerService.swift,\ String.swift,\ DeviceEvents.swift,\ RepeatingTask.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDScreen.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/LocationManagerService.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/BaseClassExtensions/String.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/DeviceEvents.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/RepeatingTask.swift (in target 'NeuroID' from project 'NeuroID')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043012194442-swift-frontend-NeuroID-NIDScreen.swift-arm64_apple_ios15.0-o-Onone-2280535247.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0359 seconds (18.9097 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0567 ( 11.6%)   0.2167 ( 39.5%)   0.2734 ( 26.4%)   9.2037 ( 48.7%)  parse-and-resolve-imports
   0.0531 ( 10.9%)   0.2139 ( 39.0%)   0.2670 ( 25.8%)   9.1974 ( 48.6%)  Import resolution
   0.0678 ( 13.9%)   0.0185 (  3.4%)   0.0864 (  8.3%)   0.0865 (  0.5%)  perform-sema
   0.0673 ( 13.8%)   0.0185 (  3.4%)   0.0857 (  8.3%)   0.0858 (  0.5%)  Type checking and Semantic analysis
   0.0556 ( 11.4%)   0.0143 (  2.6%)   0.0699 (  6.8%)   0.0700 (  0.4%)  typecheck-expr
   0.0523 ( 10.7%)   0.0131 (  2.4%)   0.0654 (  6.3%)   0.0654 (  0.3%)  typecheck-stmt
   0.0224 (  4.6%)   0.0212 (  3.9%)   0.0436 (  4.2%)   0.0438 (  0.2%)  import-clang-decl
   0.0237 (  4.9%)   0.0071 (  1.3%)   0.0309 (  3.0%)   0.0309 (  0.2%)  IRGen
   0.0170 (  3.5%)   0.0074 (  1.3%)   0.0244 (  2.4%)   0.0244 (  0.1%)  build-rewrite-system
   0.0179 (  3.7%)   0.0065 (  1.2%)   0.0243 (  2.3%)   0.0244 (  0.1%)  typecheck-decl
   0.0160 (  3.3%)   0.0042 (  0.8%)   0.0202 (  1.9%)   0.0202 (  0.1%)  precheck-target
   0.0163 (  3.3%)   0.0022 (  0.4%)   0.0185 (  1.8%)   0.0185 (  0.1%)  SILGen
   0.0010 (  0.2%)   0.0016 (  0.3%)   0.0027 (  0.3%)   0.0152 (  0.1%)  load-stdlib
   0.0101 (  2.1%)   0.0012 (  0.2%)   0.0113 (  1.1%)   0.0113 (  0.1%)  SILGen-function
   0.0075 (  1.5%)   0.0001 (  0.0%)   0.0075 (  0.7%)   0.0075 (  0.0%)  SIL optimization
   0.0029 (  0.6%)   0.0015 (  0.3%)   0.0044 (  0.4%)   0.0044 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4880 (100.0%)   0.5479 (100.0%)   1.0359 (100.0%)  18.9097 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6702 seconds (10.6734 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9066 (100.0%)   0.7636 (100.0%)   1.6702 (100.0%)  10.6734 (100.0%)  Building Target
   0.9066 (100.0%)   0.7636 (100.0%)   1.6702 (100.0%)  10.6734 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDScreen.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/LocationManagerService.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/BaseClassExtensions/String.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/DeviceEvents.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/RepeatingTask.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Configuration.swift,\ NIDDataStore.swift,\ NIDSession.swift,\ NetworkService.swift,\ UINavigationController.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/Configuration.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDDataStore.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NetworkService.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UINavigationController.swift (in target 'NeuroID' from project 'NeuroID')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043012198274-swift-frontend-NeuroID-Configuration.swift-arm64_apple_ios15.0-o-Onone-2386832230.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3821 seconds (19.2285 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0911 ( 11.7%)   0.2290 ( 38.0%)   0.3201 ( 23.2%)   9.2427 ( 48.1%)  parse-and-resolve-imports
   0.0875 ( 11.2%)   0.2262 ( 37.5%)   0.3138 ( 22.7%)   9.2363 ( 48.0%)  Import resolution
   0.1190 ( 15.3%)   0.0270 (  4.5%)   0.1460 ( 10.6%)   0.1462 (  0.8%)  perform-sema
   0.1182 ( 15.2%)   0.0269 (  4.5%)   0.1452 ( 10.5%)   0.1454 (  0.8%)  Type checking and Semantic analysis
   0.0990 ( 12.7%)   0.0219 (  3.6%)   0.1209 (  8.7%)   0.1211 (  0.6%)  typecheck-expr
   0.0954 ( 12.2%)   0.0196 (  3.2%)   0.1150 (  8.3%)   0.1150 (  0.6%)  typecheck-stmt
   0.0254 (  3.3%)   0.0216 (  3.6%)   0.0470 (  3.4%)   0.0469 (  0.2%)  import-clang-decl
   0.0328 (  4.2%)   0.0109 (  1.8%)   0.0438 (  3.2%)   0.0439 (  0.2%)  IRGen
   0.0248 (  3.2%)   0.0025 (  0.4%)   0.0273 (  2.0%)   0.0273 (  0.1%)  SILGen
   0.0223 (  2.9%)   0.0045 (  0.7%)   0.0268 (  1.9%)   0.0269 (  0.1%)  precheck-target
   0.0162 (  2.1%)   0.0048 (  0.8%)   0.0211 (  1.5%)   0.0211 (  0.1%)  build-rewrite-system
   0.0162 (  2.1%)   0.0044 (  0.7%)   0.0206 (  1.5%)   0.0206 (  0.1%)  typecheck-decl
   0.0154 (  2.0%)   0.0012 (  0.2%)   0.0166 (  1.2%)   0.0166 (  0.1%)  SILGen-function
   0.0114 (  1.5%)   0.0002 (  0.0%)   0.0116 (  0.8%)   0.0117 (  0.1%)  SIL optimization
   0.0029 (  0.4%)   0.0008 (  0.1%)   0.0037 (  0.3%)   0.0037 (  0.0%)  load-all-members
   0.0009 (  0.1%)   0.0014 (  0.2%)   0.0023 (  0.2%)   0.0023 (  0.0%)  load-stdlib
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  perform-whole-module-type-checking
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7792 (100.0%)   0.6030 (100.0%)   1.3821 (100.0%)  19.2285 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6927 seconds (10.6768 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8949 (100.0%)   0.7977 (100.0%)   1.6927 (100.0%)  10.6768 (100.0%)  Building Target
   0.8949 (100.0%)   0.7977 (100.0%)   1.6927 (100.0%)  10.6768 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/Configuration.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDDataStore.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift:177:31: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            sh: UIScreen.main.bounds.height,
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:59:39: note: property declared here
@property(nonatomic,readonly) CGRect  bounds;                // Bounds of entire screen in points
                                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift:158:10: note: add '@MainActor' to make instance method 'createNIDSessionEvent(sessionEvent:)' part of global actor 'MainActor'
    func createNIDSessionEvent(
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift:177:26: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            sh: UIScreen.main.bounds.height,
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift:158:10: note: add '@MainActor' to make instance method 'createNIDSessionEvent(sessionEvent:)' part of global actor 'MainActor'
    func createNIDSessionEvent(
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift:178:31: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            sw: UIScreen.main.bounds.width
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:59:39: note: property declared here
@property(nonatomic,readonly) CGRect  bounds;                // Bounds of entire screen in points
                                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift:158:10: note: add '@MainActor' to make instance method 'createNIDSessionEvent(sessionEvent:)' part of global actor 'MainActor'
    func createNIDSessionEvent(
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift:178:26: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            sw: UIScreen.main.bounds.width
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDSession.swift:158:10: note: add '@MainActor' to make instance method 'createNIDSessionEvent(sessionEvent:)' part of global actor 'MainActor'
    func createNIDSessionEvent(
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NetworkService.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NetworkService.swift:48:25: warning: type 'NeuroHTTPRequest' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        afCustomSession.request(
                        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NIDEvent.swift:136:8: note: consider making struct 'NeuroHTTPRequest' conform to the 'Sendable' protocol
struct NeuroHTTPRequest: Codable {
       ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NetworkService.swift:57:17: warning: capture of 'self' with non-sendable type 'NetworkService' in a '@Sendable' closure
                self.retryableRequest(url: url, neuroHTTPRequest: neuroHTTPRequest, headers: headers, retryCount: retryCount + 1, completion: completion)
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NetworkService.swift:17:7: note: class 'NetworkService' does not conform to the 'Sendable' protocol
class NetworkService: NetworkServiceProtocol {
      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NetworkService.swift:57:67: warning: capture of 'neuroHTTPRequest' with non-sendable type 'NeuroHTTPRequest' in a '@Sendable' closure
                self.retryableRequest(url: url, neuroHTTPRequest: neuroHTTPRequest, headers: headers, retryCount: retryCount + 1, completion: completion)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NIDEvent.swift:136:8: note: consider making struct 'NeuroHTTPRequest' conform to the 'Sendable' protocol
struct NeuroHTTPRequest: Codable {
       ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NetworkService.swift:57:143: warning: capture of 'completion' with non-sendable type '(AFDataResponse<Data>) -> Void' (aka '(DataResponse<Data, AFError>) -> ()') in a '@Sendable' closure
                self.retryableRequest(url: url, neuroHTTPRequest: neuroHTTPRequest, headers: headers, retryCount: retryCount + 1, completion: completion)
                                                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NetworkService.swift:57:143: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                self.retryableRequest(url: url, neuroHTTPRequest: neuroHTTPRequest, headers: headers, retryCount: retryCount + 1, completion: completion)
                                                                                                                                              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UINavigationController.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ TouchEvents.swift,\ NIDRN.swift,\ IdentifierService.swift,\ Optional.swift,\ AppEvents.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDRN.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/IdentifierService.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/BaseClassExtensions/Optional.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/AppEvents.swift (in target 'NeuroID' from project 'NeuroID')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043012181668-swift-frontend-NeuroID-TouchEvents.swift-arm64_apple_ios15.0-o-Onone-2872740497.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1999 seconds (18.8237 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0591 (  8.9%)   0.2002 ( 37.3%)   0.2592 ( 21.6%)   9.0649 ( 48.2%)  parse-and-resolve-imports
   0.0554 (  8.3%)   0.1977 ( 36.9%)   0.2531 ( 21.1%)   9.0587 ( 48.1%)  Import resolution
   0.1036 ( 15.6%)   0.0261 (  4.9%)   0.1297 ( 10.8%)   0.1297 (  0.7%)  perform-sema
   0.1031 ( 15.5%)   0.0260 (  4.8%)   0.1292 ( 10.8%)   0.1292 (  0.7%)  Type checking and Semantic analysis
   0.0869 ( 13.1%)   0.0194 (  3.6%)   0.1063 (  8.9%)   0.1063 (  0.6%)  typecheck-expr
   0.0799 ( 12.0%)   0.0156 (  2.9%)   0.0955 (  8.0%)   0.0955 (  0.5%)  typecheck-stmt
   0.0384 (  5.8%)   0.0101 (  1.9%)   0.0485 (  4.0%)   0.0485 (  0.3%)  typecheck-decl
   0.0227 (  3.4%)   0.0196 (  3.6%)   0.0423 (  3.5%)   0.0423 (  0.2%)  import-clang-decl
   0.0272 (  4.1%)   0.0090 (  1.7%)   0.0362 (  3.0%)   0.0362 (  0.2%)  IRGen
   0.0271 (  4.1%)   0.0027 (  0.5%)   0.0298 (  2.5%)   0.0299 (  0.2%)  SILGen
   0.0167 (  2.5%)   0.0034 (  0.6%)   0.0201 (  1.7%)   0.0201 (  0.1%)  build-rewrite-system
   0.0160 (  2.4%)   0.0013 (  0.2%)   0.0172 (  1.4%)   0.0172 (  0.1%)  SILGen-function
   0.0017 (  0.2%)   0.0022 (  0.4%)   0.0038 (  0.3%)   0.0164 (  0.1%)  load-stdlib
   0.0117 (  1.8%)   0.0022 (  0.4%)   0.0139 (  1.2%)   0.0138 (  0.1%)  precheck-target
   0.0101 (  1.5%)   0.0001 (  0.0%)   0.0102 (  0.9%)   0.0102 (  0.1%)  SIL optimization
   0.0026 (  0.4%)   0.0008 (  0.1%)   0.0033 (  0.3%)   0.0033 (  0.0%)  load-all-members
   0.0007 (  0.1%)   0.0001 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.6635 (100.0%)   0.5364 (100.0%)   1.1999 (100.0%)  18.8237 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8095 seconds (10.6961 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9948 (100.0%)   0.8147 (100.0%)   1.8095 (100.0%)  10.6961 (100.0%)  Building Target
   0.9948 (100.0%)   0.8147 (100.0%)   1.8095 (100.0%)  10.6961 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:15:16: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        sender.addTarget(self, action: #selector(controlTouchStart), for: .touchDown)
               ^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
                     ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:14:10: note: add '@MainActor' to make instance method 'observeTouchEvents' part of global actor 'MainActor'
    func observeTouchEvents(_ sender: UIControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:16:16: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        sender.addTarget(self, action: #selector(controlTouchEnd), for: .touchUpInside)
               ^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
                     ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:14:10: note: add '@MainActor' to make instance method 'observeTouchEvents' part of global actor 'MainActor'
    func observeTouchEvents(_ sender: UIControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:17:16: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        sender.addTarget(self, action: #selector(controlTouchMove), for: .touchUpOutside)
               ^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
                     ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:14:10: note: add '@MainActor' to make instance method 'observeTouchEvents' part of global actor 'MainActor'
    func observeTouchEvents(_ sender: UIControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:64:23: warning: main actor-isolated property 'force' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        force = touch.force
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:76:39: note: property declared here
@property(nonatomic,readonly) CGFloat force API_AVAILABLE(ios(9.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:60:6: note: add '@MainActor' to make global function 'captureTouchInfo(gesture:touches:type:)' part of global actor 'MainActor'
func captureTouchInfo(gesture: UITapGestureRecognizer, touches: Set<UITouch>, type: NIDEventName) {
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:65:22: warning: main actor-isolated property 'majorRadius' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        size = touch.majorRadius
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat majorRadius API_AVAILABLE(ios(8.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:60:6: note: add '@MainActor' to make global function 'captureTouchInfo(gesture:touches:type:)' part of global actor 'MainActor'
func captureTouchInfo(gesture: UITapGestureRecognizer, touches: Set<UITouch>, type: NIDEventName) {
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:84:44: warning: main actor-isolated property 'id' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    let viewName = gestureRecognizer.view?.id ?? "NO_TARGET"
                                           ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:47:9: note: property declared here
    var id: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:75:6: note: add '@MainActor' to make global function 'captureTouchEvent(type:gestureRecognizer:extraAttr:)' part of global actor 'MainActor'
func captureTouchEvent(
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:84:38: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    let viewName = gestureRecognizer.view?.id ?? "NO_TARGET"
                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:55:50: note: property declared here
@property(nullable, nonatomic, readonly) UIView *view;           // the view the gesture is attached to. set by adding the recognizer to a UIView using the addGestureRecognizer: method
                                                 ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:75:6: note: add '@MainActor' to make global function 'captureTouchEvent(type:gestureRecognizer:extraAttr:)' part of global actor 'MainActor'
func captureTouchEvent(
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:85:45: warning: main actor-isolated property 'nidClassName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    let viewClass = gestureRecognizer.view?.nidClassName ?? "NO_TARGET_CLASS"
                                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:37:9: note: property declared here
    var nidClassName: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:75:6: note: add '@MainActor' to make global function 'captureTouchEvent(type:gestureRecognizer:extraAttr:)' part of global actor 'MainActor'
func captureTouchEvent(
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:85:39: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    let viewClass = gestureRecognizer.view?.nidClassName ?? "NO_TARGET_CLASS"
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:55:50: note: property declared here
@property(nullable, nonatomic, readonly) UIView *view;           // the view the gesture is attached to. set by adding the recognizer to a UIView using the addGestureRecognizer: method
                                                 ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:75:6: note: add '@MainActor' to make global function 'captureTouchEvent(type:gestureRecognizer:extraAttr:)' part of global actor 'MainActor'
func captureTouchEvent(
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:15:16: warning: sending value of non-Sendable type 'NeuroIDTracker' risks causing data races; this is an error in the Swift 6 language mode
        sender.addTarget(self, action: #selector(controlTouchStart), for: .touchDown)
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:15:16: note: sending task-isolated value of non-Sendable type 'NeuroIDTracker' to main actor-isolated instance method 'addTarget(_:action:for:)' risks causing races in between task-isolated and main actor-isolated uses
        sender.addTarget(self, action: #selector(controlTouchStart), for: .touchDown)
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:16:16: warning: sending value of non-Sendable type 'NeuroIDTracker' risks causing data races; this is an error in the Swift 6 language mode
        sender.addTarget(self, action: #selector(controlTouchEnd), for: .touchUpInside)
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:16:16: note: sending task-isolated value of non-Sendable type 'NeuroIDTracker' to main actor-isolated instance method 'addTarget(_:action:for:)' risks causing races in between task-isolated and main actor-isolated uses
        sender.addTarget(self, action: #selector(controlTouchEnd), for: .touchUpInside)
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:17:16: warning: sending value of non-Sendable type 'NeuroIDTracker' risks causing data races; this is an error in the Swift 6 language mode
        sender.addTarget(self, action: #selector(controlTouchMove), for: .touchUpOutside)
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/TouchEvents.swift:17:16: note: sending task-isolated value of non-Sendable type 'NeuroIDTracker' to main actor-isolated instance method 'addTarget(_:action:for:)' risks causing races in between task-isolated and main actor-isolated uses
        sender.addTarget(self, action: #selector(controlTouchMove), for: .touchUpOutside)
               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDRN.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/IdentifierService.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/BaseClassExtensions/Optional.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/AppEvents.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ NeuroID (in target 'NeuroID' from project 'NeuroID')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043012205538-swift-frontend-NeuroID-all-arm64_apple_ios15.0-swiftmodule-Onone-4000697271.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.0713 seconds (18.6150 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2037 ( 41.3%)   0.5308 ( 45.9%)   1.7345 ( 42.6%)   9.0057 ( 48.4%)  parse-and-resolve-imports
   1.2004 ( 41.2%)   0.5290 ( 45.8%)   1.7294 ( 42.5%)   9.0007 ( 48.4%)  Import resolution
   0.1226 (  4.2%)   0.0216 (  1.9%)   0.1442 (  3.5%)   0.1446 (  0.8%)  perform-sema
   0.1181 (  4.0%)   0.0211 (  1.8%)   0.1391 (  3.4%)   0.1396 (  0.7%)  Type checking and Semantic analysis
   0.1159 (  4.0%)   0.0205 (  1.8%)   0.1363 (  3.3%)   0.1368 (  0.7%)  typecheck-decl
   0.0413 (  1.4%)   0.0073 (  0.6%)   0.0486 (  1.2%)   0.0486 (  0.3%)  SILGen
   0.0294 (  1.0%)   0.0072 (  0.6%)   0.0365 (  0.9%)   0.0365 (  0.2%)  typecheck-expr
   0.0282 (  1.0%)   0.0032 (  0.3%)   0.0313 (  0.8%)   0.0313 (  0.2%)  SIL optimization
   0.0159 (  0.5%)   0.0021 (  0.2%)   0.0181 (  0.4%)   0.0180 (  0.1%)  SILGen-function
   0.0085 (  0.3%)   0.0087 (  0.8%)   0.0172 (  0.4%)   0.0172 (  0.1%)  import-clang-decl
   0.0071 (  0.2%)   0.0007 (  0.1%)   0.0078 (  0.2%)   0.0078 (  0.0%)  Serialization, swiftmodule
   0.0066 (  0.2%)   0.0006 (  0.1%)   0.0072 (  0.2%)   0.0072 (  0.0%)  build-rewrite-system
   0.0049 (  0.2%)   0.0007 (  0.1%)   0.0056 (  0.1%)   0.0057 (  0.0%)  precheck-target
   0.0045 (  0.2%)   0.0004 (  0.0%)   0.0049 (  0.1%)   0.0049 (  0.0%)  Serialization, swiftsourceinfo
   0.0038 (  0.1%)   0.0002 (  0.0%)   0.0040 (  0.1%)   0.0040 (  0.0%)  perform-whole-module-type-checking
   0.0009 (  0.0%)   0.0012 (  0.1%)   0.0021 (  0.1%)   0.0021 (  0.0%)  load-stdlib
   0.0011 (  0.0%)   0.0002 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  typecheck-stmt
   0.0012 (  0.0%)   0.0001 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  Serialization, swiftdoc
   0.0006 (  0.0%)   0.0001 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SIL verification, pre-optimization
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   2.9155 (100.0%)   1.1557 (100.0%)   4.0713 (100.0%)  18.6150 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0064 seconds (9.2780 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4361 (100.0%)   0.5703 (100.0%)   2.0064 (100.0%)   9.2780 (100.0%)  Building Target
   1.4361 (100.0%)   0.5703 (100.0%)   2.0064 (100.0%)   9.2780 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:13:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NIDSensorManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared: NIDSensorManager = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:11:13: note: class 'NIDSensorManager' does not conform to the 'Sendable' protocol
final class NIDSensorManager: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:13:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared: NIDSensorManager = .init()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NeuroIDSensors.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared: NIDSensorManager = .init()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:12:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NeuroIDCore' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared: NeuroIDCore = NeuroIDCore()
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:10:7: note: class 'NeuroIDCore' does not conform to the 'Sendable' protocol
class NeuroIDCore: NSObject {
      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:12:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared: NeuroIDCore = NeuroIDCore()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared: NeuroIDCore = NeuroIDCore()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:52:16: warning: static property 'trackers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var trackers = [String: NeuroIDTracker]()
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:52:16: note: convert 'trackers' to a 'let' constant to make 'Sendable' shared state immutable
    static var trackers = [String: NeuroIDTracker]()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:52:16: note: add '@MainActor' to make static property 'trackers' part of global actor 'MainActor'
    static var trackers = [String: NeuroIDTracker]()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:52:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var trackers = [String: NeuroIDTracker]()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:68:16: warning: static property 'sendCollectionEventsTask' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var sendCollectionEventsTask: () -> Void = {
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:68:16: note: convert 'sendCollectionEventsTask' to a 'let' constant to make 'Sendable' shared state immutable
    static var sendCollectionEventsTask: () -> Void = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:68:16: note: add '@MainActor' to make static property 'sendCollectionEventsTask' part of global actor 'MainActor'
    static var sendCollectionEventsTask: () -> Void = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:68:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var sendCollectionEventsTask: () -> Void = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:72:16: warning: static property 'collectGyroAccelEventTask' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var collectGyroAccelEventTask: () -> Void = {
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:72:16: note: convert 'collectGyroAccelEventTask' to a 'let' constant to make 'Sendable' shared state immutable
    static var collectGyroAccelEventTask: () -> Void = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:72:16: note: add '@MainActor' to make static property 'collectGyroAccelEventTask' part of global actor 'MainActor'
    static var collectGyroAccelEventTask: () -> Void = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var collectGyroAccelEventTask: () -> Void = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:102:23: warning: static property 'registeredTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var registeredTargets = [String]()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:102:23: note: convert 'registeredTargets' to a 'let' constant to make 'Sendable' shared state immutable
    public static var registeredTargets = [String]()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:102:23: note: add '@MainActor' to make static property 'registeredTargets' part of global actor 'MainActor'
    public static var registeredTargets = [String]()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:102:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var registeredTargets = [String]()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:113:16: warning: static property '_isTesting' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var _isTesting = false
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:113:16: note: convert '_isTesting' to a 'let' constant to make 'Sendable' shared state immutable
    static var _isTesting = false
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:113:16: note: add '@MainActor' to make static property '_isTesting' part of global actor 'MainActor'
    static var _isTesting = false
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/NeuroIDCore.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var _isTesting = false
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:191:16: warning: static property 'suspiciousAppsPathToCheck' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var suspiciousAppsPathToCheck: [String] = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:191:16: note: convert 'suspiciousAppsPathToCheck' to a 'let' constant to make 'Sendable' shared state immutable
    static var suspiciousAppsPathToCheck: [String] = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:191:16: note: add '@MainActor' to make static property 'suspiciousAppsPathToCheck' part of global actor 'MainActor'
    static var suspiciousAppsPathToCheck: [String] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:191:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var suspiciousAppsPathToCheck: [String] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:204:16: warning: static property 'suspiciousSystemPathsToCheck' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var suspiciousSystemPathsToCheck: [String] = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:204:16: note: convert 'suspiciousSystemPathsToCheck' to a 'let' constant to make 'Sendable' shared state immutable
    static var suspiciousSystemPathsToCheck: [String] = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:204:16: note: add '@MainActor' to make static property 'suspiciousSystemPathsToCheck' part of global actor 'MainActor'
    static var suspiciousSystemPathsToCheck: [String] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:204:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var suspiciousSystemPathsToCheck: [String] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:249:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NetworkStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = NetworkStatus()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:248:7: note: class 'NetworkStatus' does not conform to the 'Sendable' protocol
class NetworkStatus {
      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:249:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = NetworkStatus()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:249:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = NetworkStatus()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/ConfigService.swift:33:16: warning: static property 'NID_CONFIG_URL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var NID_CONFIG_URL = "https://scripts.neuro-id.com/mobile/"
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/ConfigService.swift:33:16: note: convert 'NID_CONFIG_URL' to a 'let' constant to make 'Sendable' shared state immutable
    static var NID_CONFIG_URL = "https://scripts.neuro-id.com/mobile/"
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/ConfigService.swift:33:16: note: add '@MainActor' to make static property 'NID_CONFIG_URL' part of global actor 'MainActor'
    static var NID_CONFIG_URL = "https://scripts.neuro-id.com/mobile/"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/ConfigService.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var NID_CONFIG_URL = "https://scripts.neuro-id.com/mobile/"
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ RemoteConfiguration.swift,\ NIDLog.swift,\ AdvancedDeviceService.swift,\ Data.swift,\ UIViewController.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/RemoteConfiguration.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDLog.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/BaseClassExtensions/Data.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIViewController.swift (in target 'NeuroID' from project 'NeuroID')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043012217551-swift-frontend-NeuroID-RemoteConfiguration.swift-arm64_apple_ios15.0-o-Onone-2300291211.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 12.5847 seconds (19.1664 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   4.5636 ( 44.8%)   1.1189 ( 46.5%)   5.6825 ( 45.2%)   8.9674 ( 46.8%)  parse-and-resolve-imports
   4.5601 ( 44.8%)   1.1173 ( 46.4%)   5.6774 ( 45.1%)   8.9623 ( 46.8%)  Import resolution
   0.1783 (  1.8%)   0.0317 (  1.3%)   0.2100 (  1.7%)   0.2132 (  1.1%)  perform-sema
   0.1776 (  1.7%)   0.0316 (  1.3%)   0.2092 (  1.7%)   0.2124 (  1.1%)  Type checking and Semantic analysis
   0.1719 (  1.7%)   0.0260 (  1.1%)   0.1978 (  1.6%)   0.1997 (  1.0%)  typecheck-expr
   0.1688 (  1.7%)   0.0211 (  0.9%)   0.1899 (  1.5%)   0.1900 (  1.0%)  typecheck-stmt
   0.0822 (  0.8%)   0.0188 (  0.8%)   0.1011 (  0.8%)   0.1043 (  0.5%)  typecheck-decl
   0.0634 (  0.6%)   0.0045 (  0.2%)   0.0679 (  0.5%)   0.0679 (  0.4%)  SILGen
   0.0546 (  0.5%)   0.0031 (  0.1%)   0.0577 (  0.5%)   0.0577 (  0.3%)  SILGen-function
   0.0407 (  0.4%)   0.0091 (  0.4%)   0.0498 (  0.4%)   0.0501 (  0.3%)  IRGen
   0.0240 (  0.2%)   0.0175 (  0.7%)   0.0416 (  0.3%)   0.0417 (  0.2%)  import-clang-decl
   0.0299 (  0.3%)   0.0027 (  0.1%)   0.0327 (  0.3%)   0.0326 (  0.2%)  precheck-target
   0.0310 (  0.3%)   0.0001 (  0.0%)   0.0312 (  0.2%)   0.0313 (  0.2%)  SIL optimization
   0.0197 (  0.2%)   0.0014 (  0.1%)   0.0210 (  0.2%)   0.0210 (  0.1%)  build-rewrite-system
   0.0064 (  0.1%)   0.0008 (  0.0%)   0.0073 (  0.1%)   0.0073 (  0.0%)  typecheck-expr-pattern
   0.0010 (  0.0%)   0.0026 (  0.1%)   0.0036 (  0.0%)   0.0036 (  0.0%)  load-stdlib
   0.0023 (  0.0%)   0.0008 (  0.0%)   0.0031 (  0.0%)   0.0031 (  0.0%)  load-all-members
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  perform-whole-module-type-checking
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
  10.1767 (100.0%)   2.4080 (100.0%)  12.5847 (100.0%)  19.1664 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 7.3071 seconds (10.6567 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   5.6552 (100.0%)   1.6520 (100.0%)   7.3071 (100.0%)  10.6567 (100.0%)  Building Target
   5.6552 (100.0%)   1.6520 (100.0%)   7.3071 (100.0%)  10.6567 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/RemoteConfiguration.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDLog.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift:75:17: warning: capture of 'completion' with non-sendable type '(Result<String, any Error>) -> Void' in a '@Sendable' closure
                completion(.failure(error))
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift:75:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(error))
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift:168:17: warning: capture of 'completion' with non-sendable type '(Result<(String, String?), any Error>) -> Void' in a '@Sendable' closure
                completion(.success((fpResponse.requestId, fpResponse.sealedResult)))
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift:168:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success((fpResponse.requestId, fpResponse.sealedResult)))
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift:213:29: warning: capture of 'attemptAPICall()' with non-sendable type '() -> ()' in a '@Sendable' closure
                            attemptAPICall()
                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift:213:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            attemptAPICall()
                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/AdvancedDeviceService.swift:198:14: warning: concurrently-executed local function 'attemptAPICall()' must be marked as '@Sendable'
        func attemptAPICall() {
             ^
        @Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/BaseClassExtensions/Data.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIViewController.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIViewController.swift:164:9: warning: expression of type 'NeuroIDTracker?' is unused
        tracker
        ^~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling Session.swift, SessionDelegate.swift, URLConvertible+URLRequestConvertible.swift, UploadRequest.swift, WebSocketRequest.swift (in target 'Alamofire' from project 'Alamofire')
SwiftCompile normal arm64 Compiling\ NIDErrors.swift,\ NIDEnv.swift,\ ValidationService.swift,\ UITextView.swift,\ DataStore.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NIDErrors.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDEnv.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/ValidationService.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextView.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/DataStore.swift (in target 'NeuroID' from project 'NeuroID')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043012383845-swift-frontend-NeuroID-NIDErrors.swift-arm64_apple_ios15.0-o-Onone-4253837772.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9313 seconds (18.7654 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0544 (  9.7%)   0.1222 ( 32.8%)   0.1766 ( 19.0%)   9.0927 ( 48.5%)  parse-and-resolve-imports
   0.0507 (  9.1%)   0.1193 ( 32.0%)   0.1700 ( 18.3%)   9.0861 ( 48.4%)  Import resolution
   0.0863 ( 15.5%)   0.0229 (  6.2%)   0.1093 ( 11.7%)   0.1093 (  0.6%)  perform-sema
   0.0853 ( 15.3%)   0.0228 (  6.1%)   0.1081 ( 11.6%)   0.1082 (  0.6%)  Type checking and Semantic analysis
   0.0596 ( 10.7%)   0.0143 (  3.8%)   0.0739 (  7.9%)   0.0740 (  0.4%)  typecheck-stmt
   0.0512 (  9.2%)   0.0124 (  3.3%)   0.0637 (  6.8%)   0.0637 (  0.3%)  typecheck-expr
   0.0274 (  4.9%)   0.0231 (  6.2%)   0.0505 (  5.4%)   0.0516 (  0.3%)  import-clang-decl
   0.0327 (  5.8%)   0.0113 (  3.0%)   0.0440 (  4.7%)   0.0440 (  0.2%)  typecheck-decl
   0.0267 (  4.8%)   0.0078 (  2.1%)   0.0345 (  3.7%)   0.0347 (  0.2%)  IRGen
   0.0196 (  3.5%)   0.0047 (  1.3%)   0.0243 (  2.6%)   0.0243 (  0.1%)  precheck-target
   0.0185 (  3.3%)   0.0021 (  0.6%)   0.0206 (  2.2%)   0.0207 (  0.1%)  SILGen
   0.0152 (  2.7%)   0.0039 (  1.0%)   0.0191 (  2.1%)   0.0191 (  0.1%)  build-rewrite-system
   0.0109 (  1.9%)   0.0012 (  0.3%)   0.0121 (  1.3%)   0.0121 (  0.1%)  SILGen-function
   0.0085 (  1.5%)   0.0032 (  0.9%)   0.0117 (  1.3%)   0.0118 (  0.1%)  load-all-members
   0.0093 (  1.7%)   0.0001 (  0.0%)   0.0094 (  1.0%)   0.0095 (  0.1%)  SIL optimization
   0.0009 (  0.2%)   0.0010 (  0.3%)   0.0019 (  0.2%)   0.0019 (  0.0%)  load-stdlib
   0.0006 (  0.1%)   0.0001 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  typecheck-expr-pattern
   0.0006 (  0.1%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.5588 (100.0%)   0.3725 (100.0%)   0.9313 (100.0%)  18.7654 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5057 seconds (10.4878 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8150 (100.0%)   0.6906 (100.0%)   1.5057 (100.0%)  10.4878 (100.0%)  Building Target
   0.8150 (100.0%)   0.6906 (100.0%)   1.5057 (100.0%)  10.4878 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/NIDErrors.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDEnv.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/ValidationService.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextView.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextView.swift:47:13: warning: initialization of immutable value 'location' was never used; consider replacing with assignment to '_' or removing it
        let location = gestureRecognizer.location(in: self)
        ~~~~^~~~~~~~
        _
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextView.swift:55:13: warning: initialization of immutable value 'location' was never used; consider replacing with assignment to '_' or removing it
        let location = gestureRecognizer.location(in: self)
        ~~~~^~~~~~~~
        _
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITextView.swift:63:13: warning: initialization of immutable value 'location' was never used; consider replacing with assignment to '_' or removing it
        let location = gestureRecognizer.location(in: self)
        ~~~~^~~~~~~~
        _
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/DataStore.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling DownloadRequest.swift, HTTPHeaders.swift, HTTPMethod.swift, Notifications.swift, ParameterEncoder.swift (in target 'Alamofire' from project 'Alamofire')
SwiftCompile normal arm64 Compiling\ DeviceMetadata.swift,\ NIDUser.swift,\ NIDCallStatusObserverService.swift,\ UITableView.swift,\ ValueEvents.swift,\ NIDAdvancedDevice.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDUser.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NIDCallStatusObserverService.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITableView.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDAdvancedDevice.swift (in target 'NeuroID' from project 'NeuroID')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1775043021553844-swift-frontend-NeuroID-DeviceMetadata.swift-arm64_apple_ios15.0-o-Onone-2841861218.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4578 seconds (1.4684 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1713 ( 15.6%)   0.0428 ( 11.9%)   0.2141 ( 14.7%)   0.2150 ( 14.6%)  perform-sema
   0.1706 ( 15.5%)   0.0427 ( 11.9%)   0.2132 ( 14.6%)   0.2141 ( 14.6%)  Type checking and Semantic analysis
   0.1410 ( 12.8%)   0.0313 (  8.7%)   0.1724 ( 11.8%)   0.1737 ( 11.8%)  typecheck-stmt
   0.1239 ( 11.3%)   0.0296 (  8.2%)   0.1535 ( 10.5%)   0.1547 ( 10.5%)  typecheck-expr
   0.0983 (  9.0%)   0.0261 (  7.2%)   0.1244 (  8.5%)   0.1261 (  8.6%)  build-rewrite-system
   0.0506 (  4.6%)   0.0528 ( 14.7%)   0.1034 (  7.1%)   0.1034 (  7.0%)  parse-and-resolve-imports
   0.0472 (  4.3%)   0.0501 ( 13.9%)   0.0972 (  6.7%)   0.0972 (  6.6%)  Import resolution
   0.0673 (  6.1%)   0.0219 (  6.1%)   0.0892 (  6.1%)   0.0896 (  6.1%)  typecheck-decl
   0.0544 (  4.9%)   0.0093 (  2.6%)   0.0637 (  4.4%)   0.0650 (  4.4%)  SILGen
   0.0455 (  4.1%)   0.0078 (  2.2%)   0.0533 (  3.7%)   0.0544 (  3.7%)  SILGen-function
   0.0408 (  3.7%)   0.0112 (  3.1%)   0.0520 (  3.6%)   0.0523 (  3.6%)  IRGen
   0.0247 (  2.3%)   0.0234 (  6.5%)   0.0482 (  3.3%)   0.0488 (  3.3%)  import-clang-decl
   0.0271 (  2.5%)   0.0052 (  1.4%)   0.0322 (  2.2%)   0.0324 (  2.2%)  precheck-target
   0.0175 (  1.6%)   0.0002 (  0.0%)   0.0177 (  1.2%)   0.0179 (  1.2%)  SIL optimization
   0.0109 (  1.0%)   0.0017 (  0.5%)   0.0126 (  0.9%)   0.0129 (  0.9%)  typecheck-expr-pattern
   0.0051 (  0.5%)   0.0017 (  0.5%)   0.0068 (  0.5%)   0.0069 (  0.5%)  load-all-members
   0.0010 (  0.1%)   0.0014 (  0.4%)   0.0025 (  0.2%)   0.0025 (  0.2%)  load-stdlib
   0.0008 (  0.1%)   0.0001 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.1%)  typecheck-for-each
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.0985 (100.0%)   0.3594 (100.0%)   1.4578 (100.0%)   1.4684 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6964 seconds (1.7251 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3433 (100.0%)   0.3532 (100.0%)   1.6964 (100.0%)   1.7251 (100.0%)  Building Target
   1.3433 (100.0%)   0.3532 (100.0%)   1.6964 (100.0%)   1.7251 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:191:16: warning: static property 'suspiciousAppsPathToCheck' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var suspiciousAppsPathToCheck: [String] = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:191:16: note: convert 'suspiciousAppsPathToCheck' to a 'let' constant to make 'Sendable' shared state immutable
    static var suspiciousAppsPathToCheck: [String] = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:191:16: note: add '@MainActor' to make static property 'suspiciousAppsPathToCheck' part of global actor 'MainActor'
    static var suspiciousAppsPathToCheck: [String] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:191:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var suspiciousAppsPathToCheck: [String] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:204:16: warning: static property 'suspiciousSystemPathsToCheck' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var suspiciousSystemPathsToCheck: [String] = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:204:16: note: convert 'suspiciousSystemPathsToCheck' to a 'let' constant to make 'Sendable' shared state immutable
    static var suspiciousSystemPathsToCheck: [String] = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:204:16: note: add '@MainActor' to make static property 'suspiciousSystemPathsToCheck' part of global actor 'MainActor'
    static var suspiciousSystemPathsToCheck: [String] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:204:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var suspiciousSystemPathsToCheck: [String] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:249:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NetworkStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = NetworkStatus()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:248:7: note: class 'NetworkStatus' does not conform to the 'Sendable' protocol
class NetworkStatus {
      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:249:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = NetworkStatus()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:249:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = NetworkStatus()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:34:39: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.brand = UIDevice.current.model
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:40:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *model;             // e.g. @"iPhone", @"iPod touch"
                                                  ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:34:31: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.brand = UIDevice.current.model
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:91:33: warning: main actor-isolated property 'type' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return UIDevice.current.type.rawValue
                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:369:9: note: property declared here
    var type: Model {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:90:17: note: add '@MainActor' to make static method 'getDeviceModelName()' part of global actor 'MainActor'
    static func getDeviceModelName() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:91:25: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return UIDevice.current.type.rawValue
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:90:17: note: add '@MainActor' to make static method 'getDeviceModelName()' part of global actor 'MainActor'
    static func getDeviceModelName() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:99:40: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let screenSize = UIScreen.main.bounds
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:59:39: note: property declared here
@property(nonatomic,readonly) CGRect  bounds;                // Bounds of entire screen in points
                                      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:98:17: note: add '@MainActor' to make static method 'getDisplayResolution()' part of global actor 'MainActor'
    static func getDisplayResolution() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:99:35: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let screenSize = UIScreen.main.bounds
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:98:17: note: add '@MainActor' to make static method 'getDisplayResolution()' part of global actor 'MainActor'
    static func getDisplayResolution() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:104:49: warning: main actor-isolated property 'identifierForVendor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let uniqueID: String = UIDevice.current.identifierForVendor?.uuidString ?? ""
                                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:46:61: note: property declared here
@property(nullable, nonatomic,readonly,strong) NSUUID      *identifierForVendor API_AVAILABLE(ios(6.0));      // a UUID that may be used to uniquely identify the device, same across apps from a single vendor.
                                                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:103:17: note: add '@MainActor' to make static method 'getDeviceManufacturer()' part of global actor 'MainActor'
    static func getDeviceManufacturer() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:104:41: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let uniqueID: String = UIDevice.current.identifierForVendor?.uuidString ?? ""
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:103:17: note: add '@MainActor' to make static method 'getDeviceManufacturer()' part of global actor 'MainActor'
    static func getDeviceManufacturer() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:109:37: warning: main actor-isolated property 'systemName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let name = UIDevice.current.systemName
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:42:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *systemName;        // e.g. @"iOS"
                                                  ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:108:17: note: add '@MainActor' to make static method 'getOSVersion()' part of global actor 'MainActor'
    static func getOSVersion() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:109:29: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let name = UIDevice.current.systemName
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:108:17: note: add '@MainActor' to make static method 'getOSVersion()' part of global actor 'MainActor'
    static func getOSVersion() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:110:40: warning: main actor-isolated property 'systemVersion' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let version = UIDevice.current.systemVersion
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:43:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *systemVersion;     // e.g. @"4.0"
                                                  ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:108:17: note: add '@MainActor' to make static method 'getOSVersion()' part of global actor 'MainActor'
    static func getOSVersion() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:110:32: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let version = UIDevice.current.systemVersion
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:108:17: note: add '@MainActor' to make static method 'getOSVersion()' part of global actor 'MainActor'
    static func getOSVersion() -> String {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:131:26: warning: main actor-isolated property 'isBatteryMonitoringEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.isBatteryMonitoringEnabled = true
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:52:61: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isBatteryMonitoringEnabled) BOOL batteryMonitoringEnabled API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos);  // default is NO
                                                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:130:17: note: add '@MainActor' to make static method 'getBaterryLevel()' part of global actor 'MainActor'
    static func getBaterryLevel() -> Double {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:131:18: warning: main actor-isolated class property 'current' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.isBatteryMonitoringEnabled = true
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: mutation of this class property is only permitted within the actor
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:130:17: note: add '@MainActor' to make static method 'getBaterryLevel()' part of global actor 'MainActor'
    static func getBaterryLevel() -> Double {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:132:40: warning: main actor-isolated property 'batteryLevel' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return Double(UIDevice.current.batteryLevel) * 100.0
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:54:61: note: property declared here
@property(nonatomic,readonly) float                         batteryLevel API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos);  // 0 .. 1.0. -1.0 if UIDeviceBatteryStateUnknown
                                                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:130:17: note: add '@MainActor' to make static method 'getBaterryLevel()' part of global actor 'MainActor'
    static func getBaterryLevel() -> Double {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:132:32: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return Double(UIDevice.current.batteryLevel) * 100.0
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:130:17: note: add '@MainActor' to make static method 'getBaterryLevel()' part of global actor 'MainActor'
    static func getBaterryLevel() -> Double {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:136:29: warning: main actor-isolated property 'isSimulator' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if UIDevice.current.isSimulator { return false }
                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:239:9: note: property declared here
    var isSimulator: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:135:17: note: add '@MainActor' to make static method 'hasJailbreak()' part of global actor 'MainActor'
    static func hasJailbreak() -> Bool {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:136:21: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if UIDevice.current.isSimulator { return false }
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:135:17: note: add '@MainActor' to make static method 'hasJailbreak()' part of global actor 'MainActor'
    static func hasJailbreak() -> Bool {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:144:29: warning: main actor-isolated property 'isSimulator' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if UIDevice.current.isSimulator { return true }
                            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:239:9: note: property declared here
    var isSimulator: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:143:17: note: add '@MainActor' to make static method 'isSimulator()' part of global actor 'MainActor'
    static func isSimulator() -> Bool {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:144:21: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if UIDevice.current.isSimulator { return true }
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:143:17: note: add '@MainActor' to make static method 'isSimulator()' part of global actor 'MainActor'
    static func isSimulator() -> Bool {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:157:30: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return UIApplication.shared.canOpenURL(URL(string: "cydia://")!)
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:156:17: note: add '@MainActor' to make static method 'isCydiaAppInstalled()' part of global actor 'MainActor'
    static func isCydiaAppInstalled() -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:263:13: warning: capture of 'self' with non-sendable type 'NetworkStatus' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self.isOn = path.status == .satisfied
            ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:248:7: note: class 'NetworkStatus' does not conform to the 'Sendable' protocol
class NetworkStatus {
      ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:504:33: warning: 'init(validatingUTF8:)' is deprecated: Use a copy of the String argument
        if let model = modelMap[String(validatingUTF8: modelCode!)!] {
                                ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/Models/DeviceMetadata.swift:507:48: warning: 'init(validatingUTF8:)' is deprecated: Use a copy of the String argument
                    if let simModel = modelMap[String(validatingUTF8: simModelCode)!] {
                                               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDUser.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Services/NIDCallStatusObserverService.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UITableView.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:15:16: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        sender.addTarget(self, action: #selector(valueChanged), for: .valueChanged)
               ^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
                     ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:14:10: note: add '@MainActor' to make instance method 'observeValueChanged' part of global actor 'MainActor'
    func observeValueChanged(_ sender: UIControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:44:48: warning: main actor-isolated property 'id' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let viewId = TargetValue.string(sender.id)
                                               ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerClassExtensions/UIClassExtensions/UIView.swift:47:9: note: property declared here
    var id: String {
        ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:18:16: note: add '@MainActor' to make instance method 'valueChanged(sender:)' part of global actor 'MainActor'
    @objc func valueChanged(sender: UIView) {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:52:27: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                x: sender.frame.origin.x,
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:18:16: note: add '@MainActor' to make instance method 'valueChanged(sender:)' part of global actor 'MainActor'
    @objc func valueChanged(sender: UIView) {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:53:27: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                y: sender.frame.origin.y,
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:18:16: note: add '@MainActor' to make instance method 'valueChanged(sender:)' part of global actor 'MainActor'
    @objc func valueChanged(sender: UIView) {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:15:16: warning: sending value of non-Sendable type 'NeuroIDTracker' risks causing data races; this is an error in the Swift 6 language mode
        sender.addTarget(self, action: #selector(valueChanged), for: .valueChanged)
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/NeuroID/TrackerEvents/ValueEvents.swift:15:16: note: sending task-isolated value of non-Sendable type 'NeuroIDTracker' to main actor-isolated instance method 'addTarget(_:action:for:)' risks causing races in between task-isolated and main actor-isolated uses
        sender.addTarget(self, action: #selector(valueChanged), for: .valueChanged)
               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/NeuroID/NeuroIDClass/Extensions/NIDAdvancedDevice.swift (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for NeuroID (in target 'NeuroID' from project 'NeuroID')
SwiftDriver\ Compilation\ Requirements NeuroID normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NeuroID -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID-8b63899920244e6ede78fd8d2282b5b0-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NIDErrors.swift, NIDEnv.swift, ValidationService.swift, UITextView.swift, DataStore.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriver\ Compilation Alamofire normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Alamofire' from project 'Alamofire')
    cd /Users/admin/builder/spi-builder-workspace/NeuroID.xcodeproj
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Alamofire -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire.swiftmodule -user-module-version 5.11.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name alamofire -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/NeuroID.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Configuration.swift, NIDDataStore.swift, NIDSession.swift, NetworkService.swift, UINavigationController.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriverJobDiscovery normal arm64 Compiling NIDScreen.swift, LocationManagerService.swift, String.swift, DeviceEvents.swift, RepeatingTask.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriverJobDiscovery normal arm64 Compiling ApplicationMetadata.swift, NIDClientSiteId.swift, NIDSend.swift, NetworkMonitoringService.swift, TextControlEvents.swift, NIDRegistration.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriverJobDiscovery normal arm64 Compiling RemoteConfiguration.swift, NIDLog.swift, AdvancedDeviceService.swift, Data.swift, UIViewController.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriverJobDiscovery normal arm64 Compiling EventStorageService.swift, LosslessStringConvertible.swift, NIDParamsCreator.swift, NIDEvent.swift, NIDListeners.swift, UIView.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriverJobDiscovery normal arm64 Compiling TouchEvents.swift, NIDRN.swift, IdentifierService.swift, Optional.swift, AppEvents.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriverJobDiscovery normal arm64 Compiling NeuroID.swift, NeuroIDSensors.swift, NeuroIDCore.swift, PayloadSendingService.swift, UITextField.swift, Constants.swift (in target 'NeuroID' from project 'NeuroID')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Headers/NeuroID-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID-Swift.h (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Headers/NeuroID-Swift.h
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alamofire.o normal (in target 'Alamofire' from project 'Alamofire')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Alamofire
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alamofire.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Modules/NeuroID.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftdoc (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Modules/NeuroID.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Modules/NeuroID.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.abi.json (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Modules/NeuroID.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Modules/NeuroID.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftmodule (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Modules/NeuroID.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Modules/NeuroID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftsourceinfo (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Modules/NeuroID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/modules-verifier /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework --clang /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --diagnostic-filename-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/VerifyModule --target arm64-apple-ios15.0 --language objective-c --language objective-c++ --standard gnu11 --standard gnu++14
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources/NeuroID_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources/NeuroID_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.o -index-unit-output-path /NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources/NeuroID_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources/NeuroID_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.o -index-unit-output-path /NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_vers.o
ExtractAppIntentsMetadata (in target 'Alamofire' from project 'Alamofire')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Alamofire
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Alamofire --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier alamofire.Alamofire --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alamofire.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alamofire.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Alamofire.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Alamofire.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-01 04:30:23.129 appintentsmetadataprocessor[1088:6053] Starting appintentsmetadataprocessor export
2026-04-01 04:30:23.174 appintentsmetadataprocessor[1088:6053] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alamofire.o (in target 'Alamofire' from project 'Alamofire')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Alamofire
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alamofire.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Info.plist (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Source/NeuroID/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling DeviceMetadata.swift, NIDUser.swift, NIDCallStatusObserverService.swift, UITableView.swift, ValueEvents.swift, NIDAdvancedDevice.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriverJobDiscovery normal arm64 Compiling NIDPacketNumber.swift, ConfigService.swift, Date.swift, Utils.swift, NeuroIDTracker.swift (in target 'NeuroID' from project 'NeuroID')
SwiftDriver\ Compilation NeuroID normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NeuroID -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID-8b63899920244e6ede78fd8d2282b5b0-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/NeuroID normal (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.LinkFileList -install_name @rpath/NeuroID.framework/NeuroID -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_dependency_info.dat -fprofile-instr-generate -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.swiftmodule -Wl,-no_warn_duplicate_libraries -framework CFNetwork -framework FingerprintPro -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/NeuroID -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire.swiftmodule
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Source/NeuroID/PrivacyInfo.xcprivacy (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Source/NeuroID/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework
ExtractAppIntentsMetadata (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name NeuroID --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier com.neuroid.sdk --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/NeuroID --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/Objects-normal/arm64/NeuroID.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-01 04:30:23.746 appintentsmetadataprocessor[1091:6180] Starting appintentsmetadataprocessor export
2026-04-01 04:30:23.748 appintentsmetadataprocessor[1091:6180] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/ssu --bundle-id com.neuroid.sdk --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeuroID.build/Debug-iphoneos/NeuroID.build/NeuroID.DependencyMetadataFileList --archive-ssu-assets
2026-04-01 04:30:23.773 appintentsnltrainingprocessor[1092:6184] Parsing options for appintentsnltrainingprocessor
2026-04-01 04:30:23.774 appintentsnltrainingprocessor[1092:6184] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/NeuroID.framework/NeuroID.tbd (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework/NeuroID -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/NeuroID.framework/NeuroID.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework (in target 'NeuroID' from project 'NeuroID')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeuroID.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "exact" : [
          "5.11.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "fingerprintjs-pro-ios",
      "requirement" : {
        "exact" : [
          "2.13.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fingerprintjs/fingerprintjs-pro-ios"
    },
    {
      "identity" : "jsonschemavalidation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.7",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dashpay/JSONSchemaValidation"
    },
    {
      "identity" : "jsonschema.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/JSONSchema.swift"
    }
  ],
  "manifest_display_name" : "NeuroID",
  "name" : "NeuroID",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "NeuroID",
      "targets" : [
        "NeuroID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NeuroIDTests",
      "module_type" : "SwiftTarget",
      "name" : "NeuroIDTests",
      "path" : "SDKTest",
      "product_dependencies" : [
        "DSJSONSchemaValidation",
        "JSONSchema"
      ],
      "sources" : [
        "BaseTestClass.swift",
        "DataStoreTests.swift",
        "DeviceMetadataTests.swift",
        "NIDEventTests.swift",
        "NeuroIDClass/ConfigurationTests.swift",
        "NeuroIDClass/MultiAppFlowTests.swift",
        "NeuroIDClass/NIDClientSiteIdTests.swift",
        "NeuroIDClass/NIDDataExtensionTests.swift",
        "NeuroIDClass/NIDEnvTests.swift",
        "NeuroIDClass/NIDFormTests.swift",
        "NeuroIDClass/NIDLogTests.swift",
        "NeuroIDClass/NIDNewSessionTests.swift",
        "NeuroIDClass/NIDPerformanceTests.swift",
        "NeuroIDClass/NIDRNTests.swift",
        "NeuroIDClass/NIDRegistrationTests.swift",
        "NeuroIDClass/NIDScreenTests.swift",
        "NeuroIDClass/NIDSendTests.swift",
        "NeuroIDClass/NIDSessionTests.swift",
        "NeuroIDClass/NIDUserTests.swift",
        "NeuroIDClass/NeuroIDClassTests.swift",
        "NeuroIDTrackerTests.swift",
        "Services/AdvancedDeviceServiceTests.swift",
        "Services/ConfigServiceTests.swift",
        "Services/IdentifierServiceTests.swift",
        "Services/NetworkMonitoringServiceTests.swift",
        "Services/NetworkServiceTests.swift",
        "Services/PayloadSendingServiceTests.swift",
        "Services/ValidationServiceTests.swift",
        "TestUtils/MockConfigService.swift",
        "TestUtils/MockDeviceSignalService.swift",
        "TestUtils/MockEventStorageService.swift",
        "TestUtils/MockIdentifierService.swift",
        "TestUtils/MockNetworkService.swift",
        "TestUtils/MockValidationService.swift",
        "TestUtils/UtilFunctions.swift",
        "UIViewExtensionTests.swift",
        "UtilFunctionsTests.swift",
        "Utils/BaseClassExtensionTests.swift",
        "Utils/NIDParamsCreatorTests.swift",
        "Utils/PayloadTest.swift",
        "Utils/SensorsTest.swift",
        "Utils/SessionTests.swift",
        "Utils/TouchEventsTests.swift"
      ],
      "target_dependencies" : [
        "NeuroID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NeuroID",
      "module_type" : "SwiftTarget",
      "name" : "NeuroID",
      "path" : "Source/NeuroID",
      "product_dependencies" : [
        "FingerprintPro",
        "Alamofire"
      ],
      "product_memberships" : [
        "NeuroID"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/NeuroID/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Constants.swift",
        "DataStore.swift",
        "Models/ApplicationMetadata.swift",
        "Models/Configuration.swift",
        "Models/DeviceMetadata.swift",
        "Models/NIDErrors.swift",
        "Models/NIDEvent.swift",
        "Models/NeuroIDSensors.swift",
        "Models/RemoteConfiguration.swift",
        "Models/RepeatingTask.swift",
        "NIDParamsCreator.swift",
        "NeuroID.swift",
        "NeuroIDClass/Extensions/NIDAdvancedDevice.swift",
        "NeuroIDClass/Extensions/NIDClientSiteId.swift",
        "NeuroIDClass/Extensions/NIDDataStore.swift",
        "NeuroIDClass/Extensions/NIDEnv.swift",
        "NeuroIDClass/Extensions/NIDListeners.swift",
        "NeuroIDClass/Extensions/NIDLog.swift",
        "NeuroIDClass/Extensions/NIDPacketNumber.swift",
        "NeuroIDClass/Extensions/NIDRN.swift",
        "NeuroIDClass/Extensions/NIDRegistration.swift",
        "NeuroIDClass/Extensions/NIDScreen.swift",
        "NeuroIDClass/Extensions/NIDSend.swift",
        "NeuroIDClass/Extensions/NIDSession.swift",
        "NeuroIDClass/Extensions/NIDUser.swift",
        "NeuroIDClass/NeuroIDCore.swift",
        "NeuroIDTracker.swift",
        "Services/AdvancedDeviceService.swift",
        "Services/ConfigService.swift",
        "Services/EventStorageService.swift",
        "Services/IdentifierService.swift",
        "Services/LocationManagerService.swift",
        "Services/NIDCallStatusObserverService.swift",
        "Services/NetworkMonitoringService.swift",
        "Services/NetworkService.swift",
        "Services/PayloadSendingService.swift",
        "Services/ValidationService.swift",
        "TrackerClassExtensions/BaseClassExtensions/Data.swift",
        "TrackerClassExtensions/BaseClassExtensions/Date.swift",
        "TrackerClassExtensions/BaseClassExtensions/LosslessStringConvertible.swift",
        "TrackerClassExtensions/BaseClassExtensions/Optional.swift",
        "TrackerClassExtensions/BaseClassExtensions/String.swift",
        "TrackerClassExtensions/UIClassExtensions/UINavigationController.swift",
        "TrackerClassExtensions/UIClassExtensions/UITableView.swift",
        "TrackerClassExtensions/UIClassExtensions/UITextField.swift",
        "TrackerClassExtensions/UIClassExtensions/UITextView.swift",
        "TrackerClassExtensions/UIClassExtensions/UIView.swift",
        "TrackerClassExtensions/UIClassExtensions/UIViewController.swift",
        "TrackerClassExtensions/Utils.swift",
        "TrackerEvents/AppEvents.swift",
        "TrackerEvents/DeviceEvents.swift",
        "TrackerEvents/TextControlEvents.swift",
        "TrackerEvents/TouchEvents.swift",
        "TrackerEvents/ValueEvents.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.