Skip to content

Add signed payload pattern for NTDF chain signatures

4fa715a
Select commit
Loading
Failed to load commit list.
Draft

NTDF Token Attestation #161

Add signed payload pattern for NTDF chain signatures
4fa715a
Select commit
Loading
Failed to load commit list.
Xcode Cloud / Arkavo | Feature | Build - iOS required action Oct 31, 2025 in 1m 20s

6 errors

Report Summary
Errors 6
Test Failures 0
Analysis Issues 0
Warnings 0

Details

6 Errors

Details

  ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift:298
      Main actor-isolated class property 'current' cannot be accessed from outside of the actor
  ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift:302
      Main actor-isolated property 'name' cannot be accessed from outside of the actor
  ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift:301
      Main actor-isolated property 'systemVersion' cannot be accessed from outside of the actor
  ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift:303
      Main actor-isolated property 'identifierForVendor' cannot be accessed from outside of the actor
  ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift:228
      'UInt32' is not convertible to 'Int?'
  ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift:300
      Main actor-isolated property 'model' cannot be accessed from outside of the actor

Annotations

Check failure on line 298 in ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / Arkavo | Feature | Build - iOS

ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift#L298

Main actor-isolated class property 'current' cannot be accessed from outside of the actor

Check failure on line 302 in ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / Arkavo | Feature | Build - iOS

ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift#L302

Main actor-isolated property 'name' cannot be accessed from outside of the actor

Check failure on line 301 in ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / Arkavo | Feature | Build - iOS

ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift#L301

Main actor-isolated property 'systemVersion' cannot be accessed from outside of the actor

Check failure on line 303 in ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / Arkavo | Feature | Build - iOS

ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift#L303

Main actor-isolated property 'identifierForVendor' cannot be accessed from outside of the actor

Check failure on line 228 in ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / Arkavo | Feature | Build - iOS

ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift#L228

'UInt32' is not convertible to 'Int?'

Check failure on line 300 in ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / Arkavo | Feature | Build - iOS

ArkavoSocial/Sources/ArkavoSocial/DeviceAttestationManager.swift#L300

Main actor-isolated property 'model' cannot be accessed from outside of the actor