The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AMF, reference master (065610), with Swift 6.2 for Android on 17 Jun 2025 16:16:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         android
Swift version:             6.2
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" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/27] Compiling AMF UInt32+UInt29.swift
[4/27] Compiling AMF AMFEncoding.swift
[5/27] Compiling AMF AnyCodingKey.swift
[6/30] 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 | }
[7/30] 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 | }
[8/30] 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 | }
[9/30] 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 |
[10/30] 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 |
[11/30] 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 |
[12/30] 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 |
[13/30] 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 |
[14/30] 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 |
[15/30] 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 |
[16/30] 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 |
[17/30] 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 |
[18/30] 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 |
[19/30] 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 |
[20/30] 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 |
[21/30] 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 |
[22/30] 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 |
[23/30] 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 |
[24/30] 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 | }
[25/30] 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 | }
[26/30] 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 | }
[27/30] 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 | }
[28/30] Compiling AMF Box.swift
[29/30] Compiling AMF Endianness.swift
[30/30] Compiling AMF FixedWidthInteger+Bytes.swift
Build complete! (20.20s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.