Build Information
Failed to build swift-collections, reference main (4cfab5
), with Swift 6.2 (beta) for Android on 12 Sep 2025 22:12:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-collections.git
Reference: main
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/apple/swift-collections
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4cfab5d Merge pull request #513 from DougGregor/trailing-elements
Cloned https://github.com/apple/swift-collections.git
Revision (git rev-parse @):
4cfab5d3f1ac8eff260152ad51aada68dfc61e97
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-collections.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-collections.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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/13] Write sources
[12/13] Write swift-version-8C5A4AE7A8CE2BA.txt
[14/33] Compiling InternalCollectionsUtilities Debugging.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[15/33] Compiling InternalCollectionsUtilities Descriptions.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[16/35] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[17/35] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[18/35] Compiling TrailingElementsModule TrailingElements.swift
[19/35] Compiling TrailingElementsModule TrailingArray.swift
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:45:29: error: cannot find type 'OutputSpan' in scope
43 | @_alwaysEmitIntoClient
44 | mutating func _initializeTrailingElements<E>(
45 | initializer: (inout OutputSpan<Element>) throws(E) -> Void
| `- error: cannot find type 'OutputSpan' in scope
46 | ) throws(E) {
47 | var output = unsafe OutputSpan(buffer: rawElements, initializedCount: 0)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:59:62: error: cannot find type 'OutputSpan' in scope
57 | public init<E>(
58 | header: consuming Header,
59 | initializingTrailingElementsWith initializer: (inout OutputSpan<Element>) throws(E) -> Void
| `- error: cannot find type 'OutputSpan' in scope
60 | ) throws(E) {
61 | self.init(_headerOnly: header)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:179:9: error: a method with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
177 | public var elements: Span<Element> {
178 | @_lifetime(self)
179 | get {
| `- error: a method with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
180 | _overrideLifetime(rawElements.span, borrowing: self)
181 | }
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:178:10: error: unknown attribute '_lifetime'
176 | @_alwaysEmitIntoClient
177 | public var elements: Span<Element> {
178 | @_lifetime(self)
| `- error: unknown attribute '_lifetime'
179 | get {
180 | _overrideLifetime(rawElements.span, borrowing: self)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:190:18: error: a mutating method with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
188 | public var mutableElements: MutableSpan<Element> {
189 | @_lifetime(self)
190 | mutating get {
| `- error: a mutating method with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
191 | let elements = self.rawElements.mutableSpan
192 | return _overrideLifetime(elements, mutating: &self)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:189:10: error: unknown attribute '_lifetime'
187 | @_alwaysEmitIntoClient
188 | public var mutableElements: MutableSpan<Element> {
189 | @_lifetime(self)
| `- error: unknown attribute '_lifetime'
190 | mutating get {
191 | let elements = self.rawElements.mutableSpan
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:188:16: error: the '_read' accessor with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
186 | @available(SwiftStdlib 5.1, *)
187 | @_alwaysEmitIntoClient
188 | public var mutableElements: MutableSpan<Element> {
| `- error: the '_read' accessor with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
189 | @_lifetime(self)
190 | mutating get {
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:306:62: error: cannot find type 'OutputSpan' in scope
304 | public static func withTemporaryValue<R: ~Copyable, E>(
305 | header: consuming Header,
306 | initializingTrailingElementsWith initializer: (inout OutputSpan<Element>) throws(E) -> Void,
| `- error: cannot find type 'OutputSpan' in scope
307 | body: (inout TrailingArray<Header>) throws(E) -> R
308 | ) throws(E) -> R {
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:47:29: error: cannot find 'OutputSpan' in scope
45 | initializer: (inout OutputSpan<Element>) throws(E) -> Void
46 | ) throws(E) {
47 | var output = unsafe OutputSpan(buffer: rawElements, initializedCount: 0)
| `- error: cannot find 'OutputSpan' in scope
48 | try initializer(&output)
49 | let initialized = unsafe output.finalize(for: rawElements)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:191:45: error: value of type 'UnsafeMutableBufferPointer<Header.Element>' has no member 'mutableSpan'
189 | @_lifetime(self)
190 | mutating get {
191 | let elements = self.rawElements.mutableSpan
| `- error: value of type 'UnsafeMutableBufferPointer<Header.Element>' has no member 'mutableSpan'
192 | return _overrideLifetime(elements, mutating: &self)
193 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/35] Emitting module TrailingElementsModule
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:45:29: error: cannot find type 'OutputSpan' in scope
43 | @_alwaysEmitIntoClient
44 | mutating func _initializeTrailingElements<E>(
45 | initializer: (inout OutputSpan<Element>) throws(E) -> Void
| `- error: cannot find type 'OutputSpan' in scope
46 | ) throws(E) {
47 | var output = unsafe OutputSpan(buffer: rawElements, initializedCount: 0)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:59:62: error: cannot find type 'OutputSpan' in scope
57 | public init<E>(
58 | header: consuming Header,
59 | initializingTrailingElementsWith initializer: (inout OutputSpan<Element>) throws(E) -> Void
| `- error: cannot find type 'OutputSpan' in scope
60 | ) throws(E) {
61 | self.init(_headerOnly: header)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:179:9: error: a method with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
177 | public var elements: Span<Element> {
178 | @_lifetime(self)
179 | get {
| `- error: a method with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
180 | _overrideLifetime(rawElements.span, borrowing: self)
181 | }
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:178:10: error: unknown attribute '_lifetime'
176 | @_alwaysEmitIntoClient
177 | public var elements: Span<Element> {
178 | @_lifetime(self)
| `- error: unknown attribute '_lifetime'
179 | get {
180 | _overrideLifetime(rawElements.span, borrowing: self)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:190:18: error: a mutating method with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
188 | public var mutableElements: MutableSpan<Element> {
189 | @_lifetime(self)
190 | mutating get {
| `- error: a mutating method with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
191 | let elements = self.rawElements.mutableSpan
192 | return _overrideLifetime(elements, mutating: &self)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:189:10: error: unknown attribute '_lifetime'
187 | @_alwaysEmitIntoClient
188 | public var mutableElements: MutableSpan<Element> {
189 | @_lifetime(self)
| `- error: unknown attribute '_lifetime'
190 | mutating get {
191 | let elements = self.rawElements.mutableSpan
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:188:16: error: the '_read' accessor with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
186 | @available(SwiftStdlib 5.1, *)
187 | @_alwaysEmitIntoClient
188 | public var mutableElements: MutableSpan<Element> {
| `- error: the '_read' accessor with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
189 | @_lifetime(self)
190 | mutating get {
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:306:62: error: cannot find type 'OutputSpan' in scope
304 | public static func withTemporaryValue<R: ~Copyable, E>(
305 | header: consuming Header,
306 | initializingTrailingElementsWith initializer: (inout OutputSpan<Element>) throws(E) -> Void,
| `- error: cannot find type 'OutputSpan' in scope
307 | body: (inout TrailingArray<Header>) throws(E) -> R
308 | ) throws(E) -> R {
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:47:29: error: cannot find 'OutputSpan' in scope
45 | initializer: (inout OutputSpan<Element>) throws(E) -> Void
46 | ) throws(E) {
47 | var output = unsafe OutputSpan(buffer: rawElements, initializedCount: 0)
| `- error: cannot find 'OutputSpan' in scope
48 | try initializer(&output)
49 | let initialized = unsafe output.finalize(for: rawElements)
/host/spi-builder-workspace/Sources/TrailingElementsModule/TrailingArray.swift:191:45: error: value of type 'UnsafeMutableBufferPointer<Header.Element>' has no member 'mutableSpan'
189 | @_lifetime(self)
190 | mutating get {
191 | let elements = self.rawElements.mutableSpan
| `- error: value of type 'UnsafeMutableBufferPointer<Header.Element>' has no member 'mutableSpan'
192 | return _overrideLifetime(elements, mutating: &self)
193 | }
[21/35] Compiling TrailingElementsModule TrailingPadding.swift
[22/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[23/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[24/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[25/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[26/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[27/35] Compiling InternalCollectionsUtilities _UniqueCollection.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[28/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[29/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/35] Emitting module InternalCollectionsUtilities
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:107:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
105 | public func _unsafeImmortalize<T: ~Copyable & ~Escapable>(
106 | _ dependent: consuming T
107 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
108 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
109 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:104:2: error: unknown attribute '_lifetime'
102 | @_alwaysEmitIntoClient
103 | @_transparent
104 | @_lifetime(immortal)
| `- error: unknown attribute '_lifetime'
105 | public func _unsafeImmortalize<T: ~Copyable & ~Escapable>(
106 | _ dependent: consuming T
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:125:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
123 | >(
124 | _ dependent: consuming T, borrowing source: borrowing U
125 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
126 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
127 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:2: error: unknown attribute '_lifetime'
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: unknown attribute '_lifetime'
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:143:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
141 | >(
142 | _ dependent: consuming T, copying source: borrowing U
143 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
144 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
145 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:138:2: error: unknown attribute '_lifetime'
136 | @_alwaysEmitIntoClient
137 | @_transparent
138 | @_lifetime(copy source)
| `- error: unknown attribute '_lifetime'
139 | public func _overrideLifetime<
140 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:163:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
161 | _ dependent: consuming T,
162 | mutating source: inout U
163 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
164 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
165 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:162:12: error: a function with a ~Escapable 'inout' parameter requires '-enable-experimental-feature LifetimeDependence'
160 | >(
161 | _ dependent: consuming T,
162 | mutating source: inout U
| `- error: a function with a ~Escapable 'inout' parameter requires '-enable-experimental-feature LifetimeDependence'
163 | ) -> T {
164 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:156:2: error: unknown attribute '_lifetime'
154 | @_alwaysEmitIntoClient
155 | @_transparent
156 | @_lifetime(&source)
| `- error: unknown attribute '_lifetime'
157 | public func _overrideLifetime<
158 | T: ~Copyable & ~Escapable,
[31/35] Compiling InternalCollectionsUtilities LifetimeOverride.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:107:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
105 | public func _unsafeImmortalize<T: ~Copyable & ~Escapable>(
106 | _ dependent: consuming T
107 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
108 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
109 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:104:2: error: unknown attribute '_lifetime'
102 | @_alwaysEmitIntoClient
103 | @_transparent
104 | @_lifetime(immortal)
| `- error: unknown attribute '_lifetime'
105 | public func _unsafeImmortalize<T: ~Copyable & ~Escapable>(
106 | _ dependent: consuming T
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:125:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
123 | >(
124 | _ dependent: consuming T, borrowing source: borrowing U
125 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
126 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
127 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:2: error: unknown attribute '_lifetime'
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: unknown attribute '_lifetime'
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:143:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
141 | >(
142 | _ dependent: consuming T, copying source: borrowing U
143 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
144 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
145 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:138:2: error: unknown attribute '_lifetime'
136 | @_alwaysEmitIntoClient
137 | @_transparent
138 | @_lifetime(copy source)
| `- error: unknown attribute '_lifetime'
139 | public func _overrideLifetime<
140 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:163:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
161 | _ dependent: consuming T,
162 | mutating source: inout U
163 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
164 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
165 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:162:12: error: a function with a ~Escapable 'inout' parameter requires '-enable-experimental-feature LifetimeDependence'
160 | >(
161 | _ dependent: consuming T,
162 | mutating source: inout U
| `- error: a function with a ~Escapable 'inout' parameter requires '-enable-experimental-feature LifetimeDependence'
163 | ) -> T {
164 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:156:2: error: unknown attribute '_lifetime'
154 | @_alwaysEmitIntoClient
155 | @_transparent
156 | @_lifetime(&source)
| `- error: unknown attribute '_lifetime'
157 | public func _overrideLifetime<
158 | T: ~Copyable & ~Escapable,
[32/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:107:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
105 | public func _unsafeImmortalize<T: ~Copyable & ~Escapable>(
106 | _ dependent: consuming T
107 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
108 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
109 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:104:2: error: unknown attribute '_lifetime'
102 | @_alwaysEmitIntoClient
103 | @_transparent
104 | @_lifetime(immortal)
| `- error: unknown attribute '_lifetime'
105 | public func _unsafeImmortalize<T: ~Copyable & ~Escapable>(
106 | _ dependent: consuming T
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:125:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
123 | >(
124 | _ dependent: consuming T, borrowing source: borrowing U
125 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
126 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
127 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:2: error: unknown attribute '_lifetime'
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: unknown attribute '_lifetime'
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:143:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
141 | >(
142 | _ dependent: consuming T, copying source: borrowing U
143 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
144 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
145 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:138:2: error: unknown attribute '_lifetime'
136 | @_alwaysEmitIntoClient
137 | @_transparent
138 | @_lifetime(copy source)
| `- error: unknown attribute '_lifetime'
139 | public func _overrideLifetime<
140 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:163:6: error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
161 | _ dependent: consuming T,
162 | mutating source: inout U
163 | ) -> T {
| `- error: a function with a ~Escapable result requires '-enable-experimental-feature LifetimeDependence'
164 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
165 | // should be expressed by a builtin that is hidden within the function body.
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:162:12: error: a function with a ~Escapable 'inout' parameter requires '-enable-experimental-feature LifetimeDependence'
160 | >(
161 | _ dependent: consuming T,
162 | mutating source: inout U
| `- error: a function with a ~Escapable 'inout' parameter requires '-enable-experimental-feature LifetimeDependence'
163 | ) -> T {
164 | // TODO: Remove @_unsafeNonescapableResult. Instead, the unsafe dependence
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:156:2: error: unknown attribute '_lifetime'
154 | @_alwaysEmitIntoClient
155 | @_transparent
156 | @_lifetime(&source)
| `- error: unknown attribute '_lifetime'
157 | public func _overrideLifetime<
158 | T: ~Copyable & ~Escapable,
[33/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[34/35] Compiling InternalCollectionsUtilities Integer rank.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
[35/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:49:19: error: expected ',' separator
47 | @_alwaysEmitIntoClient
48 | @_transparent
49 | @_lifetime(borrow source)
| `- error: expected ',' separator
50 | internal func _overrideLifetime<
51 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
/host/spi-builder-workspace/Sources/InternalCollectionsUtilities/autogenerated/LifetimeOverride.swift:120:19: error: expected ',' separator
118 | @_alwaysEmitIntoClient
119 | @_transparent
120 | @_lifetime(borrow source)
| `- error: expected ',' separator
121 | public func _overrideLifetime<
122 | T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
BUILD FAILURE 6.2 android