Build Information
Successful build of SwWidevine, reference master (39ad90), with Swift 6.3 for Android on 22 Apr 2026 01:58:01 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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/SwWidevine.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:39:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
37 | name: "SwWidevine",
38 | platforms: [
39 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
40 | ],
41 | products: [
/host/spi-builder-workspace/Package.swift:39:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
37 | name: "SwWidevine",
38 | platforms: [
39 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
40 | ],
41 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/mIwr/SwiftRSA.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/mIwr/SwPSSH.git
[1/173] Fetching swpssh
[174/1629] Fetching swpssh, swiftrsa
[786/14980] Fetching swpssh, swiftrsa, cryptoswift
Fetched https://github.com/mIwr/SwPSSH.git from cache (0.54s)
[1288/14807] Fetching swiftrsa, cryptoswift
[3077/61975] Fetching swiftrsa, cryptoswift, swift-protobuf
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.28s)
[22210/48624] Fetching swiftrsa, swift-protobuf
Fetched https://github.com/mIwr/SwiftRSA.git from cache (11.87s)
Fetched https://github.com/apple/swift-protobuf.git from cache (12.04s)
Computing version for https://github.com/mIwr/SwiftRSA.git
warning: 'swiftrsa': /Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "SwiftRSA",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "SwiftRSA",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/SwiftRSA.git at 2.6.1 (12.79s)
Fetching https://github.com/mIwr/BigInt
Fetching https://github.com/mIwr/Digest
Fetching https://github.com/mIwr/ASN1
[1/2450] Fetching asn1
[981/5133] Fetching asn1, digest
[2227/11828] Fetching asn1, digest, bigint
Fetched https://github.com/mIwr/ASN1 from cache (0.96s)
[4156/9378] Fetching digest, bigint
Fetched https://github.com/mIwr/Digest from cache (1.08s)
[1808/6695] Fetching bigint
Fetched https://github.com/mIwr/BigInt from cache (2.00s)
Computing version for https://github.com/mIwr/Digest
warning: 'digest': /Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "Digest",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "Digest",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/Digest at 1.13.1 (2.72s)
Computing version for https://github.com/mIwr/ASN1
warning: 'asn1': /Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/ASN1 at 2.7.2 (0.78s)
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:)' [#DeprecatedDeclaration]
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:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
26 | name: "SwPSSH",
27 | platforms: [
/Package.swift:28:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
26 | name: "SwPSSH",
27 | platforms: [
28 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 | ],
30 | products: [
/Package.swift:28:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
26 | name: "SwPSSH",
27 | platforms: [
28 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 | ],
30 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/SwPSSH.git at 1.2.3 (0.81s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (5.95s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (2.87s)
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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
8 | ],
9 | products: [
/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | ],
9 | products: [
/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | ],
9 | products: [
/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
8 | ],
9 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/BigInt at 1.23.1 (0.78s)
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/mIwr/ASN1
Working copy of https://github.com/mIwr/ASN1 resolved at 2.7.2
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/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/SwPSSH.git
Working copy of https://github.com/mIwr/SwPSSH.git resolved at 1.2.3
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/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.37.0
warning: 'swiftrsa': /host/spi-builder-workspace/.build/checkouts/SwiftRSA/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "SwiftRSA",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
/host/spi-builder-workspace/.build/checkouts/SwiftRSA/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "SwiftRSA",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
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:)' [#DeprecatedDeclaration]
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:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
26 | name: "SwPSSH",
27 | platforms: [
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Package.swift:28:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
26 | name: "SwPSSH",
27 | platforms: [
28 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 | ],
30 | products: [
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Package.swift:28:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
26 | name: "SwPSSH",
27 | platforms: [
28 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 | ],
30 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'asn1': /host/spi-builder-workspace/.build/checkouts/ASN1/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
/host/spi-builder-workspace/.build/checkouts/ASN1/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'digest': /host/spi-builder-workspace/.build/checkouts/Digest/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "Digest",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
/host/spi-builder-workspace/.build/checkouts/Digest/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "Digest",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
8 | ],
9 | products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | ],
9 | products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
8 | ],
9 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/17] Copying PrivacyInfo.xcprivacy
[4/17] Write sources
[4/17] Copying PrivacyInfo.xcprivacy
[4/17] Write sources
[4/17] Copying PrivacyInfo.xcprivacy
[4/17] Write sources
[4/17] Copying PrivacyInfo.xcprivacy
[15/17] Write sources
[16/17] Write swift-version--4F562202D5529B1.txt
[18/227] Emitting module SwiftProtobuf
[19/238] Emitting module CryptoSwift
[20/252] Compiling CryptoSwift AEAD.swift
[21/252] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[22/253] Compiling Digest SHA3.swift
[23/253] Compiling Digest SHAKE.swift
[24/253] Compiling Digest XOF.swift
[25/253] Emitting module BigInt
[26/254] Compiling BigInt ToomCook.swift
[27/254] Compiling CryptoSwift ASN1Decoder.swift
[28/254] Compiling CryptoSwift ASN1Encoder.swift
[29/254] Compiling CryptoSwift AES.swift
[30/254] Compiling CryptoSwift ASN1.swift
[31/254] Compiling CryptoSwift ASN1Scanner.swift
[32/254] Compiling CryptoSwift Array+Extension.swift
[33/254] Compiling CryptoSwift Authenticator.swift
[34/254] Compiling CryptoSwift BatchedCollection.swift
[35/254] Compiling CryptoSwift IntegerConversion.swift
[36/254] Compiling CryptoSwift Multiplication.swift
[37/254] Compiling CryptoSwift PrimeTest.swift
[38/254] Compiling CryptoSwift Random.swift
[39/254] Compiling CryptoSwift Shifts.swift
[40/254] Compiling CryptoSwift SquareRoot.swift
[41/254] Compiling CryptoSwift Strideable.swift
[42/254] Compiling CryptoSwift StringConversion.swift
[43/254] Compiling CryptoSwift Subtraction.swift
[44/254] Compiling CryptoSwift WordsAndBits.swift
[45/254] Compiling CryptoSwift ChaCha20.swift
[46/254] Compiling CryptoSwift Checksum.swift
[47/254] Compiling CryptoSwift Cipher.swift
[48/254] Compiling CryptoSwift Collection+Extension.swift
[51/254] Compiling Digest SHA2.swift
[52/254] Compiling Digest resource_bundle_accessor.swift
[53/254] Compiling CryptoSwift BlockEncryptor.swift
[54/254] Compiling CryptoSwift BlockMode.swift
[55/254] Compiling CryptoSwift BlockModeOptions.swift
[56/254] Compiling CryptoSwift CBC.swift
[57/254] Compiling CryptoSwift CCM.swift
[58/254] Compiling CryptoSwift CFB.swift
[59/254] Compiling CryptoSwift CTR.swift
[60/254] Compiling CryptoSwift CipherModeWorker.swift
[61/254] Compiling CryptoSwift ECB.swift
[62/254] Compiling CryptoSwift GCM.swift
[63/254] Compiling CryptoSwift OCB.swift
[64/254] Compiling CryptoSwift OFB.swift
[65/254] Compiling CryptoSwift PCBC.swift
[66/254] Compiling CryptoSwift Blowfish.swift
[67/254] Compiling CryptoSwift CBCMAC.swift
[68/254] Compiling CryptoSwift XChaCha20+Foundation.swift
[69/254] Compiling CryptoSwift Generics.swift
[70/254] Compiling CryptoSwift HKDF.swift
[71/254] Compiling CryptoSwift HMAC.swift
[72/254] Compiling CryptoSwift ISO10126Padding.swift
[73/254] Compiling CryptoSwift ISO78164Padding.swift
[74/254] Compiling CryptoSwift Int+Extension.swift
[75/254] Compiling CryptoSwift MD5.swift
[76/254] Compiling CryptoSwift NoPadding.swift
[77/254] Compiling CryptoSwift Operators.swift
[78/254] Compiling CryptoSwift DER.swift
[79/254] Compiling CryptoSwift PKCS7Padding.swift
[80/254] Compiling CryptoSwift Padding.swift
[81/254] Compiling CryptoSwift Poly1305.swift
[82/254] Compiling CryptoSwift RSA+Cipher.swift
[83/254] Compiling CryptoSwift RSA+Signature.swift
[84/254] Compiling CryptoSwift RSA.swift
[85/254] Compiling CryptoSwift Rabbit.swift
[86/254] Compiling CryptoSwift SHA1.swift
[87/254] Compiling CryptoSwift SHA2.swift
[88/254] Compiling CryptoSwift SHA3.swift
[89/254] Compiling CryptoSwift Scrypt.swift
[90/254] Compiling CryptoSwift SecureBytes.swift
[101/254] Compiling CryptoSwift PKCS5.swift
[102/254] Compiling CryptoSwift PKCS7.swift
[103/254] Compiling CryptoSwift Division.swift
[104/254] Compiling CryptoSwift Exponentiation.swift
[105/254] Compiling CryptoSwift FloatingPointConversion.swift
[106/254] Compiling CryptoSwift GCD.swift
[107/254] Compiling CryptoSwift Hashable.swift
[115/254] Compiling CryptoSwift Bit.swift
[116/254] Compiling CryptoSwift BlockCipher.swift
[117/254] Compiling CryptoSwift BlockDecryptor.swift
[118/254] Compiling CryptoSwift CMAC.swift
[119/254] Compiling CryptoSwift Addition.swift
[120/254] Compiling CryptoSwift BigInt.swift
[121/254] Compiling CryptoSwift BigUInt.swift
[122/254] Compiling CryptoSwift BitwiseOps.swift
[123/254] Compiling CryptoSwift CS.swift
[124/254] Compiling CryptoSwift Codable.swift
[125/254] Compiling CryptoSwift Comparable.swift
[126/254] Compiling CryptoSwift DataConversion.swift
[141/254] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[142/254] Compiling CryptoSwift AES.Cryptors.swift
[151/254] Emitting module Digest
[154/255] Compiling BigInt resource_bundle_accessor.swift
[175/256] Compiling SwiftProtobuf duration.pb.swift
[176/256] Compiling SwiftProtobuf empty.pb.swift
[177/256] Compiling SwiftProtobuf field_mask.pb.swift
[178/256] Compiling SwiftProtobuf source_context.pb.swift
[179/256] Compiling SwiftProtobuf struct.pb.swift
[180/256] Compiling SwiftProtobuf timestamp.pb.swift
[181/256] Compiling SwiftProtobuf type.pb.swift
[182/256] Compiling SwiftProtobuf wrappers.pb.swift
[183/256] Compiling CryptoSwift ChaCha20+Foundation.swift
[184/256] Compiling CryptoSwift Data+Extension.swift
[185/256] Compiling CryptoSwift HMAC+Foundation.swift
[186/256] Compiling CryptoSwift Rabbit+Foundation.swift
[187/256] Compiling CryptoSwift String+FoundationExtension.swift
[188/256] Compiling CryptoSwift Utils+Foundation.swift
[200/256] Compiling SwiftProtobuf any.pb.swift
[201/256] Compiling SwiftProtobuf api.pb.swift
[202/256] Compiling SwiftProtobuf descriptor.pb.swift
[232/256] Compiling CryptoSwift Signature.swift
[233/256] Compiling CryptoSwift StreamDecryptor.swift
[234/256] Compiling CryptoSwift StreamEncryptor.swift
[235/256] Compiling CryptoSwift String+Extension.swift
[236/256] Compiling CryptoSwift UInt128.swift
[237/256] Compiling CryptoSwift UInt16+Extension.swift
[238/256] Compiling CryptoSwift UInt32+Extension.swift
[239/256] Compiling CryptoSwift UInt64+Extension.swift
[240/256] Compiling CryptoSwift UInt8+Extension.swift
[241/256] Compiling CryptoSwift Updatable.swift
[242/256] Compiling CryptoSwift Utils.swift
[243/256] Compiling CryptoSwift XChaCha20.swift
[244/256] Compiling CryptoSwift ZeroPadding.swift
[245/256] Compiling CryptoSwift resource_bundle_accessor.swift
[247/279] Emitting module ASN1
[248/281] Compiling ASN1 InputStream.swift
[249/281] Compiling ASN1 resource_bundle_accessor.swift
[250/281] Compiling ASN1 ASN1Exception.swift
[251/281] Compiling ASN1 ASN1GeneralizedTime.swift
[252/281] Compiling ASN1 ASN1IA5String.swift
[253/281] Compiling ASN1 ASN1Set.swift
[254/281] Compiling ASN1 ASN1SimpleType.swift
[255/281] Compiling ASN1 ASN1T61String.swift
[256/281] Compiling ASN1 ASN1Time.swift
[257/281] Compiling ASN1 ASN1UTCTime.swift
[258/281] Compiling ASN1 ASN1UTF8String.swift
[259/281] Compiling ASN1 ASN1Boolean.swift
[260/281] Compiling ASN1 ASN1Collection.swift
[261/281] Compiling ASN1 ASN1Ctx.swift
[262/281] Compiling ASN1 ASN1OctetString.swift
[263/281] Compiling ASN1 ASN1PrintableString.swift
[264/281] Compiling ASN1 ASN1Sequence.swift
[265/281] Compiling ASN1 ASN1Integer.swift
[266/281] Compiling ASN1 ASN1Null.swift
[267/281] Compiling ASN1 ASN1ObjectIdentifier.swift
[268/281] Compiling ASN1 ASN1.swift
[269/281] Compiling ASN1 ASN1BMPString.swift
[270/281] Compiling ASN1 ASN1BitString.swift
[272/287] Compiling SwiftRSA resource_bundle_accessor.swift
[273/287] Compiling SwiftRSA RSAPublicKey.swift
[274/287] Compiling SwiftRSA RSAPrivateKey.swift
[275/287] Compiling SwiftRSA RSA.swift
[276/287] Emitting module SwiftRSA
[290/293] Emitting module SwPSSH
[291/309] Compiling SwPSSH PSSHBinaryIntegerExt.swift
[292/309] Compiling SwPSSH PSSHBox+Nagra.swift
[293/309] Compiling SwPSSH PSSHBox+PlayReady.swift
[294/309] Compiling SwPSSH License.pb.swift
[295/309] Compiling SwPSSH NagraPsshData+WDVConverter.swift
[296/309] Compiling SwPSSH NagraPsshData.swift
[297/309] Compiling SwPSSH PSSHCryptoUtil.swift
[298/309] Compiling SwPSSH resource_bundle_accessor.swift
[299/309] Compiling SwPSSH PlayReadyRecordHeaderKey.swift
[300/309] Compiling SwPSSH PlayReadyRecordHeaderKeyAlgo.swift
[301/309] Compiling SwPSSH PlayReadyRecord.swift
[302/309] Compiling SwPSSH PlayReadyRecordType.swift
[303/309] Compiling SwPSSH PlayReadyRecordHeaderXmlParser.swift
[304/309] Compiling SwPSSH PlayReadyPsshData.swift
[305/309] Compiling SwPSSH PSSHConstants.swift
[306/309] Compiling SwPSSH PSSHBinaryUtil.swift
[307/309] Compiling SwPSSH PSSHBox+Wdv.swift
[308/309] Compiling SwPSSH PSSHBox.swift
[309/309] Compiling SwPSSH PlayReadyRecordHeader.swift
[311/325] Compiling SwWidevine WDVSecurityLevel.swift
[312/325] Compiling SwWidevine WDVBase16.swift
[313/326] Compiling SwWidevine WDVKey.swift
[314/326] Compiling SwWidevine WDVSession.swift
[315/326] Compiling SwWidevine WDVBinaryIntegerExt.swift
[316/326] Compiling SwWidevine WDVError.swift
[317/326] Compiling SwWidevine resource_bundle_accessor.swift
[318/326] Compiling SwWidevine WDVDevice.swift
[319/326] Compiling SwWidevine WDVDevicePlatform.swift
[320/326] Compiling SwWidevine WDVBinaryUtil.swift
[321/326] Compiling SwWidevine WDVCMAC.swift
[322/326] 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/326] 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/326] 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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
346 | 1: .standard(proto: "generate_error_type"),
347 | ]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[325/326] 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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
346 | 1: .standard(proto: "generate_error_type"),
347 | ]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[326/326] 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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
346 | 1: .standard(proto: "generate_error_type"),
347 | ]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (129.65s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:39:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
37 | name: "SwWidevine",
38 | platforms: [
39 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
40 | ],
41 | products: [
/host/spi-builder-workspace/Package.swift:39:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
37 | name: "SwWidevine",
38 | platforms: [
39 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
40 | ],
41 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.