The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwWidevine, reference 1.1.2 (39ad90), with Swift 6.0 for Linux on 22 Apr 2026 01:47:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/SwWidevine.git
Reference: 1.1.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mIwr/SwWidevine
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 39ad90f upd: Exclude CryptoSwift package from SPM for Apple devices; chore: Bump SPM dependencies
Cloned https://github.com/mIwr/SwWidevine.git
Revision (git rev-parse @):
39ad90fdcc67a4a669546741c45588f312443454
SUCCESS checkout https://github.com/mIwr/SwWidevine.git at 1.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mIwr/SwWidevine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/mIwr/SwPSSH.git
Fetching https://github.com/mIwr/SwiftRSA.git
[1/13351] Fetching cryptoswift
[402/14807] Fetching cryptoswift, swiftrsa
[3327/61975] Fetching cryptoswift, swiftrsa, swift-protobuf
Fetched https://github.com/mIwr/SwiftRSA.git from cache (0.49s)
[2814/60519] Fetching cryptoswift, swift-protobuf
[2815/60692] Fetching cryptoswift, swift-protobuf, swpssh
Fetched https://github.com/mIwr/SwPSSH.git from cache (0.58s)
[5172/60519] Fetching cryptoswift, swift-protobuf
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (8.35s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.44s)
Computing version for https://github.com/mIwr/SwiftRSA.git
Computed https://github.com/mIwr/SwiftRSA.git at 2.6.1 (0.98s)
Fetching https://github.com/mIwr/Digest
[1/2683] Fetching digest
Fetching https://github.com/mIwr/ASN1
Fetching https://github.com/mIwr/BigInt
Fetched https://github.com/mIwr/Digest from cache (0.84s)
[1/2450] Fetching asn1
[1300/9145] Fetching asn1, bigint
Fetched https://github.com/mIwr/ASN1 from cache (1.65s)
Fetched https://github.com/mIwr/BigInt from cache (1.67s)
Computing version for https://github.com/mIwr/Digest
Computed https://github.com/mIwr/Digest at 1.13.1 (1.06s)
Computing version for https://github.com/mIwr/ASN1
Computed https://github.com/mIwr/ASN1 at 2.7.2 (1.07s)
Computing version for https://github.com/mIwr/SwPSSH.git
warning: 'swpssh': /Package.swift:25:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
23 | #endif
24 |
25 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
26 |     name: "SwPSSH",
27 |     platforms: [
Computed https://github.com/mIwr/SwPSSH.git at 1.2.3 (1.22s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (4.38s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (1.23s)
Computing version for https://github.com/mIwr/BigInt
warning: 'bigint': /Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
 8 |     ],
 9 |     products: [
/Package.swift:7:52: warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
 8 |     ],
 9 |     products: [
/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 11.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 11.0 is the oldest supported version
 8 |     ],
 9 |     products: [
/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
 8 |     ],
 9 |     products: [
Computed https://github.com/mIwr/BigInt at 1.23.1 (1.04s)
Creating working copy for https://github.com/mIwr/SwPSSH.git
Working copy of https://github.com/mIwr/SwPSSH.git resolved at 1.2.3
Creating working copy for https://github.com/mIwr/BigInt
Working copy of https://github.com/mIwr/BigInt resolved at 1.23.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.37.0
Creating working copy for https://github.com/mIwr/Digest
Working copy of https://github.com/mIwr/Digest resolved at 1.13.1
Creating working copy for https://github.com/mIwr/SwiftRSA.git
Working copy of https://github.com/mIwr/SwiftRSA.git resolved at 2.6.1
Creating working copy for https://github.com/mIwr/ASN1
Working copy of https://github.com/mIwr/ASN1 resolved at 2.7.2
warning: 'swpssh': /host/spi-builder-workspace/.build/checkouts/SwPSSH/Package.swift:25:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
23 | #endif
24 |
25 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
26 |     name: "SwPSSH",
27 |     platforms: [
warning: 'bigint': /host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
 8 |     ],
 9 |     products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:52: warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
 8 |     ],
 9 |     products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 11.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 11.0 is the oldest supported version
 8 |     ],
 9 |     products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
 8 |     ],
 9 |     products: [
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/18] Write sources
[1/18] Copying PrivacyInfo.xcprivacy
[1/18] Write sources
[1/18] Copying PrivacyInfo.xcprivacy
[1/18] Write sources
[1/18] Copying PrivacyInfo.xcprivacy
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/229] Emitting module SwiftProtobuf
[20/240] Compiling Digest SHA2.swift
[21/241] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[22/241] Compiling CryptoSwift AES.Cryptors.swift
[23/241] Compiling CryptoSwift ASN1Scanner.swift
[24/241] Compiling CryptoSwift Array+Extension.swift
[25/241] Compiling CryptoSwift ASN1Decoder.swift
[26/241] Compiling CryptoSwift ASN1Encoder.swift
[29/242] Compiling Digest XOF.swift
[30/242] Compiling Digest SHAKE.swift
[31/242] Compiling CryptoSwift Authenticator.swift
[32/242] Compiling CryptoSwift BatchedCollection.swift
[33/242] Compiling BigInt ToomCook.swift
[34/242] Compiling CryptoSwift AES.swift
[35/242] Compiling CryptoSwift ASN1.swift
[36/242] Compiling Digest SHA3.swift
[37/242] Emitting module CryptoSwift
[40/256] Compiling CryptoSwift AEAD.swift
[41/256] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[42/256] Emitting module BigInt
[43/256] Compiling Digest resource_bundle_accessor.swift
[44/256] Compiling CryptoSwift XChaCha20+Foundation.swift
[45/256] Compiling CryptoSwift Generics.swift
[46/256] Compiling CryptoSwift HKDF.swift
[47/256] Compiling CryptoSwift HMAC.swift
[48/256] Compiling CryptoSwift ISO10126Padding.swift
[49/256] Compiling CryptoSwift ISO78164Padding.swift
[50/256] Compiling CryptoSwift Int+Extension.swift
[51/256] Compiling CryptoSwift MD5.swift
[52/256] Compiling CryptoSwift NoPadding.swift
[53/256] Compiling CryptoSwift Operators.swift
[54/256] Compiling CryptoSwift DER.swift
[55/256] Compiling CryptoSwift PBKDF1.swift
[56/256] Compiling CryptoSwift Bit.swift
[57/256] Compiling CryptoSwift BlockCipher.swift
[58/256] Compiling CryptoSwift BlockDecryptor.swift
[59/256] Compiling CryptoSwift IntegerConversion.swift
[60/256] Compiling CryptoSwift Multiplication.swift
[61/256] Compiling CryptoSwift PrimeTest.swift
[62/256] Compiling CryptoSwift Random.swift
[63/256] Compiling CryptoSwift Shifts.swift
[64/256] Compiling CryptoSwift SquareRoot.swift
[65/256] Compiling CryptoSwift Strideable.swift
[66/256] Compiling CryptoSwift StringConversion.swift
[67/256] Compiling CryptoSwift Subtraction.swift
[70/256] Emitting module Digest
[71/256] Compiling CryptoSwift Comparable.swift
[72/256] Compiling CryptoSwift DataConversion.swift
[73/256] Compiling CryptoSwift Division.swift
[74/256] Compiling CryptoSwift Exponentiation.swift
[75/256] Compiling CryptoSwift FloatingPointConversion.swift
[76/256] Compiling CryptoSwift GCD.swift
[77/256] Compiling CryptoSwift Hashable.swift
[78/256] Compiling CryptoSwift PKCS5.swift
[79/256] Compiling CryptoSwift PKCS7.swift
[80/256] Compiling CryptoSwift PKCS7Padding.swift
[81/256] Compiling CryptoSwift Padding.swift
[82/256] Compiling CryptoSwift Poly1305.swift
[83/256] Compiling BigInt resource_bundle_accessor.swift
[84/258] Compiling CryptoSwift WordsAndBits.swift
[85/258] Compiling CryptoSwift ChaCha20.swift
[86/258] Compiling CryptoSwift Checksum.swift
[87/258] Compiling CryptoSwift Cipher.swift
[88/258] Compiling CryptoSwift Collection+Extension.swift
[89/258] Compiling CryptoSwift CMAC.swift
[90/258] Compiling CryptoSwift Addition.swift
[91/258] Compiling CryptoSwift BigInt.swift
[92/258] Compiling CryptoSwift BigUInt.swift
[93/258] Compiling CryptoSwift BitwiseOps.swift
[94/258] Compiling CryptoSwift CS.swift
[95/258] Compiling CryptoSwift Codable.swift
[108/258] Compiling CryptoSwift CBC.swift
[109/258] Compiling CryptoSwift CCM.swift
[110/258] Compiling CryptoSwift CFB.swift
[111/258] Compiling CryptoSwift CTR.swift
[112/258] Compiling CryptoSwift CipherModeWorker.swift
[113/258] Compiling CryptoSwift ECB.swift
[114/258] Compiling CryptoSwift GCM.swift
[115/258] Compiling CryptoSwift OCB.swift
[116/258] Compiling CryptoSwift OFB.swift
[117/258] Compiling CryptoSwift PCBC.swift
[118/258] Compiling CryptoSwift Blowfish.swift
[119/258] Compiling CryptoSwift CBCMAC.swift
[120/258] Compiling CryptoSwift RSA+Cipher.swift
[121/258] Compiling CryptoSwift RSA+Signature.swift
[122/258] Compiling CryptoSwift RSA.swift
[123/258] Compiling CryptoSwift Rabbit.swift
[124/258] Compiling CryptoSwift SHA1.swift
[125/258] Compiling CryptoSwift SHA2.swift
[126/258] Compiling CryptoSwift SHA3.swift
[127/258] Compiling CryptoSwift Scrypt.swift
[128/258] Compiling CryptoSwift SecureBytes.swift
[129/258] Compiling CryptoSwift BlockEncryptor.swift
[130/258] Compiling CryptoSwift BlockMode.swift
[131/258] Compiling CryptoSwift BlockModeOptions.swift
[134/280] Compiling ASN1 ASN1OctetString.swift
[135/280] Compiling ASN1 ASN1PrintableString.swift
[136/280] Compiling ASN1 ASN1Sequence.swift
[137/282] Compiling ASN1 ASN1Set.swift
[138/282] Compiling ASN1 ASN1SimpleType.swift
[139/282] Compiling ASN1 ASN1T61String.swift
[143/282] Compiling ASN1 ASN1Time.swift
[144/282] Compiling ASN1 ASN1UTCTime.swift
[145/282] Compiling ASN1 ASN1UTF8String.swift
[146/282] Compiling ASN1 InputStream.swift
[147/282] Compiling ASN1 resource_bundle_accessor.swift
[157/282] Compiling ASN1 ASN1.swift
[158/282] Compiling ASN1 ASN1BMPString.swift
[159/282] Compiling ASN1 ASN1BitString.swift
[160/282] Compiling ASN1 ASN1Boolean.swift
[161/282] Compiling ASN1 ASN1Collection.swift
[162/282] Compiling ASN1 ASN1Ctx.swift
[163/282] Compiling ASN1 ASN1Exception.swift
[164/282] Compiling ASN1 ASN1GeneralizedTime.swift
[165/282] Compiling ASN1 ASN1IA5String.swift
[166/282] Compiling ASN1 ASN1Integer.swift
[167/282] Compiling ASN1 ASN1Null.swift
[168/282] Compiling ASN1 ASN1ObjectIdentifier.swift
[197/282] Compiling CryptoSwift Signature.swift
[198/282] Compiling CryptoSwift StreamDecryptor.swift
[199/282] Compiling CryptoSwift StreamEncryptor.swift
[200/282] Compiling CryptoSwift String+Extension.swift
[201/282] Compiling CryptoSwift UInt128.swift
[202/282] Compiling CryptoSwift UInt16+Extension.swift
[203/282] Compiling CryptoSwift UInt32+Extension.swift
[204/282] Compiling CryptoSwift UInt64+Extension.swift
[205/282] Compiling CryptoSwift UInt8+Extension.swift
[206/282] Compiling CryptoSwift Updatable.swift
[207/282] Compiling CryptoSwift Utils.swift
[208/282] Compiling CryptoSwift XChaCha20.swift
[209/282] Compiling CryptoSwift ZeroPadding.swift
[210/282] Compiling CryptoSwift resource_bundle_accessor.swift
[211/282] Emitting module ASN1
[231/288] Compiling SwiftProtobuf duration.pb.swift
[232/288] Compiling SwiftProtobuf empty.pb.swift
[233/288] Compiling SwiftProtobuf field_mask.pb.swift
[234/288] Compiling SwiftProtobuf source_context.pb.swift
[235/288] Compiling SwiftProtobuf struct.pb.swift
[236/288] Compiling SwiftProtobuf timestamp.pb.swift
[237/288] Compiling SwiftProtobuf type.pb.swift
[238/288] Compiling SwiftProtobuf wrappers.pb.swift
[239/288] Compiling SwiftProtobuf resource_bundle_accessor.swift
[240/288] Compiling CryptoSwift Data+Extension.swift
[241/288] Compiling CryptoSwift HMAC+Foundation.swift
[242/288] Compiling CryptoSwift Rabbit+Foundation.swift
[243/288] Compiling CryptoSwift String+FoundationExtension.swift
[244/288] Compiling CryptoSwift Utils+Foundation.swift
[257/288] Compiling SwiftProtobuf api.pb.swift
[258/288] Compiling SwiftProtobuf descriptor.pb.swift
[274/289] Compiling SwiftRSA resource_bundle_accessor.swift
[275/289] Compiling SwiftRSA RSAPrivateKey.swift
[276/289] Emitting module SwiftRSA
[277/289] Compiling SwiftRSA RSA.swift
[278/289] Compiling SwiftRSA RSAPublicKey.swift
[292/309] Compiling SwPSSH PSSHConstants.swift
[293/309] Compiling SwPSSH PSSHBinaryUtil.swift
[294/311] Emitting module SwPSSH
[295/311] Compiling SwPSSH PlayReadyRecordHeaderXmlParser.swift
[296/311] Compiling SwPSSH PlayReadyPsshData.swift
[297/311] Compiling SwPSSH PSSHCryptoUtil.swift
[298/311] Compiling SwPSSH resource_bundle_accessor.swift
[299/311] Compiling SwPSSH PlayReadyRecordHeaderKey.swift
[300/311] Compiling SwPSSH PlayReadyRecordHeaderKeyAlgo.swift
[301/311] Compiling SwPSSH PSSHBinaryIntegerExt.swift
[302/311] Compiling SwPSSH PSSHBox+Nagra.swift
[303/311] Compiling SwPSSH PSSHBox+PlayReady.swift
[304/311] Compiling SwPSSH PlayReadyRecord.swift
[305/311] Compiling SwPSSH PlayReadyRecordType.swift
[306/311] Compiling SwPSSH PSSHBox+Wdv.swift
[307/311] Compiling SwPSSH PSSHBox.swift
[308/311] Compiling SwPSSH PlayReadyRecordHeader.swift
[309/311] Compiling SwPSSH License.pb.swift
[310/311] Compiling SwPSSH NagraPsshData+WDVConverter.swift
[311/311] Compiling SwPSSH NagraPsshData.swift
[313/327] Compiling SwWidevine WDVSecurityLevel.swift
[314/327] Compiling SwWidevine WDVBase16.swift
[315/328] Compiling SwWidevine WDVBinaryIntegerExt.swift
[316/328] Compiling SwWidevine WDVError.swift
[317/328] Compiling SwWidevine WDVDevice.swift
[318/328] Compiling SwWidevine WDVDevicePlatform.swift
[319/328] Compiling SwWidevine resource_bundle_accessor.swift
[320/328] Compiling SwWidevine WDVBinaryUtil.swift
[321/328] Compiling SwWidevine WDVCMAC.swift
[322/328] Compiling SwWidevine WDVCryptoUtil.swift
/host/spi-builder-workspace/Sources/SwWidevine/WDVCDMController.swift:126:39: warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
124 |                 licReq.encryptedClientID = try encClIDRes.get()
125 |             } catch {
126 |                 if let wdvErr = error as? WDVError {
    |                                       `- warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
127 |                     return .failure(wdvErr)
128 |                 }
/host/spi-builder-workspace/Sources/SwWidevine/WDVCDMController.swift:243:35: warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
241 |             //macKeyClient = derived.2
242 |         } catch {
243 |             if let wdvErr = error as? WDVError {
    |                                   `- warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
244 |                 return .failure(wdvErr)
245 |             }
/host/spi-builder-workspace/Sources/SwWidevine/WDVCDMController.swift:274:39: warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
272 |                 keys.append(try contentKeyRes.get())
273 |             } catch {
274 |                 if let wdvErr = error as? WDVError {
    |                                       `- warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
275 |                     return .failure(wdvErr)
276 |                 }
[323/328] Compiling SwWidevine WDVCDMController.swift
/host/spi-builder-workspace/Sources/SwWidevine/WDVCDMController.swift:126:39: warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
124 |                 licReq.encryptedClientID = try encClIDRes.get()
125 |             } catch {
126 |                 if let wdvErr = error as? WDVError {
    |                                       `- warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
127 |                     return .failure(wdvErr)
128 |                 }
/host/spi-builder-workspace/Sources/SwWidevine/WDVCDMController.swift:243:35: warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
241 |             //macKeyClient = derived.2
242 |         } catch {
243 |             if let wdvErr = error as? WDVError {
    |                                   `- warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
244 |                 return .failure(wdvErr)
245 |             }
/host/spi-builder-workspace/Sources/SwWidevine/WDVCDMController.swift:274:39: warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
272 |                 keys.append(try contentKeyRes.get())
273 |             } catch {
274 |                 if let wdvErr = error as? WDVError {
    |                                       `- warning: conditional cast from 'WDVError' to 'WDVError' always succeeds
275 |                     return .failure(wdvErr)
276 |                 }
[324/328] Compiling SwWidevine WDVKey.swift
[325/328] Compiling SwWidevine WDVSession.swift
[326/328] Emitting module SwWidevine
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3474:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3472 |
3473 | extension WDVLicenseType: SwiftProtobuf._ProtoNameProviding {
3474 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3475 |     0: .same(proto: "TYPE_UNKNOWN"),
3476 |     1: .same(proto: "STREAMING"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3483:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3481 |
3482 | extension WDVPlatformVerificationStatus: SwiftProtobuf._ProtoNameProviding {
3483 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3484 |     0: .same(proto: "PLATFORM_UNVERIFIED"),
3485 |     1: .same(proto: "PLATFORM_TAMPERED"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3494:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3492 |
3493 | extension WDVProtocolVersion: SwiftProtobuf._ProtoNameProviding {
3494 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3495 |     0: .same(proto: "VERSION_UNKNOWN"),
3496 |     20: .same(proto: "VERSION_2_0"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3503:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3501 |
3502 | extension WDVHashAlgorithmProto: SwiftProtobuf._ProtoNameProviding {
3503 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3504 |     0: .same(proto: "HASH_ALGORITHM_UNSPECIFIED"),
3505 |     1: .same(proto: "HASH_ALGORITHM_SHA_1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3513:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3511 | extension WDVLicenseIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3512 |   public static let protoMessageName: String = "LicenseIdentification"
3513 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3514 |     1: .standard(proto: "request_id"),
3515 |     2: .standard(proto: "session_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3579:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3577 | extension WDVLicense: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3578 |   public static let protoMessageName: String = "License"
3579 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3580 |     1: .same(proto: "id"),
3581 |     2: .same(proto: "policy"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3727:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3725 | extension WDVLicense.Policy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3726 |   public static let protoMessageName: String = WDVLicense.protoMessageName + ".Policy"
3727 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3728 |     1: .standard(proto: "can_play"),
3729 |     2: .standard(proto: "can_persist"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3847:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3845 | extension WDVLicense.KeyContainer: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3846 |   public static let protoMessageName: String = WDVLicense.protoMessageName + ".KeyContainer"
3847 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3848 |     1: .same(proto: "id"),
3849 |     2: .same(proto: "iv"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4002:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4000 |
4001 | extension WDVLicense.KeyContainer.KeyType: SwiftProtobuf._ProtoNameProviding {
4002 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4003 |     0: .same(proto: "TYPE_UNKNOWN"),
4004 |     1: .same(proto: "SIGNING"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4014:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4012 |
4013 | extension WDVLicense.KeyContainer.SecurityLevel: SwiftProtobuf._ProtoNameProviding {
4014 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4015 |     0: .same(proto: "UNKNOWN"),
4016 |     1: .same(proto: "SW_SECURE_CRYPTO"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4026:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4024 | extension WDVLicense.KeyContainer.KeyControl: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4025 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".KeyControl"
4026 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4027 |     1: .standard(proto: "key_control_block"),
4028 |     2: .same(proto: "iv"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4068:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4066 | extension WDVLicense.KeyContainer.OutputProtection: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4067 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".OutputProtection"
4068 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4069 |     1: .same(proto: "hdcp"),
4070 |     2: .standard(proto: "cgms_flags"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4127:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4125 |
4126 | extension WDVLicense.KeyContainer.OutputProtection.HDCP: SwiftProtobuf._ProtoNameProviding {
4127 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4128 |     0: .same(proto: "HDCP_NONE"),
4129 |     1: .same(proto: "HDCP_V1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4139:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4137 |
4138 | extension WDVLicense.KeyContainer.OutputProtection.CGMS: SwiftProtobuf._ProtoNameProviding {
4139 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4140 |     0: .same(proto: "COPY_FREE"),
4141 |     2: .same(proto: "COPY_ONCE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4148:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4146 |
4147 | extension WDVLicense.KeyContainer.OutputProtection.HdcpSrmRule: SwiftProtobuf._ProtoNameProviding {
4148 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4149 |     0: .same(proto: "HDCP_SRM_RULE_NONE"),
4150 |     1: .same(proto: "CURRENT_SRM"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4156:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4154 | extension WDVLicense.KeyContainer.VideoResolutionConstraint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4155 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".VideoResolutionConstraint"
4156 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4157 |     1: .standard(proto: "min_resolution_pixels"),
4158 |     2: .standard(proto: "max_resolution_pixels"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4204:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4202 | extension WDVLicense.KeyContainer.OperatorSessionKeyPermissions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4203 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".OperatorSessionKeyPermissions"
4204 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4205 |     1: .standard(proto: "allow_encrypt"),
4206 |     2: .standard(proto: "allow_decrypt"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4258:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4256 | extension WDVLicenseRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4257 |   public static let protoMessageName: String = "LicenseRequest"
4258 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4259 |     1: .standard(proto: "client_id"),
4260 |     2: .standard(proto: "content_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4381:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4379 |
4380 | extension WDVLicenseRequest.RequestType: SwiftProtobuf._ProtoNameProviding {
4381 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4382 |     0: .same(proto: "UNKNOWN"),
4383 |     1: .same(proto: "NEW"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4391:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4389 | extension WDVLicenseRequest.ContentIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4390 |   public static let protoMessageName: String = WDVLicenseRequest.protoMessageName + ".ContentIdentification"
4391 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4392 |     1: .standard(proto: "widevine_pssh_data"),
4393 |     2: .standard(proto: "webm_key_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4497:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4495 | extension WDVLicenseRequest.ContentIdentification.WidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4496 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".WidevinePsshData"
4497 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4498 |     1: .standard(proto: "pssh_data"),
4499 |     2: .standard(proto: "license_type"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4545:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4543 | extension WDVLicenseRequest.ContentIdentification.WebmKeyId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4544 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".WebmKeyId"
4545 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4546 |     1: .same(proto: "header"),
4547 |     2: .standard(proto: "license_type"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4593:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4591 | extension WDVLicenseRequest.ContentIdentification.ExistingLicense: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4592 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".ExistingLicense"
4593 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4594 |     1: .standard(proto: "license_id"),
4595 |     2: .standard(proto: "seconds_since_started"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4647:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4645 | extension WDVLicenseRequest.ContentIdentification.InitData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4646 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".InitData"
4647 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4648 |     1: .standard(proto: "init_data_type"),
4649 |     2: .standard(proto: "init_data"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4700:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4698 |
4699 | extension WDVLicenseRequest.ContentIdentification.InitData.InitDataType: SwiftProtobuf._ProtoNameProviding {
4700 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4701 |     0: .same(proto: "UNKNOWN"),
4702 |     1: .same(proto: "CENC"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4709:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4707 | extension WDVMetricData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4708 |   public static let protoMessageName: String = "MetricData"
4709 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4710 |     1: .standard(proto: "stage_name"),
4711 |     2: .standard(proto: "metric_data"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4750:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4748 |
4749 | extension WDVMetricData.MetricType: SwiftProtobuf._ProtoNameProviding {
4750 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4751 |     0: .same(proto: "UNKNOWN"),
4752 |     1: .same(proto: "LATENCY"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4759:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4757 | extension WDVMetricData.TypeValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4758 |   public static let protoMessageName: String = WDVMetricData.protoMessageName + ".TypeValue"
4759 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4760 |     1: .same(proto: "type"),
4761 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4801:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4799 | extension WDVVersionInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4800 |   public static let protoMessageName: String = "VersionInfo"
4801 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4802 |     1: .standard(proto: "license_sdk_version"),
4803 |     2: .standard(proto: "license_service_version"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4843:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4841 | extension WDVSignedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4842 |   public static let protoMessageName: String = "SignedMessage"
4843 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4844 |     1: .same(proto: "type"),
4845 |     2: .same(proto: "msg"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4926:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4924 |
4925 | extension WDVSignedMessage.MessageType: SwiftProtobuf._ProtoNameProviding {
4926 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4927 |     0: .same(proto: "UNKNOWN"),
4928 |     1: .same(proto: "LICENSE_REQUEST"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4942:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4940 |
4941 | extension WDVSignedMessage.SessionKeyType: SwiftProtobuf._ProtoNameProviding {
4942 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4943 |     0: .same(proto: "UNDEFINED"),
4944 |     1: .same(proto: "WRAPPED_AES_KEY"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4951:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4949 | extension WDVClientIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4950 |   public static let protoMessageName: String = "ClientIdentification"
4951 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4952 |     1: .same(proto: "type"),
4953 |     2: .same(proto: "token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5074:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5072 |
5073 | extension WDVClientIdentification.TokenType: SwiftProtobuf._ProtoNameProviding {
5074 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5075 |     0: .same(proto: "KEYBOX"),
5076 |     1: .same(proto: "DRM_DEVICE_CERTIFICATE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5084:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5082 | extension WDVClientIdentification.NameValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5083 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".NameValue"
5084 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5085 |     1: .same(proto: "name"),
5086 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5126:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5124 | extension WDVClientIdentification.ClientCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5125 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".ClientCapabilities"
5126 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5127 |     1: .standard(proto: "client_token"),
5128 |     2: .standard(proto: "session_token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5227:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5225 |
5226 | extension WDVClientIdentification.ClientCapabilities.HdcpVersion: SwiftProtobuf._ProtoNameProviding {
5227 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5228 |     0: .same(proto: "HDCP_NONE"),
5229 |     1: .same(proto: "HDCP_V1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5239:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5237 |
5238 | extension WDVClientIdentification.ClientCapabilities.CertificateKeyType: SwiftProtobuf._ProtoNameProviding {
5239 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5240 |     0: .same(proto: "RSA_2048"),
5241 |     1: .same(proto: "RSA_3072"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5249:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5247 |
5248 | extension WDVClientIdentification.ClientCapabilities.AnalogOutputCapabilities: SwiftProtobuf._ProtoNameProviding {
5249 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5250 |     0: .same(proto: "ANALOG_OUTPUT_UNKNOWN"),
5251 |     1: .same(proto: "ANALOG_OUTPUT_NONE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5259:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5257 | extension WDVClientIdentification.ClientCredentials: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5258 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".ClientCredentials"
5259 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5260 |     1: .same(proto: "type"),
5261 |     2: .same(proto: "token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5301:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5299 | extension WDVEncryptedClientIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5300 |   public static let protoMessageName: String = "EncryptedClientIdentification"
5301 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5302 |     1: .standard(proto: "provider_id"),
5303 |     2: .standard(proto: "service_certificate_serial_number"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5361:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5359 | extension WDVDrmCertificate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5360 |   public static let protoMessageName: String = "DrmCertificate"
5361 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5362 |     1: .same(proto: "type"),
5363 |     2: .standard(proto: "serial_number"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5462:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5460 |
5461 | extension WDVDrmCertificate.TypeEnum: SwiftProtobuf._ProtoNameProviding {
5462 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5463 |     0: .same(proto: "ROOT"),
5464 |     1: .same(proto: "DEVICE_MODEL"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5472:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5470 |
5471 | extension WDVDrmCertificate.ServiceType: SwiftProtobuf._ProtoNameProviding {
5472 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5473 |     0: .same(proto: "UNKNOWN_SERVICE_TYPE"),
5474 |     1: .same(proto: "LICENSE_SERVER_SDK"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5482:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5480 |
5481 | extension WDVDrmCertificate.Algorithm: SwiftProtobuf._ProtoNameProviding {
5482 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5483 |     0: .same(proto: "UNKNOWN_ALGORITHM"),
5484 |     1: .same(proto: "RSA"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5493:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5491 | extension WDVDrmCertificate.EncryptionKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5492 |   public static let protoMessageName: String = WDVDrmCertificate.protoMessageName + ".EncryptionKey"
5493 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5494 |     1: .standard(proto: "public_key"),
5495 |     2: .same(proto: "algorithm"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5535:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5533 | extension WDVSignedDrmCertificate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5534 |   public static let protoMessageName: String = "SignedDrmCertificate"
5535 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5536 |     1: .standard(proto: "drm_certificate"),
5537 |     2: .same(proto: "signature"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5627:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5625 | extension WDVWidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5626 |   public static let protoMessageName: String = "WidevinePsshData"
5627 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5628 |     2: .standard(proto: "key_ids"),
5629 |     4: .standard(proto: "content_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5746:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5744 |
5745 | extension WDVWidevinePsshData.TypeEnum: SwiftProtobuf._ProtoNameProviding {
5746 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5747 |     0: .same(proto: "SINGLE"),
5748 |     1: .same(proto: "ENTITLEMENT"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5754:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5752 |
5753 | extension WDVWidevinePsshData.Algorithm: SwiftProtobuf._ProtoNameProviding {
5754 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5755 |     0: .same(proto: "UNENCRYPTED"),
5756 |     1: .same(proto: "AESCTR"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5762:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5760 | extension WDVWidevinePsshData.EntitledKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5761 |   public static let protoMessageName: String = WDVWidevinePsshData.protoMessageName + ".EntitledKey"
5762 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5763 |     1: .standard(proto: "entitlement_key_id"),
5764 |     2: .standard(proto: "key_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5822:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5820 | extension WDVFileHashes: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5821 |   public static let protoMessageName: String = "FileHashes"
5822 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5823 |     1: .same(proto: "signer"),
5824 |     2: .same(proto: "signatures"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5864:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5862 | extension WDVFileHashes.Signature: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5863 |   public static let protoMessageName: String = WDVFileHashes.protoMessageName + ".Signature"
5864 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5865 |     1: .same(proto: "filename"),
5866 |     2: .standard(proto: "test_signing"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:253:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
251 |
252 | extension Google_Protobuf_AccessControl: SwiftProtobuf._ProtoNameProviding {
253 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
254 |     0: .same(proto: "InternalEntities"),
255 |     1: .same(proto: "PublicEntities"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:261:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
259 | extension Google_Protobuf_SwiftFileOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
260 |   static let protoMessageName: String = _protobuf_package + ".SwiftFileOptions"
261 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
262 |     1: .standard(proto: "class_prefix"),
263 |     2: .standard(proto: "entities_access_control"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:309:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
307 | extension Google_Protobuf_SwiftMessageOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
308 |   static let protoMessageName: String = _protobuf_package + ".SwiftMessageOptions"
309 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
310 |     1: .standard(proto: "generate_error_type"),
311 |   ]
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:345:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
343 | extension Google_Protobuf_SwiftEnumOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
344 |   static let protoMessageName: String = _protobuf_package + ".SwiftEnumOptions"
345 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
346 |     1: .standard(proto: "generate_error_type"),
347 |   ]
[327/328] Compiling SwWidevine License.pb.swift
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3474:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3472 |
3473 | extension WDVLicenseType: SwiftProtobuf._ProtoNameProviding {
3474 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3475 |     0: .same(proto: "TYPE_UNKNOWN"),
3476 |     1: .same(proto: "STREAMING"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3483:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3481 |
3482 | extension WDVPlatformVerificationStatus: SwiftProtobuf._ProtoNameProviding {
3483 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3484 |     0: .same(proto: "PLATFORM_UNVERIFIED"),
3485 |     1: .same(proto: "PLATFORM_TAMPERED"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3494:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3492 |
3493 | extension WDVProtocolVersion: SwiftProtobuf._ProtoNameProviding {
3494 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3495 |     0: .same(proto: "VERSION_UNKNOWN"),
3496 |     20: .same(proto: "VERSION_2_0"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3503:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3501 |
3502 | extension WDVHashAlgorithmProto: SwiftProtobuf._ProtoNameProviding {
3503 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3504 |     0: .same(proto: "HASH_ALGORITHM_UNSPECIFIED"),
3505 |     1: .same(proto: "HASH_ALGORITHM_SHA_1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3513:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3511 | extension WDVLicenseIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3512 |   public static let protoMessageName: String = "LicenseIdentification"
3513 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3514 |     1: .standard(proto: "request_id"),
3515 |     2: .standard(proto: "session_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3579:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3577 | extension WDVLicense: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3578 |   public static let protoMessageName: String = "License"
3579 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3580 |     1: .same(proto: "id"),
3581 |     2: .same(proto: "policy"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3727:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3725 | extension WDVLicense.Policy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3726 |   public static let protoMessageName: String = WDVLicense.protoMessageName + ".Policy"
3727 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3728 |     1: .standard(proto: "can_play"),
3729 |     2: .standard(proto: "can_persist"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3847:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3845 | extension WDVLicense.KeyContainer: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3846 |   public static let protoMessageName: String = WDVLicense.protoMessageName + ".KeyContainer"
3847 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3848 |     1: .same(proto: "id"),
3849 |     2: .same(proto: "iv"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4002:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4000 |
4001 | extension WDVLicense.KeyContainer.KeyType: SwiftProtobuf._ProtoNameProviding {
4002 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4003 |     0: .same(proto: "TYPE_UNKNOWN"),
4004 |     1: .same(proto: "SIGNING"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4014:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4012 |
4013 | extension WDVLicense.KeyContainer.SecurityLevel: SwiftProtobuf._ProtoNameProviding {
4014 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4015 |     0: .same(proto: "UNKNOWN"),
4016 |     1: .same(proto: "SW_SECURE_CRYPTO"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4026:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4024 | extension WDVLicense.KeyContainer.KeyControl: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4025 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".KeyControl"
4026 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4027 |     1: .standard(proto: "key_control_block"),
4028 |     2: .same(proto: "iv"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4068:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4066 | extension WDVLicense.KeyContainer.OutputProtection: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4067 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".OutputProtection"
4068 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4069 |     1: .same(proto: "hdcp"),
4070 |     2: .standard(proto: "cgms_flags"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4127:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4125 |
4126 | extension WDVLicense.KeyContainer.OutputProtection.HDCP: SwiftProtobuf._ProtoNameProviding {
4127 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4128 |     0: .same(proto: "HDCP_NONE"),
4129 |     1: .same(proto: "HDCP_V1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4139:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4137 |
4138 | extension WDVLicense.KeyContainer.OutputProtection.CGMS: SwiftProtobuf._ProtoNameProviding {
4139 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4140 |     0: .same(proto: "COPY_FREE"),
4141 |     2: .same(proto: "COPY_ONCE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4148:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4146 |
4147 | extension WDVLicense.KeyContainer.OutputProtection.HdcpSrmRule: SwiftProtobuf._ProtoNameProviding {
4148 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4149 |     0: .same(proto: "HDCP_SRM_RULE_NONE"),
4150 |     1: .same(proto: "CURRENT_SRM"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4156:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4154 | extension WDVLicense.KeyContainer.VideoResolutionConstraint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4155 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".VideoResolutionConstraint"
4156 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4157 |     1: .standard(proto: "min_resolution_pixels"),
4158 |     2: .standard(proto: "max_resolution_pixels"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4204:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4202 | extension WDVLicense.KeyContainer.OperatorSessionKeyPermissions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4203 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".OperatorSessionKeyPermissions"
4204 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4205 |     1: .standard(proto: "allow_encrypt"),
4206 |     2: .standard(proto: "allow_decrypt"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4258:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4256 | extension WDVLicenseRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4257 |   public static let protoMessageName: String = "LicenseRequest"
4258 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4259 |     1: .standard(proto: "client_id"),
4260 |     2: .standard(proto: "content_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4381:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4379 |
4380 | extension WDVLicenseRequest.RequestType: SwiftProtobuf._ProtoNameProviding {
4381 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4382 |     0: .same(proto: "UNKNOWN"),
4383 |     1: .same(proto: "NEW"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4391:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4389 | extension WDVLicenseRequest.ContentIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4390 |   public static let protoMessageName: String = WDVLicenseRequest.protoMessageName + ".ContentIdentification"
4391 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4392 |     1: .standard(proto: "widevine_pssh_data"),
4393 |     2: .standard(proto: "webm_key_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4497:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4495 | extension WDVLicenseRequest.ContentIdentification.WidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4496 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".WidevinePsshData"
4497 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4498 |     1: .standard(proto: "pssh_data"),
4499 |     2: .standard(proto: "license_type"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4545:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4543 | extension WDVLicenseRequest.ContentIdentification.WebmKeyId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4544 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".WebmKeyId"
4545 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4546 |     1: .same(proto: "header"),
4547 |     2: .standard(proto: "license_type"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4593:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4591 | extension WDVLicenseRequest.ContentIdentification.ExistingLicense: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4592 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".ExistingLicense"
4593 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4594 |     1: .standard(proto: "license_id"),
4595 |     2: .standard(proto: "seconds_since_started"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4647:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4645 | extension WDVLicenseRequest.ContentIdentification.InitData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4646 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".InitData"
4647 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4648 |     1: .standard(proto: "init_data_type"),
4649 |     2: .standard(proto: "init_data"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4700:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4698 |
4699 | extension WDVLicenseRequest.ContentIdentification.InitData.InitDataType: SwiftProtobuf._ProtoNameProviding {
4700 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4701 |     0: .same(proto: "UNKNOWN"),
4702 |     1: .same(proto: "CENC"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4709:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4707 | extension WDVMetricData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4708 |   public static let protoMessageName: String = "MetricData"
4709 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4710 |     1: .standard(proto: "stage_name"),
4711 |     2: .standard(proto: "metric_data"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4750:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4748 |
4749 | extension WDVMetricData.MetricType: SwiftProtobuf._ProtoNameProviding {
4750 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4751 |     0: .same(proto: "UNKNOWN"),
4752 |     1: .same(proto: "LATENCY"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4759:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4757 | extension WDVMetricData.TypeValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4758 |   public static let protoMessageName: String = WDVMetricData.protoMessageName + ".TypeValue"
4759 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4760 |     1: .same(proto: "type"),
4761 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4801:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4799 | extension WDVVersionInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4800 |   public static let protoMessageName: String = "VersionInfo"
4801 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4802 |     1: .standard(proto: "license_sdk_version"),
4803 |     2: .standard(proto: "license_service_version"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4843:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4841 | extension WDVSignedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4842 |   public static let protoMessageName: String = "SignedMessage"
4843 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4844 |     1: .same(proto: "type"),
4845 |     2: .same(proto: "msg"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4926:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4924 |
4925 | extension WDVSignedMessage.MessageType: SwiftProtobuf._ProtoNameProviding {
4926 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4927 |     0: .same(proto: "UNKNOWN"),
4928 |     1: .same(proto: "LICENSE_REQUEST"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4942:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4940 |
4941 | extension WDVSignedMessage.SessionKeyType: SwiftProtobuf._ProtoNameProviding {
4942 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4943 |     0: .same(proto: "UNDEFINED"),
4944 |     1: .same(proto: "WRAPPED_AES_KEY"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4951:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4949 | extension WDVClientIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4950 |   public static let protoMessageName: String = "ClientIdentification"
4951 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4952 |     1: .same(proto: "type"),
4953 |     2: .same(proto: "token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5074:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5072 |
5073 | extension WDVClientIdentification.TokenType: SwiftProtobuf._ProtoNameProviding {
5074 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5075 |     0: .same(proto: "KEYBOX"),
5076 |     1: .same(proto: "DRM_DEVICE_CERTIFICATE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5084:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5082 | extension WDVClientIdentification.NameValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5083 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".NameValue"
5084 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5085 |     1: .same(proto: "name"),
5086 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5126:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5124 | extension WDVClientIdentification.ClientCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5125 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".ClientCapabilities"
5126 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5127 |     1: .standard(proto: "client_token"),
5128 |     2: .standard(proto: "session_token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5227:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5225 |
5226 | extension WDVClientIdentification.ClientCapabilities.HdcpVersion: SwiftProtobuf._ProtoNameProviding {
5227 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5228 |     0: .same(proto: "HDCP_NONE"),
5229 |     1: .same(proto: "HDCP_V1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5239:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5237 |
5238 | extension WDVClientIdentification.ClientCapabilities.CertificateKeyType: SwiftProtobuf._ProtoNameProviding {
5239 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5240 |     0: .same(proto: "RSA_2048"),
5241 |     1: .same(proto: "RSA_3072"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5249:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5247 |
5248 | extension WDVClientIdentification.ClientCapabilities.AnalogOutputCapabilities: SwiftProtobuf._ProtoNameProviding {
5249 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5250 |     0: .same(proto: "ANALOG_OUTPUT_UNKNOWN"),
5251 |     1: .same(proto: "ANALOG_OUTPUT_NONE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5259:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5257 | extension WDVClientIdentification.ClientCredentials: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5258 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".ClientCredentials"
5259 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5260 |     1: .same(proto: "type"),
5261 |     2: .same(proto: "token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5301:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5299 | extension WDVEncryptedClientIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5300 |   public static let protoMessageName: String = "EncryptedClientIdentification"
5301 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5302 |     1: .standard(proto: "provider_id"),
5303 |     2: .standard(proto: "service_certificate_serial_number"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5361:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5359 | extension WDVDrmCertificate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5360 |   public static let protoMessageName: String = "DrmCertificate"
5361 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5362 |     1: .same(proto: "type"),
5363 |     2: .standard(proto: "serial_number"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5462:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5460 |
5461 | extension WDVDrmCertificate.TypeEnum: SwiftProtobuf._ProtoNameProviding {
5462 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5463 |     0: .same(proto: "ROOT"),
5464 |     1: .same(proto: "DEVICE_MODEL"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5472:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5470 |
5471 | extension WDVDrmCertificate.ServiceType: SwiftProtobuf._ProtoNameProviding {
5472 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5473 |     0: .same(proto: "UNKNOWN_SERVICE_TYPE"),
5474 |     1: .same(proto: "LICENSE_SERVER_SDK"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5482:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5480 |
5481 | extension WDVDrmCertificate.Algorithm: SwiftProtobuf._ProtoNameProviding {
5482 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5483 |     0: .same(proto: "UNKNOWN_ALGORITHM"),
5484 |     1: .same(proto: "RSA"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5493:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5491 | extension WDVDrmCertificate.EncryptionKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5492 |   public static let protoMessageName: String = WDVDrmCertificate.protoMessageName + ".EncryptionKey"
5493 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5494 |     1: .standard(proto: "public_key"),
5495 |     2: .same(proto: "algorithm"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5535:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5533 | extension WDVSignedDrmCertificate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5534 |   public static let protoMessageName: String = "SignedDrmCertificate"
5535 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5536 |     1: .standard(proto: "drm_certificate"),
5537 |     2: .same(proto: "signature"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5627:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5625 | extension WDVWidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5626 |   public static let protoMessageName: String = "WidevinePsshData"
5627 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5628 |     2: .standard(proto: "key_ids"),
5629 |     4: .standard(proto: "content_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5746:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5744 |
5745 | extension WDVWidevinePsshData.TypeEnum: SwiftProtobuf._ProtoNameProviding {
5746 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5747 |     0: .same(proto: "SINGLE"),
5748 |     1: .same(proto: "ENTITLEMENT"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5754:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5752 |
5753 | extension WDVWidevinePsshData.Algorithm: SwiftProtobuf._ProtoNameProviding {
5754 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5755 |     0: .same(proto: "UNENCRYPTED"),
5756 |     1: .same(proto: "AESCTR"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5762:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5760 | extension WDVWidevinePsshData.EntitledKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5761 |   public static let protoMessageName: String = WDVWidevinePsshData.protoMessageName + ".EntitledKey"
5762 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5763 |     1: .standard(proto: "entitlement_key_id"),
5764 |     2: .standard(proto: "key_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5822:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5820 | extension WDVFileHashes: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5821 |   public static let protoMessageName: String = "FileHashes"
5822 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5823 |     1: .same(proto: "signer"),
5824 |     2: .same(proto: "signatures"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5864:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5862 | extension WDVFileHashes.Signature: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5863 |   public static let protoMessageName: String = WDVFileHashes.protoMessageName + ".Signature"
5864 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5865 |     1: .same(proto: "filename"),
5866 |     2: .standard(proto: "test_signing"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:253:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
251 |
252 | extension Google_Protobuf_AccessControl: SwiftProtobuf._ProtoNameProviding {
253 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
254 |     0: .same(proto: "InternalEntities"),
255 |     1: .same(proto: "PublicEntities"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:261:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
259 | extension Google_Protobuf_SwiftFileOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
260 |   static let protoMessageName: String = _protobuf_package + ".SwiftFileOptions"
261 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
262 |     1: .standard(proto: "class_prefix"),
263 |     2: .standard(proto: "entities_access_control"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:309:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
307 | extension Google_Protobuf_SwiftMessageOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
308 |   static let protoMessageName: String = _protobuf_package + ".SwiftMessageOptions"
309 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
310 |     1: .standard(proto: "generate_error_type"),
311 |   ]
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:345:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
343 | extension Google_Protobuf_SwiftEnumOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
344 |   static let protoMessageName: String = _protobuf_package + ".SwiftEnumOptions"
345 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
346 |     1: .standard(proto: "generate_error_type"),
347 |   ]
[328/328] Compiling SwWidevine ProtocOptions.pb.swift
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3474:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3472 |
3473 | extension WDVLicenseType: SwiftProtobuf._ProtoNameProviding {
3474 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3475 |     0: .same(proto: "TYPE_UNKNOWN"),
3476 |     1: .same(proto: "STREAMING"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3483:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3481 |
3482 | extension WDVPlatformVerificationStatus: SwiftProtobuf._ProtoNameProviding {
3483 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3484 |     0: .same(proto: "PLATFORM_UNVERIFIED"),
3485 |     1: .same(proto: "PLATFORM_TAMPERED"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3494:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3492 |
3493 | extension WDVProtocolVersion: SwiftProtobuf._ProtoNameProviding {
3494 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3495 |     0: .same(proto: "VERSION_UNKNOWN"),
3496 |     20: .same(proto: "VERSION_2_0"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3503:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3501 |
3502 | extension WDVHashAlgorithmProto: SwiftProtobuf._ProtoNameProviding {
3503 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3504 |     0: .same(proto: "HASH_ALGORITHM_UNSPECIFIED"),
3505 |     1: .same(proto: "HASH_ALGORITHM_SHA_1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3513:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3511 | extension WDVLicenseIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3512 |   public static let protoMessageName: String = "LicenseIdentification"
3513 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3514 |     1: .standard(proto: "request_id"),
3515 |     2: .standard(proto: "session_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3579:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3577 | extension WDVLicense: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3578 |   public static let protoMessageName: String = "License"
3579 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3580 |     1: .same(proto: "id"),
3581 |     2: .same(proto: "policy"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3727:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3725 | extension WDVLicense.Policy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3726 |   public static let protoMessageName: String = WDVLicense.protoMessageName + ".Policy"
3727 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3728 |     1: .standard(proto: "can_play"),
3729 |     2: .standard(proto: "can_persist"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:3847:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3845 | extension WDVLicense.KeyContainer: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3846 |   public static let protoMessageName: String = WDVLicense.protoMessageName + ".KeyContainer"
3847 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3848 |     1: .same(proto: "id"),
3849 |     2: .same(proto: "iv"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4002:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4000 |
4001 | extension WDVLicense.KeyContainer.KeyType: SwiftProtobuf._ProtoNameProviding {
4002 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4003 |     0: .same(proto: "TYPE_UNKNOWN"),
4004 |     1: .same(proto: "SIGNING"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4014:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4012 |
4013 | extension WDVLicense.KeyContainer.SecurityLevel: SwiftProtobuf._ProtoNameProviding {
4014 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4015 |     0: .same(proto: "UNKNOWN"),
4016 |     1: .same(proto: "SW_SECURE_CRYPTO"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4026:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4024 | extension WDVLicense.KeyContainer.KeyControl: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4025 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".KeyControl"
4026 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4027 |     1: .standard(proto: "key_control_block"),
4028 |     2: .same(proto: "iv"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4068:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4066 | extension WDVLicense.KeyContainer.OutputProtection: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4067 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".OutputProtection"
4068 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4069 |     1: .same(proto: "hdcp"),
4070 |     2: .standard(proto: "cgms_flags"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4127:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4125 |
4126 | extension WDVLicense.KeyContainer.OutputProtection.HDCP: SwiftProtobuf._ProtoNameProviding {
4127 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4128 |     0: .same(proto: "HDCP_NONE"),
4129 |     1: .same(proto: "HDCP_V1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4139:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4137 |
4138 | extension WDVLicense.KeyContainer.OutputProtection.CGMS: SwiftProtobuf._ProtoNameProviding {
4139 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4140 |     0: .same(proto: "COPY_FREE"),
4141 |     2: .same(proto: "COPY_ONCE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4148:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4146 |
4147 | extension WDVLicense.KeyContainer.OutputProtection.HdcpSrmRule: SwiftProtobuf._ProtoNameProviding {
4148 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4149 |     0: .same(proto: "HDCP_SRM_RULE_NONE"),
4150 |     1: .same(proto: "CURRENT_SRM"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4156:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4154 | extension WDVLicense.KeyContainer.VideoResolutionConstraint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4155 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".VideoResolutionConstraint"
4156 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4157 |     1: .standard(proto: "min_resolution_pixels"),
4158 |     2: .standard(proto: "max_resolution_pixels"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4204:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4202 | extension WDVLicense.KeyContainer.OperatorSessionKeyPermissions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4203 |   public static let protoMessageName: String = WDVLicense.KeyContainer.protoMessageName + ".OperatorSessionKeyPermissions"
4204 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4205 |     1: .standard(proto: "allow_encrypt"),
4206 |     2: .standard(proto: "allow_decrypt"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4258:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4256 | extension WDVLicenseRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4257 |   public static let protoMessageName: String = "LicenseRequest"
4258 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4259 |     1: .standard(proto: "client_id"),
4260 |     2: .standard(proto: "content_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4381:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4379 |
4380 | extension WDVLicenseRequest.RequestType: SwiftProtobuf._ProtoNameProviding {
4381 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4382 |     0: .same(proto: "UNKNOWN"),
4383 |     1: .same(proto: "NEW"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4391:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4389 | extension WDVLicenseRequest.ContentIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4390 |   public static let protoMessageName: String = WDVLicenseRequest.protoMessageName + ".ContentIdentification"
4391 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4392 |     1: .standard(proto: "widevine_pssh_data"),
4393 |     2: .standard(proto: "webm_key_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4497:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4495 | extension WDVLicenseRequest.ContentIdentification.WidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4496 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".WidevinePsshData"
4497 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4498 |     1: .standard(proto: "pssh_data"),
4499 |     2: .standard(proto: "license_type"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4545:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4543 | extension WDVLicenseRequest.ContentIdentification.WebmKeyId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4544 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".WebmKeyId"
4545 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4546 |     1: .same(proto: "header"),
4547 |     2: .standard(proto: "license_type"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4593:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4591 | extension WDVLicenseRequest.ContentIdentification.ExistingLicense: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4592 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".ExistingLicense"
4593 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4594 |     1: .standard(proto: "license_id"),
4595 |     2: .standard(proto: "seconds_since_started"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4647:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4645 | extension WDVLicenseRequest.ContentIdentification.InitData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4646 |   public static let protoMessageName: String = WDVLicenseRequest.ContentIdentification.protoMessageName + ".InitData"
4647 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4648 |     1: .standard(proto: "init_data_type"),
4649 |     2: .standard(proto: "init_data"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4700:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4698 |
4699 | extension WDVLicenseRequest.ContentIdentification.InitData.InitDataType: SwiftProtobuf._ProtoNameProviding {
4700 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4701 |     0: .same(proto: "UNKNOWN"),
4702 |     1: .same(proto: "CENC"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4709:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4707 | extension WDVMetricData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4708 |   public static let protoMessageName: String = "MetricData"
4709 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4710 |     1: .standard(proto: "stage_name"),
4711 |     2: .standard(proto: "metric_data"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4750:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4748 |
4749 | extension WDVMetricData.MetricType: SwiftProtobuf._ProtoNameProviding {
4750 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4751 |     0: .same(proto: "UNKNOWN"),
4752 |     1: .same(proto: "LATENCY"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4759:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4757 | extension WDVMetricData.TypeValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4758 |   public static let protoMessageName: String = WDVMetricData.protoMessageName + ".TypeValue"
4759 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4760 |     1: .same(proto: "type"),
4761 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4801:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4799 | extension WDVVersionInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4800 |   public static let protoMessageName: String = "VersionInfo"
4801 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4802 |     1: .standard(proto: "license_sdk_version"),
4803 |     2: .standard(proto: "license_service_version"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4843:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4841 | extension WDVSignedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4842 |   public static let protoMessageName: String = "SignedMessage"
4843 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4844 |     1: .same(proto: "type"),
4845 |     2: .same(proto: "msg"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4926:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4924 |
4925 | extension WDVSignedMessage.MessageType: SwiftProtobuf._ProtoNameProviding {
4926 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4927 |     0: .same(proto: "UNKNOWN"),
4928 |     1: .same(proto: "LICENSE_REQUEST"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4942:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4940 |
4941 | extension WDVSignedMessage.SessionKeyType: SwiftProtobuf._ProtoNameProviding {
4942 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4943 |     0: .same(proto: "UNDEFINED"),
4944 |     1: .same(proto: "WRAPPED_AES_KEY"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:4951:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4949 | extension WDVClientIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4950 |   public static let protoMessageName: String = "ClientIdentification"
4951 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4952 |     1: .same(proto: "type"),
4953 |     2: .same(proto: "token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5074:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5072 |
5073 | extension WDVClientIdentification.TokenType: SwiftProtobuf._ProtoNameProviding {
5074 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5075 |     0: .same(proto: "KEYBOX"),
5076 |     1: .same(proto: "DRM_DEVICE_CERTIFICATE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5084:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5082 | extension WDVClientIdentification.NameValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5083 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".NameValue"
5084 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5085 |     1: .same(proto: "name"),
5086 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5126:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5124 | extension WDVClientIdentification.ClientCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5125 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".ClientCapabilities"
5126 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5127 |     1: .standard(proto: "client_token"),
5128 |     2: .standard(proto: "session_token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5227:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5225 |
5226 | extension WDVClientIdentification.ClientCapabilities.HdcpVersion: SwiftProtobuf._ProtoNameProviding {
5227 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5228 |     0: .same(proto: "HDCP_NONE"),
5229 |     1: .same(proto: "HDCP_V1"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5239:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5237 |
5238 | extension WDVClientIdentification.ClientCapabilities.CertificateKeyType: SwiftProtobuf._ProtoNameProviding {
5239 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5240 |     0: .same(proto: "RSA_2048"),
5241 |     1: .same(proto: "RSA_3072"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5249:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5247 |
5248 | extension WDVClientIdentification.ClientCapabilities.AnalogOutputCapabilities: SwiftProtobuf._ProtoNameProviding {
5249 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5250 |     0: .same(proto: "ANALOG_OUTPUT_UNKNOWN"),
5251 |     1: .same(proto: "ANALOG_OUTPUT_NONE"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5259:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5257 | extension WDVClientIdentification.ClientCredentials: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5258 |   public static let protoMessageName: String = WDVClientIdentification.protoMessageName + ".ClientCredentials"
5259 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5260 |     1: .same(proto: "type"),
5261 |     2: .same(proto: "token"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5301:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5299 | extension WDVEncryptedClientIdentification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5300 |   public static let protoMessageName: String = "EncryptedClientIdentification"
5301 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5302 |     1: .standard(proto: "provider_id"),
5303 |     2: .standard(proto: "service_certificate_serial_number"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5361:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5359 | extension WDVDrmCertificate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5360 |   public static let protoMessageName: String = "DrmCertificate"
5361 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5362 |     1: .same(proto: "type"),
5363 |     2: .standard(proto: "serial_number"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5462:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5460 |
5461 | extension WDVDrmCertificate.TypeEnum: SwiftProtobuf._ProtoNameProviding {
5462 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5463 |     0: .same(proto: "ROOT"),
5464 |     1: .same(proto: "DEVICE_MODEL"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5472:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5470 |
5471 | extension WDVDrmCertificate.ServiceType: SwiftProtobuf._ProtoNameProviding {
5472 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5473 |     0: .same(proto: "UNKNOWN_SERVICE_TYPE"),
5474 |     1: .same(proto: "LICENSE_SERVER_SDK"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5482:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5480 |
5481 | extension WDVDrmCertificate.Algorithm: SwiftProtobuf._ProtoNameProviding {
5482 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5483 |     0: .same(proto: "UNKNOWN_ALGORITHM"),
5484 |     1: .same(proto: "RSA"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5493:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5491 | extension WDVDrmCertificate.EncryptionKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5492 |   public static let protoMessageName: String = WDVDrmCertificate.protoMessageName + ".EncryptionKey"
5493 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5494 |     1: .standard(proto: "public_key"),
5495 |     2: .same(proto: "algorithm"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5535:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5533 | extension WDVSignedDrmCertificate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5534 |   public static let protoMessageName: String = "SignedDrmCertificate"
5535 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5536 |     1: .standard(proto: "drm_certificate"),
5537 |     2: .same(proto: "signature"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5627:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5625 | extension WDVWidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5626 |   public static let protoMessageName: String = "WidevinePsshData"
5627 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5628 |     2: .standard(proto: "key_ids"),
5629 |     4: .standard(proto: "content_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5746:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5744 |
5745 | extension WDVWidevinePsshData.TypeEnum: SwiftProtobuf._ProtoNameProviding {
5746 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5747 |     0: .same(proto: "SINGLE"),
5748 |     1: .same(proto: "ENTITLEMENT"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5754:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5752 |
5753 | extension WDVWidevinePsshData.Algorithm: SwiftProtobuf._ProtoNameProviding {
5754 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5755 |     0: .same(proto: "UNENCRYPTED"),
5756 |     1: .same(proto: "AESCTR"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5762:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5760 | extension WDVWidevinePsshData.EntitledKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5761 |   public static let protoMessageName: String = WDVWidevinePsshData.protoMessageName + ".EntitledKey"
5762 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5763 |     1: .standard(proto: "entitlement_key_id"),
5764 |     2: .standard(proto: "key_id"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5822:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5820 | extension WDVFileHashes: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5821 |   public static let protoMessageName: String = "FileHashes"
5822 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5823 |     1: .same(proto: "signer"),
5824 |     2: .same(proto: "signatures"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/License.pb.swift:5864:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5862 | extension WDVFileHashes.Signature: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5863 |   public static let protoMessageName: String = WDVFileHashes.protoMessageName + ".Signature"
5864 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5865 |     1: .same(proto: "filename"),
5866 |     2: .standard(proto: "test_signing"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:253:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
251 |
252 | extension Google_Protobuf_AccessControl: SwiftProtobuf._ProtoNameProviding {
253 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
254 |     0: .same(proto: "InternalEntities"),
255 |     1: .same(proto: "PublicEntities"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:261:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
259 | extension Google_Protobuf_SwiftFileOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
260 |   static let protoMessageName: String = _protobuf_package + ".SwiftFileOptions"
261 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
262 |     1: .standard(proto: "class_prefix"),
263 |     2: .standard(proto: "entities_access_control"),
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:309:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
307 | extension Google_Protobuf_SwiftMessageOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
308 |   static let protoMessageName: String = _protobuf_package + ".SwiftMessageOptions"
309 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
310 |     1: .standard(proto: "generate_error_type"),
311 |   ]
/host/spi-builder-workspace/Sources/SwWidevine/Generated/Proto/ProtocOptions.pb.swift:345:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
343 | extension Google_Protobuf_SwiftEnumOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
344 |   static let protoMessageName: String = _protobuf_package + ".SwiftEnumOptions"
345 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
346 |     1: .standard(proto: "generate_error_type"),
347 |   ]
Build complete! (174.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swpssh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mIwr/SwPSSH.git"
    },
    {
      "identity" : "swiftrsa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mIwr/SwiftRSA.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "SwWidevine",
  "name" : "SwWidevine",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwWidevine",
      "targets" : [
        "SwWidevine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwWidevineTests",
      "module_type" : "SwiftTarget",
      "name" : "SwWidevineTests",
      "path" : "Tests/SwWidevineTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwWidevineTests/appCrt.protobuf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwWidevineTests/deviceClID.protobuf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwWidevineTests/licReqSelfGenerated.protobuf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwWidevineTests/licRequest.protobuf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwWidevineTests/licRespBySelfGenerated.protobuf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwWidevineTests/licResponse.protobuf",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Model/UnitWDVBase16.swift",
        "Model/UnitWDVDevice.swift",
        "TestConstants.swift",
        "TestConstantsSpmEnvExt.swift",
        "UnitWDVCDMController.swift",
        "Util/UnitWDVBitConvertUtil.swift",
        "Util/WDVSessionUtil.swift"
      ],
      "target_dependencies" : [
        "SwWidevine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwWidevine",
      "module_type" : "SwiftTarget",
      "name" : "SwWidevine",
      "path" : "Sources/SwWidevine",
      "product_dependencies" : [
        "SwiftProtobuf",
        "SwPSSH",
        "SwiftRSA",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "SwWidevine"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwWidevine/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Generated/Proto/License.pb.swift",
        "Generated/Proto/ProtocOptions.pb.swift",
        "Model/Device/WDVDevice.swift",
        "Model/Device/WDVDevicePlatform.swift",
        "Model/Device/WDVSecurityLevel.swift",
        "Model/WDVBase16.swift",
        "Model/WDVBinaryIntegerExt.swift",
        "Model/WDVError.swift",
        "Model/WDVKey.swift",
        "Model/WDVSession.swift",
        "Util/WDVBinaryUtil.swift",
        "Util/WDVCMAC.swift",
        "Util/WDVCryptoUtil.swift",
        "WDVCDMController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.