Build Information
Successful build of AMF, reference master (065610), with Swift 6.3 for Wasm on 10 Apr 2026 12:42:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mavisbroadcast/amf.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/mavisbroadcast/amf
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0656105 Upgrade to Swift 5.0
Cloned https://github.com/mavisbroadcast/amf.git
Revision (git rev-parse @):
065610534faea6efc549b0bb20fadbb0633844a7
SUCCESS checkout https://github.com/mavisbroadcast/amf.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mavisbroadcast/amf.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/27] Compiling AMF AMF0SingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0SingleValueEncodingContainer.swift:128:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
126 | }
127 |
128 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
129 | try checkCanEncode(value: value)
130 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[4/27] Compiling AMF AMF0UnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0SingleValueEncodingContainer.swift:128:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
126 | }
127 |
128 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
129 | try checkCanEncode(value: value)
130 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[5/27] Compiling AMF AMF3Markers.swift
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0SingleValueEncodingContainer.swift:128:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
126 | }
127 |
128 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
129 | try checkCanEncode(value: value)
130 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[6/27] Compiling AMF AMF3ReferenceTable.swift
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0SingleValueEncodingContainer.swift:128:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
126 | }
127 |
128 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
129 | try checkCanEncode(value: value)
130 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[7/27] Compiling AMF AMF3TraitsInfo.swift
/host/spi-builder-workspace/Sources/AMF3/Decoder/AMF3Decoder.swift:73:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
71 | }
72 |
73 | protocol AMF3DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
74 | var codingPath: [CodingKey] { get set }
75 |
[8/27] Compiling AMF AMF3Decoder.swift
/host/spi-builder-workspace/Sources/AMF3/Decoder/AMF3Decoder.swift:73:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
71 | }
72 |
73 | protocol AMF3DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
74 | var codingPath: [CodingKey] { get set }
75 |
[9/27] Compiling AMF AMF3KeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/AMF3/Decoder/AMF3Decoder.swift:73:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
71 | }
72 |
73 | protocol AMF3DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
74 | var codingPath: [CodingKey] { get set }
75 |
[10/27] Compiling AMF AMF0SingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0Encoder.swift:83:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
81 | }
82 |
83 | protocol AMF0EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
84 | var data: Data { get }
85 | }
[11/27] Compiling AMF AMF0UnkeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0Encoder.swift:83:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
81 | }
82 |
83 | protocol AMF0EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
84 | var data: Data { get }
85 | }
[12/27] Compiling AMF AMF0Encoder.swift
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0Encoder.swift:83:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
81 | }
82 |
83 | protocol AMF0EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
84 | var data: Data { get }
85 | }
[13/27] Compiling AMF AMF0KeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0Encoder.swift:83:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
81 | }
82 |
83 | protocol AMF0EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
84 | var data: Data { get }
85 | }
[14/27] Compiling AMF UInt32+UInt29.swift
[15/27] Compiling AMF AMFEncoding.swift
[16/27] Compiling AMF AnyCodingKey.swift
[17/27] Compiling AMF AMF3KeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3SingleValueEncodingContainer.swift:123:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
121 | }
122 |
123 | func encode(_ value: Data) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Data) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
124 | data.append(contentsOf: value)
125 | }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3SingleValueEncodingContainer.swift:127:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
125 | }
126 |
127 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
128 | try checkCanEncode(value: value)
129 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: UInt128) throws}
| `- note: requirement 'encode' declared here
4 |
[18/27] Compiling AMF AMF3SingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3SingleValueEncodingContainer.swift:123:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
121 | }
122 |
123 | func encode(_ value: Data) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Data) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
124 | data.append(contentsOf: value)
125 | }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3SingleValueEncodingContainer.swift:127:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
125 | }
126 |
127 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
128 | try checkCanEncode(value: value)
129 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: UInt128) throws}
| `- note: requirement 'encode' declared here
4 |
[19/27] Compiling AMF AMF3UnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3SingleValueEncodingContainer.swift:123:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
121 | }
122 |
123 | func encode(_ value: Data) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Data) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
124 | data.append(contentsOf: value)
125 | }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3SingleValueEncodingContainer.swift:127:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
125 | }
126 |
127 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
128 | try checkCanEncode(value: value)
129 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: UInt128) throws}
| `- note: requirement 'encode' declared here
4 |
[20/27] Compiling AMF AMF3SingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3Encoder.swift:72:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
70 | }
71 |
72 | protocol AMF3EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | var data: Data { get }
74 | }
[21/27] Compiling AMF AMF3UnkeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3Encoder.swift:72:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
70 | }
71 |
72 | protocol AMF3EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | var data: Data { get }
74 | }
[22/27] Compiling AMF AMF3Encoder.swift
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3Encoder.swift:72:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
70 | }
71 |
72 | protocol AMF3EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | var data: Data { get }
74 | }
[23/27] Emitting module AMF
/host/spi-builder-workspace/Sources/AMF0/Decoder/AMF0Decoder.swift:75:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | }
74 |
75 | protocol AMF0DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
76 | var codingPath: [CodingKey] { get set }
77 |
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0Encoder.swift:83:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
81 | }
82 |
83 | protocol AMF0EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
84 | var data: Data { get }
85 | }
/host/spi-builder-workspace/Sources/AMF0/Encoder/AMF0SingleValueEncodingContainer.swift:128:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
126 | }
127 |
128 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
129 | try checkCanEncode(value: value)
130 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
/host/spi-builder-workspace/Sources/AMF3/Decoder/AMF3Decoder.swift:73:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
71 | }
72 |
73 | protocol AMF3DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
74 | var codingPath: [CodingKey] { get set }
75 |
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3Encoder.swift:72:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
70 | }
71 |
72 | protocol AMF3EncodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | var data: Data { get }
74 | }
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3SingleValueEncodingContainer.swift:123:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
121 | }
122 |
123 | func encode(_ value: Data) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Data) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
124 | data.append(contentsOf: value)
125 | }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
/host/spi-builder-workspace/Sources/AMF3/Encoder/AMF3SingleValueEncodingContainer.swift:127:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
125 | }
126 |
127 | func encode(_ value: Date) throws {
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Date) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
128 | try checkCanEncode(value: value)
129 | defer { self.canEncodeNewValue = false }
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: UInt128) throws}
| `- note: requirement 'encode' declared here
4 |
[24/27] Compiling AMF AMF0Markers.swift
/host/spi-builder-workspace/Sources/AMF0/Decoder/AMF0Decoder.swift:75:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | }
74 |
75 | protocol AMF0DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
76 | var codingPath: [CodingKey] { get set }
77 |
[25/27] Compiling AMF AMF0ReferenceTable.swift
/host/spi-builder-workspace/Sources/AMF0/Decoder/AMF0Decoder.swift:75:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | }
74 |
75 | protocol AMF0DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
76 | var codingPath: [CodingKey] { get set }
77 |
[26/27] Compiling AMF AMF0Decoder.swift
/host/spi-builder-workspace/Sources/AMF0/Decoder/AMF0Decoder.swift:75:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | }
74 |
75 | protocol AMF0DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
76 | var codingPath: [CodingKey] { get set }
77 |
[27/27] Compiling AMF AMF0KeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/AMF0/Decoder/AMF0Decoder.swift:75:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
73 | }
74 |
75 | protocol AMF0DecodingContainer: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
76 | var codingPath: [CodingKey] { get set }
77 |
[28/30] Compiling AMF Box.swift
[29/30] Compiling AMF Endianness.swift
[30/30] Compiling AMF FixedWidthInteger+Bytes.swift
Build complete! (16.29s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AMF",
"name" : "AMF",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AMF",
"targets" : [
"AMF"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AMFTests",
"module_type" : "SwiftTarget",
"name" : "AMFTests",
"path" : "Tests",
"sources" : [
"AMF0Tests/AMF0DecodingTests.swift",
"AMF0Tests/AMF0EncodingTests.swift",
"AMF0Tests/AMF0PerformanceTests.swift",
"AMF0Tests/AMF0RoundTripTests.swift",
"AMF0Tests/AMFCommand.swift",
"AMF3Tests/AMF3DecodingTests.swift",
"AMF3Tests/AMF3EncodingTests.swift",
"AMF3Tests/AMF3PerformanceTests.swift",
"AMF3Tests/AMF3RoundTripTests.swift",
"AMF3Tests/UInt32+UInt29Tests.swift",
"Shared Sources/Airport.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"AMF"
],
"type" : "test"
},
{
"c99name" : "AMF",
"module_type" : "SwiftTarget",
"name" : "AMF",
"path" : "Sources",
"product_memberships" : [
"AMF"
],
"sources" : [
"AMF0/AMF0Markers.swift",
"AMF0/AMF0ReferenceTable.swift",
"AMF0/Decoder/AMF0Decoder.swift",
"AMF0/Decoder/AMF0KeyedDecodingContainer.swift",
"AMF0/Decoder/AMF0SingleValueDecodingContainer.swift",
"AMF0/Decoder/AMF0UnkeyedDecodingContainer.swift",
"AMF0/Encoder/AMF0Encoder.swift",
"AMF0/Encoder/AMF0KeyedEncodingContainer.swift",
"AMF0/Encoder/AMF0SingleValueEncodingContainer.swift",
"AMF0/Encoder/AMF0UnkeyedEncodingContainer.swift",
"AMF3/AMF3Markers.swift",
"AMF3/AMF3ReferenceTable.swift",
"AMF3/AMF3TraitsInfo.swift",
"AMF3/Decoder/AMF3Decoder.swift",
"AMF3/Decoder/AMF3KeyedDecodingContainer.swift",
"AMF3/Decoder/AMF3SingleValueDecodingContainer.swift",
"AMF3/Decoder/AMF3UnkeyedDecodingContainer.swift",
"AMF3/Encoder/AMF3Encoder.swift",
"AMF3/Encoder/AMF3KeyedEncodingContainer.swift",
"AMF3/Encoder/AMF3SingleValueEncodingContainer.swift",
"AMF3/Encoder/AMF3UnkeyedEncodingContainer.swift",
"AMF3/UInt32+UInt29.swift",
"AMFEncoding.swift",
"AnyCodingKey.swift",
"Box.swift",
"Endianness.swift",
"FixedWidthInteger+Bytes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.