Build Information
Failed to build BTree with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/BTree.git
Reference: v4.1.0
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/attaswift/BTree
* tag v4.1.0 -> FETCH_HEAD
HEAD is now at 8343537 Update CHANGELOG.
Cloned https://github.com/attaswift/BTree.git
Revision (git rev-parse @):
83435371ef3c6d98107f5b562a5870a3dfca6243
SUCCESS checkout https://github.com/attaswift/BTree.git at v4.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/attaswift/BTree.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/20] Compiling BTree BTreeMerger.swift
/host/spi-builder-workspace/Sources/BTreeMerger.swift:690:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
internal mutating func skipForward(_ n: Int) {
^~~~~~~~~
/host/spi-builder-workspace/Sources/BTreeMerger.swift:644:22: warning: enum case 'element' has one associated value that is a tuple of 2 elements
case .element(_, _):
^
( )
/host/spi-builder-workspace/Sources/BTreeMerger.swift:636:10: note: 'element' declared here
case element((Key, Value))
^
[4/20] Compiling BTree BTreeNode.swift
/host/spi-builder-workspace/Sources/BTreeMerger.swift:690:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
internal mutating func skipForward(_ n: Int) {
^~~~~~~~~
/host/spi-builder-workspace/Sources/BTreeMerger.swift:644:22: warning: enum case 'element' has one associated value that is a tuple of 2 elements
case .element(_, _):
^
( )
/host/spi-builder-workspace/Sources/BTreeMerger.swift:636:10: note: 'element' declared here
case element((Key, Value))
^
[5/22] Compiling BTree Map.swift
/host/spi-builder-workspace/Sources/SortedBag.swift:265:25: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
return try tree.flatMap { try transform($0.0) }
^
/host/spi-builder-workspace/Sources/SortedBag.swift:265:25: note: use 'compactMap(_:)' instead
return try tree.flatMap { try transform($0.0) }
^~~~~~~
compactMap
[6/22] Compiling BTree SortedBag.swift
/host/spi-builder-workspace/Sources/SortedBag.swift:265:25: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
return try tree.flatMap { try transform($0.0) }
^
/host/spi-builder-workspace/Sources/SortedBag.swift:265:25: note: use 'compactMap(_:)' instead
return try tree.flatMap { try transform($0.0) }
^~~~~~~
compactMap
[7/22] Compiling BTree BTreeComparisons.swift
[8/22] Compiling BTree BTreeCursor.swift
[9/22] Compiling BTree BTreeIndex.swift
[10/22] Compiling BTree BTreeIterator.swift
[11/22] Compiling BTree Compatibility.swift
/host/spi-builder-workspace/Sources/List.swift:300:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func elementsEqual(_ other: List<Element>, by isEquivalent: (Element, Element) throws -> Bool) rethrows -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:308:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(where predicate: (Element) throws -> Bool) rethrows -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:332:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func elementsEqual(_ other: List<Element>) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:339:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(of element: Element) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:352:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func contains(_ element: Element) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:362:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func ==(a: List, b: List) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:367:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func !=(a: List, b: List) -> Bool {
^~~~~~~
[12/22] Compiling BTree List.swift
/host/spi-builder-workspace/Sources/List.swift:300:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func elementsEqual(_ other: List<Element>, by isEquivalent: (Element, Element) throws -> Bool) rethrows -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:308:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(where predicate: (Element) throws -> Bool) rethrows -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:332:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func elementsEqual(_ other: List<Element>) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:339:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(of element: Element) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:352:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func contains(_ element: Element) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:362:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func ==(a: List, b: List) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:367:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func !=(a: List, b: List) -> Bool {
^~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/22] Emitting module BTree
/host/spi-builder-workspace/Sources/BTree.swift:292:5: warning: 'public' modifier is redundant for property declared in a public extension
public var first: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:299:5: warning: 'public' modifier is redundant for property declared in a public extension
public var last: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:307:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func element(atOffset offset: Int) -> Element {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:327:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func value(of key: Key, choosing selector: BTreeKeySelector = .any) -> Value? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:365:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:377:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forInserting key: Key, at selector: BTreeKeySelector = .any) -> Index {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:386:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Int? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:413:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(of index: Index) -> Int {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:422:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(ofOffset offset: Int) -> Index {
^~~~~~~
/host/spi-builder-workspace/Sources/BTreeMerger.swift:690:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
internal mutating func skipForward(_ n: Int) {
^~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:26: error: method does not override any method from its superclass
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
~~~~~~~~ ^
/host/spi-builder-workspace/Sources/List.swift:300:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func elementsEqual(_ other: List<Element>, by isEquivalent: (Element, Element) throws -> Bool) rethrows -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:308:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(where predicate: (Element) throws -> Bool) rethrows -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:332:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func elementsEqual(_ other: List<Element>) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:339:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(of element: Element) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:352:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func contains(_ element: Element) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:362:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func ==(a: List, b: List) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:367:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func !=(a: List, b: List) -> Bool {
^~~~~~~
[14/22] Compiling BTree BTree.swift
/host/spi-builder-workspace/Sources/BTree.swift:292:5: warning: 'public' modifier is redundant for property declared in a public extension
public var first: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:299:5: warning: 'public' modifier is redundant for property declared in a public extension
public var last: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:307:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func element(atOffset offset: Int) -> Element {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:327:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func value(of key: Key, choosing selector: BTreeKeySelector = .any) -> Value? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:365:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:377:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forInserting key: Key, at selector: BTreeKeySelector = .any) -> Index {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:386:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Int? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:413:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(of index: Index) -> Int {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:422:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(ofOffset offset: Int) -> Index {
^~~~~~~
[15/22] Compiling BTree BTreeBuilder.swift
/host/spi-builder-workspace/Sources/BTree.swift:292:5: warning: 'public' modifier is redundant for property declared in a public extension
public var first: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:299:5: warning: 'public' modifier is redundant for property declared in a public extension
public var last: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:307:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func element(atOffset offset: Int) -> Element {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:327:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func value(of key: Key, choosing selector: BTreeKeySelector = .any) -> Value? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:365:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:377:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forInserting key: Key, at selector: BTreeKeySelector = .any) -> Index {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:386:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Int? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:413:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(of index: Index) -> Int {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:422:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(ofOffset offset: Int) -> Index {
^~~~~~~
[16/22] Compiling BTree SortedSet.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:254:25: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
return try tree.flatMap { try transform($0.0) }
^
/host/spi-builder-workspace/Sources/SortedSet.swift:254:25: note: use 'compactMap(_:)' instead
return try tree.flatMap { try transform($0.0) }
^~~~~~~
compactMap
[17/22] Compiling BTree Weak.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:254:25: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
return try tree.flatMap { try transform($0.0) }
^
/host/spi-builder-workspace/Sources/SortedSet.swift:254:25: note: use 'compactMap(_:)' instead
return try tree.flatMap { try transform($0.0) }
^~~~~~~
compactMap
[18/22] Compiling BTree BTreePath.swift
/host/spi-builder-workspace/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:26: error: method does not override any method from its superclass
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
~~~~~~~~ ^
/host/spi-builder-workspace/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^
/host/spi-builder-workspace/Sources/BridgedList.swift:73:76: note: explicitly specify the generic arguments to fix this issue
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^
<Any>
[19/22] Compiling BTree BridgedList.swift
/host/spi-builder-workspace/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:26: error: method does not override any method from its superclass
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
~~~~~~~~ ^
/host/spi-builder-workspace/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^
/host/spi-builder-workspace/Sources/BridgedList.swift:73:76: note: explicitly specify the generic arguments to fix this issue
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^
<Any>
error: fatalError
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling BTree BridgedList.swift
/host/spi-builder-workspace/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:26: error: method does not override any method from its superclass
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
~~~~~~~~ ^
/host/spi-builder-workspace/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^
/host/spi-builder-workspace/Sources/BridgedList.swift:73:76: note: explicitly specify the generic arguments to fix this issue
s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
^
<Any>
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] Emitting module BTree
/host/spi-builder-workspace/Sources/BTree.swift:292:5: warning: 'public' modifier is redundant for property declared in a public extension
public var first: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:299:5: warning: 'public' modifier is redundant for property declared in a public extension
public var last: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:307:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func element(atOffset offset: Int) -> Element {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:327:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func value(of key: Key, choosing selector: BTreeKeySelector = .any) -> Value? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:365:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:377:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forInserting key: Key, at selector: BTreeKeySelector = .any) -> Index {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:386:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Int? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:413:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(of index: Index) -> Int {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:422:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(ofOffset offset: Int) -> Index {
^~~~~~~
/host/spi-builder-workspace/Sources/BTreeMerger.swift:690:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
internal mutating func skipForward(_ n: Int) {
^~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/BridgedList.swift:57:26: error: method does not override any method from its superclass
public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
~~~~~~~~ ^
/host/spi-builder-workspace/Sources/List.swift:300:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func elementsEqual(_ other: List<Element>, by isEquivalent: (Element, Element) throws -> Bool) rethrows -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:308:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(where predicate: (Element) throws -> Bool) rethrows -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:332:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func elementsEqual(_ other: List<Element>) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:339:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(of element: Element) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:352:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func contains(_ element: Element) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:362:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func ==(a: List, b: List) -> Bool {
^~~~~~~
/host/spi-builder-workspace/Sources/List.swift:367:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func !=(a: List, b: List) -> Bool {
^~~~~~~
[4/7] Compiling BTree BTreePath.swift
[5/17] Compiling BTree SortedSet.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:254:25: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
return try tree.flatMap { try transform($0.0) }
^
/host/spi-builder-workspace/Sources/SortedSet.swift:254:25: note: use 'compactMap(_:)' instead
return try tree.flatMap { try transform($0.0) }
^~~~~~~
compactMap
[6/17] Compiling BTree SortedBag.swift
/host/spi-builder-workspace/Sources/SortedBag.swift:265:25: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
return try tree.flatMap { try transform($0.0) }
^
/host/spi-builder-workspace/Sources/SortedBag.swift:265:25: note: use 'compactMap(_:)' instead
return try tree.flatMap { try transform($0.0) }
^~~~~~~
compactMap
[7/17] Compiling BTree BTreeMerger.swift
/host/spi-builder-workspace/Sources/BTreeMerger.swift:690:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
internal mutating func skipForward(_ n: Int) {
^~~~~~~~~
/host/spi-builder-workspace/Sources/BTreeMerger.swift:644:22: warning: enum case 'element' has one associated value that is a tuple of 2 elements
case .element(_, _):
^
( )
/host/spi-builder-workspace/Sources/BTreeMerger.swift:636:10: note: 'element' declared here
case element((Key, Value))
^
[8/17] Compiling BTree BTreeIterator.swift
[9/17] Compiling BTree BTreeNode.swift
[10/17] Compiling BTree BTreeIndex.swift
[11/17] Compiling BTree BTreeComparisons.swift
[12/17] Compiling BTree BTreeCursor.swift
[13/17] Compiling BTree BTree.swift
/host/spi-builder-workspace/Sources/BTree.swift:292:5: warning: 'public' modifier is redundant for property declared in a public extension
public var first: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:299:5: warning: 'public' modifier is redundant for property declared in a public extension
public var last: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:307:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func element(atOffset offset: Int) -> Element {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:327:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func value(of key: Key, choosing selector: BTreeKeySelector = .any) -> Value? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:365:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:377:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forInserting key: Key, at selector: BTreeKeySelector = .any) -> Index {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:386:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Int? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:413:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(of index: Index) -> Int {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:422:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(ofOffset offset: Int) -> Index {
^~~~~~~
[14/17] Compiling BTree BTreeBuilder.swift
/host/spi-builder-workspace/Sources/BTree.swift:292:5: warning: 'public' modifier is redundant for property declared in a public extension
public var first: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:299:5: warning: 'public' modifier is redundant for property declared in a public extension
public var last: Element? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:307:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func element(atOffset offset: Int) -> Element {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:327:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func value(of key: Key, choosing selector: BTreeKeySelector = .any) -> Value? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:365:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Index? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:377:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(forInserting key: Key, at selector: BTreeKeySelector = .any) -> Index {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:386:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(forKey key: Key, choosing selector: BTreeKeySelector = .any) -> Int? {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:413:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func offset(of index: Index) -> Int {
^~~~~~~
/host/spi-builder-workspace/Sources/BTree.swift:422:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func index(ofOffset offset: Int) -> Index {
^~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux