Build Information
Successful build of SwPSSH, reference 1.2.3 (f7c15f), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 01:39:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/SwPSSH.git
Reference: 1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/SwPSSH
* tag 1.2.3 -> FETCH_HEAD
HEAD is now at f7c15fa ref: Swift 6 support (Strict Concurrency); chore: Bump dependencies
Cloned https://github.com/mIwr/SwPSSH.git
Revision (git rev-parse @):
f7c15fae2229e5989bc9058324c6507b9384dbb7
SUCCESS checkout https://github.com/mIwr/SwPSSH.git at 1.2.3
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/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: [
/Users/admin/builder/spi-builder-workspace/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: [
/Users/admin/builder/spi-builder-workspace/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>
Fetching https://github.com/apple/swift-protobuf.git
[1/47168] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (5.45s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (6.29s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swpssh",
"name": "SwPSSH",
"url": "https://github.com/mIwr/SwPSSH.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwPSSH",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-protobuf",
"name": "SwiftProtobuf",
"url": "https://github.com/apple/swift-protobuf.git",
"version": "1.37.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-protobuf",
"traits": [
"BinaryDelimitedStreams",
"FieldMaskUtilities"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/mIwr/SwPSSH.git
[1/173] Fetching swpssh
Fetched https://github.com/mIwr/SwPSSH.git from cache (0.66s)
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>
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetched https://github.com/apple/swift-protobuf.git from cache (0.59s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (0.68s)
Creating working copy for https://github.com/mIwr/SwPSSH.git
Working copy of https://github.com/mIwr/SwPSSH.git resolved at 1.2.3 (f7c15fa)
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: 'swpssh': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.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: [
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.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: [
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.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: '.resolve-product-dependencies': dependency 'swpssh' is not used by any target
Found 1 product dependencies
- SwiftProtobuf
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mIwr/SwPSSH.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/6] Copying PrivacyInfo.xcprivacy
[3/6] Write sources
[5/6] Write swift-version--6988338F2F200930.txt
[7/93] Emitting module SwiftProtobuf
[8/93] Compiling SwiftProtobuf JSONEncodingError.swift
[9/93] Compiling SwiftProtobuf JSONEncodingOptions.swift
[10/93] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[11/93] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[12/93] Compiling SwiftProtobuf JSONScanner.swift
[13/93] Compiling SwiftProtobuf MathUtils.swift
[14/93] Compiling SwiftProtobuf Message+AnyAdditions.swift
[15/93] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[16/93] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[17/93] Compiling SwiftProtobuf Message+FieldMask.swift
[18/93] Compiling SwiftProtobuf AnyMessageStorage.swift
[19/93] Compiling SwiftProtobuf AnyUnpackError.swift
[20/93] Compiling SwiftProtobuf AsyncMessageSequence.swift
[21/93] Compiling SwiftProtobuf BinaryDecoder.swift
[22/93] Compiling SwiftProtobuf BinaryDecodingError.swift
[23/93] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[24/93] Compiling SwiftProtobuf BinaryDelimited.swift
[25/93] Compiling SwiftProtobuf BinaryEncoder.swift
[26/93] Compiling SwiftProtobuf BinaryEncodingError.swift
[27/93] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[28/102] Compiling SwiftProtobuf Message+JSONAdditions.swift
[29/102] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[30/102] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[31/102] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[32/102] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[33/102] Compiling SwiftProtobuf Message.swift
[34/102] Compiling SwiftProtobuf MessageExtension.swift
[35/102] Compiling SwiftProtobuf NameMap.swift
[36/102] Compiling SwiftProtobuf PathDecoder.swift
[37/102] Compiling SwiftProtobuf TextFormatDecoder.swift
[38/102] Compiling SwiftProtobuf TextFormatDecodingError.swift
[39/102] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[40/102] Compiling SwiftProtobuf TextFormatEncoder.swift
[41/102] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[42/102] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[43/102] Compiling SwiftProtobuf TextFormatScanner.swift
[44/102] Compiling SwiftProtobuf TimeUtils.swift
[45/102] Compiling SwiftProtobuf UnknownStorage.swift
[46/102] Compiling SwiftProtobuf duration.pb.swift
[47/102] Compiling SwiftProtobuf empty.pb.swift
[48/102] Compiling SwiftProtobuf field_mask.pb.swift
[49/102] Compiling SwiftProtobuf source_context.pb.swift
[50/102] Compiling SwiftProtobuf struct.pb.swift
[51/102] Compiling SwiftProtobuf timestamp.pb.swift
[52/102] Compiling SwiftProtobuf type.pb.swift
[53/102] Compiling SwiftProtobuf wrappers.pb.swift
[54/102] Compiling SwiftProtobuf resource_bundle_accessor.swift
[55/102] Compiling SwiftProtobuf PathVisitor.swift
[56/102] Compiling SwiftProtobuf ProtoNameProviding.swift
[57/102] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[58/102] Compiling SwiftProtobuf ProtobufMap.swift
[59/102] Compiling SwiftProtobuf SelectiveVisitor.swift
[60/102] Compiling SwiftProtobuf SimpleExtensionMap.swift
[61/102] Compiling SwiftProtobuf StringUtils.swift
[62/102] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[63/102] Compiling SwiftProtobuf SwiftProtobufError.swift
[64/102] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[65/102] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[66/102] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[67/102] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[68/102] Compiling SwiftProtobuf HashVisitor.swift
[69/102] Compiling SwiftProtobuf Internal.swift
[70/102] Compiling SwiftProtobuf JSONDecoder.swift
[71/102] Compiling SwiftProtobuf JSONDecodingError.swift
[72/102] Compiling SwiftProtobuf JSONDecodingOptions.swift
[73/102] Compiling SwiftProtobuf JSONEncoder.swift
[74/102] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[75/102] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[76/102] Compiling SwiftProtobuf BytecodeInterpreter.swift
[77/102] Compiling SwiftProtobuf BytecodeReader.swift
[78/102] Compiling SwiftProtobuf CustomJSONCodable.swift
[79/102] Compiling SwiftProtobuf Decoder.swift
[80/102] Compiling SwiftProtobuf DoubleParser.swift
[81/102] Compiling SwiftProtobuf Enum.swift
[82/102] Compiling SwiftProtobuf ExtensibleMessage.swift
[83/102] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[84/102] Compiling SwiftProtobuf ExtensionFields.swift
[85/102] Compiling SwiftProtobuf ExtensionMap.swift
[86/102] Compiling SwiftProtobuf FieldTag.swift
[87/102] Compiling SwiftProtobuf FieldTypes.swift
[88/102] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[89/102] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[90/102] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[91/102] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[92/102] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[93/102] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[94/102] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[95/102] Compiling SwiftProtobuf Varint.swift
[96/102] Compiling SwiftProtobuf Version.swift
[97/102] Compiling SwiftProtobuf Visitor.swift
[98/102] Compiling SwiftProtobuf WireFormat.swift
[99/102] Compiling SwiftProtobuf ZigZag.swift
[100/102] Compiling SwiftProtobuf any.pb.swift
[101/102] Compiling SwiftProtobuf api.pb.swift
[102/102] Compiling SwiftProtobuf descriptor.pb.swift
[103/121] Compiling SwPSSH PSSHBinaryUtil.swift
[104/121] Compiling SwPSSH PSSHCryptoUtil.swift
[105/121] Compiling SwPSSH PSSHBox+Nagra.swift
[106/121] Compiling SwPSSH PSSHBox+PlayReady.swift
[107/121] Compiling SwPSSH PSSHBox+Wdv.swift
[108/121] Compiling SwPSSH PSSHBox.swift
[109/121] Compiling SwPSSH NagraPsshData.swift
[110/121] Compiling SwPSSH PSSHBinaryIntegerExt.swift
[111/121] Compiling SwPSSH PlayReadyRecordType.swift
[112/121] Compiling SwPSSH PSSHConstants.swift
[113/121] Emitting module SwPSSH
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:368:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
366 | extension WidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
367 | public static let protoMessageName: String = "WidevinePsshData"
368 | public static let _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]
369 | 2: .standard(proto: "key_ids"),
370 | 4: .standard(proto: "content_id"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:487:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
485 |
486 | extension WidevinePsshData.TypeEnum: SwiftProtobuf._ProtoNameProviding {
487 | public static let _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]
488 | 0: .same(proto: "SINGLE"),
489 | 1: .same(proto: "ENTITLEMENT"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:495:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
493 |
494 | extension WidevinePsshData.Algorithm: SwiftProtobuf._ProtoNameProviding {
495 | public static let _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]
496 | 0: .same(proto: "UNENCRYPTED"),
497 | 1: .same(proto: "AESCTR"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:503:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
501 | extension WidevinePsshData.EntitledKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
502 | public static let protoMessageName: String = WidevinePsshData.protoMessageName + ".EntitledKey"
503 | public static let _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]
504 | 1: .standard(proto: "entitlement_key_id"),
505 | 2: .standard(proto: "key_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[114/121] Compiling SwPSSH PlayReadyRecordHeaderKeyAlgo.swift
[115/121] Compiling SwPSSH PlayReadyRecordHeaderXmlParser.swift
[116/121] Compiling SwPSSH PlayReadyRecordHeader.swift
[117/121] Compiling SwPSSH PlayReadyRecordHeaderKey.swift
[118/121] Compiling SwPSSH License.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:368:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
366 | extension WidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
367 | public static let protoMessageName: String = "WidevinePsshData"
368 | public static let _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]
369 | 2: .standard(proto: "key_ids"),
370 | 4: .standard(proto: "content_id"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:487:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
485 |
486 | extension WidevinePsshData.TypeEnum: SwiftProtobuf._ProtoNameProviding {
487 | public static let _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]
488 | 0: .same(proto: "SINGLE"),
489 | 1: .same(proto: "ENTITLEMENT"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:495:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
493 |
494 | extension WidevinePsshData.Algorithm: SwiftProtobuf._ProtoNameProviding {
495 | public static let _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]
496 | 0: .same(proto: "UNENCRYPTED"),
497 | 1: .same(proto: "AESCTR"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:503:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
501 | extension WidevinePsshData.EntitledKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
502 | public static let protoMessageName: String = WidevinePsshData.protoMessageName + ".EntitledKey"
503 | public static let _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]
504 | 1: .standard(proto: "entitlement_key_id"),
505 | 2: .standard(proto: "key_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[119/121] Compiling SwPSSH NagraPsshData+WDVConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:368:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
366 | extension WidevinePsshData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
367 | public static let protoMessageName: String = "WidevinePsshData"
368 | public static let _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]
369 | 2: .standard(proto: "key_ids"),
370 | 4: .standard(proto: "content_id"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:487:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
485 |
486 | extension WidevinePsshData.TypeEnum: SwiftProtobuf._ProtoNameProviding {
487 | public static let _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]
488 | 0: .same(proto: "SINGLE"),
489 | 1: .same(proto: "ENTITLEMENT"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:495:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
493 |
494 | extension WidevinePsshData.Algorithm: SwiftProtobuf._ProtoNameProviding {
495 | public static let _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]
496 | 0: .same(proto: "UNENCRYPTED"),
497 | 1: .same(proto: "AESCTR"),
/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/Generated/License.pb.swift:503:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
501 | extension WidevinePsshData.EntitledKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
502 | public static let protoMessageName: String = WidevinePsshData.protoMessageName + ".EntitledKey"
503 | public static let _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]
504 | 1: .standard(proto: "entitlement_key_id"),
505 | 2: .standard(proto: "key_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[120/121] Compiling SwPSSH PlayReadyPsshData.swift
[121/121] Compiling SwPSSH PlayReadyRecord.swift
[122/122] Compiling SwPSSH resource_bundle_accessor.swift
Build complete! (15.94s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/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: [
/Users/admin/builder/spi-builder-workspace/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: [
/Users/admin/builder/spi-builder-workspace/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>
Build complete.
{
"dependencies" : [
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.36.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "SwPSSH",
"name" : "SwPSSH",
"path" : "/Users/admin/builder/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" : "SwPSSH",
"targets" : [
"SwPSSH"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SwPSSHTests",
"module_type" : "SwiftTarget",
"name" : "SwPSSHTests",
"path" : "Tests/SwPSSHTests",
"sources" : [
"Model/UnitNagraPSSHData.swift",
"Model/UnitPSSHBox.swift",
"Model/UnitPlayReadyHeaderKey.swift",
"Model/UnitPlayReadyPSSHData.swift",
"Model/UnitWdvPSSHData.swift",
"TestConstants.swift",
"Util/UnitPSSHBinaryUtil.swift"
],
"target_dependencies" : [
"SwPSSH"
],
"type" : "test"
},
{
"c99name" : "SwPSSH",
"module_type" : "SwiftTarget",
"name" : "SwPSSH",
"path" : "Sources/SwPSSH",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"SwPSSH"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwPSSH/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Generated/License.pb.swift",
"Model/Nagra/NagraPsshData+WDVConverter.swift",
"Model/Nagra/NagraPsshData.swift",
"Model/PSSHBinaryIntegerExt.swift",
"Model/PSSHBox+Nagra.swift",
"Model/PSSHBox+PlayReady.swift",
"Model/PSSHBox+Wdv.swift",
"Model/PSSHBox.swift",
"Model/PlayReady/Header/PlayReadyRecordHeader.swift",
"Model/PlayReady/Header/PlayReadyRecordHeaderKey.swift",
"Model/PlayReady/Header/PlayReadyRecordHeaderKeyAlgo.swift",
"Model/PlayReady/Header/PlayReadyRecordHeaderXmlParser.swift",
"Model/PlayReady/PlayReadyPsshData.swift",
"Model/PlayReady/PlayReadyRecord.swift",
"Model/PlayReady/PlayReadyRecordType.swift",
"PSSHConstants.swift",
"Util/PSSHBinaryUtil.swift",
"Util/PSSHCryptoUtil.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/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: [
/Users/admin/builder/spi-builder-workspace/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: [
/Users/admin/builder/spi-builder-workspace/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>
Done.