Skip to content

feat(jwe): add pbes2 variants for jwe #9

feat(jwe): add pbes2 variants for jwe

feat(jwe): add pbes2 variants for jwe #9

GitHub Actions / Xcode test results failed Jan 21, 2024 in 0s

Xcode test results

Build Summary

Link JWKTests (x86_64)
Compile JWS+Helper.swift (x86_64)
Compile JWS+Json.swift (x86_64)
Compile JWS+JsonFlattened.swift (x86_64)
Emitting module for JSONWebEncryption
error: Swift Compiler Error: Type 'AESJWEDecryptor' does not conform to protocol 'JWEDecryptor'
error: Swift Compiler Error: Type 'DirectJWEDecryptor' does not conform to protocol 'JWEDecryptor'
error: Swift Compiler Error: Type 'ECDH1PUJWEDecryptor' does not conform to protocol 'JWEDecryptor'
error: Swift Compiler Error: Type 'ECDHJWEDecryptor' does not conform to protocol 'JWEDecryptor'
error: Swift Compiler Error: Type 'PasswordBasedJWEDecryptor' does not conform to protocol 'JWEDecryptor'
error: Swift Compiler Error: Type 'RSAJWEDecryptor' does not conform to protocol 'JWEDecryptor'

jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/AESDecryptor.swift:22:8: error: type 'AESJWEDecryptor' does not conform to protocol 'JWEDecryptor'
struct AESJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/AESDecryptor.swift:22:8: note: do you want to add protocol stubs?
struct AESJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/DirectDecryptor.swift:21:8: error: type 'DirectJWEDecryptor' does not conform to protocol 'JWEDecryptor'
struct DirectJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/DirectDecryptor.swift:21:8: note: do you want to add protocol stubs?
struct DirectJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/ECDH1PUDecryptor.swift:22:8: error: type 'ECDH1PUJWEDecryptor' does not conform to protocol 'JWEDecryptor'
struct ECDH1PUJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/ECDH1PUDecryptor.swift:22:8: note: do you want to add protocol stubs?
struct ECDH1PUJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/ECDHDecryptor.swift:22:8: error: type 'ECDHJWEDecryptor' does not conform to protocol 'JWEDecryptor'
struct ECDHJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/ECDHDecryptor.swift:22:8: note: do you want to add protocol stubs?
struct ECDHJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/PasswordBasedDecryptor.swift:22:8: error: type 'PasswordBasedJWEDecryptor' does not conform to protocol 'JWEDecryptor'
struct PasswordBasedJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/PasswordBasedDecryptor.swift:22:8: note: do you want to add protocol stubs?
struct PasswordBasedJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/RSADecryptor.swift:21:8: error: type 'RSAJWEDecryptor' does not conform to protocol 'JWEDecryptor'
struct RSAJWEDecryptor: JWEDecryptor {
       ^
jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/RSADecryptor.swift:21:8: note: do you want to add protocol stubs?
struct RSAJWEDecryptor: JWEDecryptor {
       ^

Compile RFC7515Tests.swift (x86_64)

Annotations

Check failure on line 22 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/AESDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'AESJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 21 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/DirectDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DirectJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 22 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/ECDH1PUDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'ECDH1PUJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 22 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/ECDHDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'ECDHJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 22 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/PasswordBasedDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'PasswordBasedJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 21 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/RSADecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'RSAJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 22 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/AESDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'AESJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 21 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/DirectDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DirectJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 22 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/ECDH1PUDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'ECDH1PUJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 22 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/ECDHDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'ECDHJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 22 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/PasswordBasedDecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'PasswordBasedJWEDecryptor' does not conform to protocol 'JWEDecryptor'

Check failure on line 21 in jose-swift/Sources/JSONWebEncryption/EncryptionModule/Decryptors/RSADecryptor.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'RSAJWEDecryptor' does not conform to protocol 'JWEDecryptor'