The Swift Package Index logo.Swift Package Index

Build Information

Failed to build unstandard, reference 0.4.3 (e21935), with Swift 6.1 for Android on 28 May 2025 18:46:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/christopherweems/unstandard.git
Reference: 0.4.3
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/christopherweems/unstandard
 * tag               0.4.3      -> FETCH_HEAD
HEAD is now at e21935d Fix `String.split(separator:maxSplits:omittingEmptySubsequences:)` when `maxSplits` is specified Add associated tests for `String.split(..)`
Cloned https://github.com/christopherweems/unstandard.git
Revision (git rev-parse @):
e21935d8b3261b5dab74dca375665d81f0de504a
SUCCESS checkout https://github.com/christopherweems/unstandard.git at 0.4.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/christopherweems/unstandard.git
https://github.com/christopherweems/unstandard.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "resultto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/christopherweems/Resultto.git"
    }
  ],
  "manifest_display_name" : "unstandard",
  "name" : "unstandard",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "unstandard",
      "targets" : [
        "unstandard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "operation",
      "targets" : [
        "operation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "transfer",
      "targets" : [
        "transfer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "unstandardTests",
      "module_type" : "SwiftTarget",
      "name" : "unstandardTests",
      "path" : "Tests/unstandardTests",
      "sources" : [
        "unstandardTests.swift"
      ],
      "target_dependencies" : [
        "unstandard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "unstandardStringsTests",
      "module_type" : "SwiftTarget",
      "name" : "unstandardStringsTests",
      "path" : "Tests/unstandardStringsTests",
      "sources" : [
        "unstandardStringsTests.swift"
      ],
      "target_dependencies" : [
        "unstandardStrings",
        "unstandard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "unstandardStrings",
      "module_type" : "SwiftTarget",
      "name" : "unstandardStrings",
      "path" : "Sources/unstandardStrings",
      "product_dependencies" : [
        "Algorithms",
        "Collections",
        "Resultto"
      ],
      "product_memberships" : [
        "unstandard",
        "transfer"
      ],
      "sources" : [
        "CharacterSet/CharacterSet+SetAlgebra.swift",
        "String/String+AffixOperations.swift",
        "StringInterpolation/String.Interpolation+BinaryInteger.swift",
        "StringProtocol/StringProtocol+Components.swift",
        "StringProtocol/StringProtocol+Filtering.swift",
        "StringProtocol/StringProtocol+Indices.swift",
        "StringProtocol/StringProtocol+Ranges.swift",
        "StringProtocol/StringProtocol+SetAlgebra.swift",
        "StringProtocol/StringProtocol+Subscripts.swift",
        "UnicodeScalarView/String.UnicodeScalarView+AffixAccessors.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "unstandard",
      "module_type" : "SwiftTarget",
      "name" : "unstandard",
      "path" : "Sources/unstandard",
      "product_dependencies" : [
        "Algorithms",
        "Collections",
        "Resultto"
      ],
      "product_memberships" : [
        "unstandard",
        "transfer"
      ],
      "sources" : [
        "Algorithms/Free Functions/Confirm.swift",
        "Bindings/Binding+Bool.swift",
        "Bindings/Binding+CGFloat.swift",
        "Bindings/Binding+CGPoint.swift",
        "Exports/CustomDebugTreeConvertible.swift",
        "Exports/unstandardStrings.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/AsyncLineSequence+Extensions.swift",
        "Extensions/Bool+Extensions.swift",
        "Extensions/CGFloat+Extensions.swift",
        "Extensions/CGPoint+Extensions.swift",
        "Extensions/CGRect+Extensions.swift",
        "Extensions/CGSize+Extensions.swift",
        "Extensions/Character+Extensions.swift",
        "Extensions/CharacterSet+Extensions.swift",
        "Extensions/Date+Extensions.swift",
        "Extensions/DateFormatter+Extensions.swift",
        "Extensions/Dictionary+Extensions.swift",
        "Extensions/FileManager+Extensions.swift",
        "Extensions/ForEach+Extensions.swift",
        "Extensions/Formatters/ByteCountFormatter.swift",
        "Extensions/Int+Extensions.swift",
        "Extensions/NSPredicate+Extensions.swift",
        "Extensions/NSRange+Extensions.swift",
        "Extensions/NSRegularExpression+Extensions.swift",
        "Extensions/NotificationCenter+Extensions.swift",
        "Extensions/NumberFormatter+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/Protocol Extensions/BinaryFloatingPoint+Extensions.swift",
        "Extensions/Protocol Extensions/BinaryInteger+Extensions.swift",
        "Extensions/Protocol Extensions/Collection+Extensions.swift",
        "Extensions/Protocol Extensions/ExpressibleByArrayLiteral+Extensions.swift",
        "Extensions/Protocol Extensions/ExpressibleByBoolLiteral+Extensions.swift",
        "Extensions/Protocol Extensions/FixedWidthInteger+Extensions.swift",
        "Extensions/Protocol Extensions/FloatingPoint+Extensions.swift",
        "Extensions/Protocol Extensions/RangeReplaceableCollection+Extensions.swift",
        "Extensions/Protocol Extensions/ReversedCollection+Extensions.swift",
        "Extensions/Protocol Extensions/Sequence+Extensions.swift",
        "Extensions/Protocol Extensions/StringProtocol+Extensions.swift",
        "Extensions/Protocol Extensions/Wrappable+Extensions.swift",
        "Extensions/Range+Extensions.swift",
        "Extensions/Set+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/String.Index+Extensions.swift",
        "Extensions/TimeInterval+Extensions.swift",
        "Extensions/URL+Extensions.swift",
        "Extensions/UserDefaults+Extensions.swift",
        "Extensions/View+Extensions.swift",
        "Formatters/_ListFormatter.swift",
        "Operators/?=.swift",
        "Operators/???.swift",
        "Property Wrappers/ExclusiveAccess.swift",
        "Property Wrappers/Memoized.swift",
        "Property Wrappers/Storage.swift",
        "Protocols/ExpressibleByRawValue.swift",
        "Protocols/Iffable.swift",
        "Protocols/SequenceInitializable.swift",
        "Protocols/Updatable.swift",
        "Protocols/Wrappable.swift",
        "Result Builders/AnyTrue.swift",
        "Result Builders/ArrayBuilder.swift",
        "Result Builders/EmptyBuilder.swift",
        "Result Builders/FirstNonNil.swift",
        "Result Builders/OrderedSetResult.swift",
        "Result Builders/PairBuilder.swift",
        "Result Builders/ProtocolTypedArrayBuilder.swift",
        "Result Builders/SetBuilder.swift",
        "Result Builders/SingleElementBuilder.swift",
        "Result Builders/SingleResult.swift",
        "Result Builders/StringBuilder.swift",
        "Result Builders/UUIDResult.swift"
      ],
      "target_dependencies" : [
        "CustomDebugTreeConvertible",
        "unstandardStrings"
      ],
      "type" : "library"
    },
    {
      "c99name" : "transfer",
      "module_type" : "SwiftTarget",
      "name" : "transfer",
      "path" : "Sources/transfer",
      "product_memberships" : [
        "transfer"
      ],
      "sources" : [
        "Transfer.swift"
      ],
      "target_dependencies" : [
        "unstandard"
      ],
      "type" : "library"
    },
    {
      "c99name" : "operation",
      "module_type" : "SwiftTarget",
      "name" : "operation",
      "path" : "Sources/operation",
      "product_memberships" : [
        "operation"
      ],
      "sources" : [
        "Operation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CustomDebugTreeConvertibleTests",
      "module_type" : "SwiftTarget",
      "name" : "CustomDebugTreeConvertibleTests",
      "path" : "Tests/CustomDebugTreeConvertibleTests",
      "sources" : [
        "CustomDebugTreeConvertibleTests.swift",
        "TreeNode.swift"
      ],
      "target_dependencies" : [
        "CustomDebugTreeConvertible"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CustomDebugTreeConvertible",
      "module_type" : "SwiftTarget",
      "name" : "CustomDebugTreeConvertible",
      "path" : "Sources/Standard Library Additions/CustomDebugTreeConvertible",
      "product_memberships" : [
        "unstandard",
        "transfer"
      ],
      "sources" : [
        "DebugPrint.swift",
        "Protocols/CustomDebugTreeConvertible.swift",
        "Protocols/CustomTreeFormatting.swift",
        "TreeFormatter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/christopherweems/Resultto.git
Fetching https://github.com/apple/swift-collections.git
[1/127] Fetching resultto
[68/6086] Fetching resultto, swift-algorithms
[1379/22677] Fetching resultto, swift-algorithms, swift-collections
Fetched https://github.com/christopherweems/Resultto.git from cache (0.55s)
[6955/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (2.06s)
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
Computing version for https://github.com/christopherweems/Resultto.git
Computed https://github.com/christopherweems/Resultto.git at 0.2.2 (3.28s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.79s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.96s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/christopherweems/Resultto.git
Working copy of https://github.com/christopherweems/Resultto.git resolved at 0.2.2
Building for debugging...
[0/18] Write sources
[16/18] Compiling _NumericsShims _NumericsShims.c
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/58] Compiling RealModule Real.swift
[21/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/59] Compiling operation Operation.swift
[24/59] Emitting module operation
[25/59] Compiling RealModule Float16+Real.swift
[26/59] Compiling RealModule Float+Real.swift
[27/59] Compiling RealModule Float80+Real.swift
[28/59] Compiling RealModule ElementaryFunctions.swift
[29/59] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/59] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/60] Compiling RealModule RealFunctions.swift
[32/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/60] Compiling RealModule AlgebraicField.swift
[34/60] Compiling RealModule ApproximateEquality.swift
[35/60] Emitting module RealModule
[36/60] Compiling RealModule AugmentedArithmetic.swift
[37/60] Compiling RealModule Double+Real.swift
[38/60] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/60] Compiling InternalCollectionsUtilities Debugging.swift
[40/60] Compiling InternalCollectionsUtilities Descriptions.swift
[41/60] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/61] Emitting module InternalCollectionsUtilities
[50/62] Compiling Resultto AllNil.swift
[51/63] Emitting module Resultto
[52/304] Compiling CustomDebugTreeConvertible TreeFormatter.swift
[53/309] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[54/309] Compiling HeapModule Heap+Descriptions.swift
[55/309] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[56/309] Compiling _RopeModule BigString+Chunk+Breaks.swift
[57/311] Compiling _RopeModule BigString+Insert.swift
[58/311] Compiling _RopeModule BigString+Managing Breaks.swift
[59/311] Compiling _RopeModule BigString+RemoveSubrange.swift
[60/311] Compiling _RopeModule BigString+ReplaceSubrange.swift
[61/311] Compiling HeapModule Heap.swift
[62/311] Compiling HeapModule _HeapNode.swift
[63/311] Compiling HeapModule Heap+Invariants.swift
[64/311] Compiling HeapModule Heap+UnsafeHandle.swift
[65/311] Emitting module HeapModule
[66/312] Compiling _RopeModule BigString+Split.swift
[67/312] Compiling _RopeModule Range+BigString.swift
[68/312] Compiling _RopeModule BigString+Chunk+Counts.swift
[69/312] Compiling _RopeModule BigString+Chunk+Description.swift
[70/312] Compiling _RopeModule BigString+UTF16View.swift
[71/312] Compiling _RopeModule BigString+UTF8View.swift
[72/312] Compiling _RopeModule Rope+ForEachWhile.swift
[73/312] Compiling _RopeModule Rope+Insert.swift
[74/312] Compiling HashTreeCollections TreeSet+Sequence.swift
[75/312] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[76/312] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[77/312] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[78/312] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[79/312] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[80/312] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[81/312] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[83/322] Compiling _RopeModule Rope+_Node.swift
[84/322] Compiling _RopeModule BigString+Comparable.swift
[85/322] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[86/322] Compiling _RopeModule BigString+CustomStringConvertible.swift
[87/322] Compiling _RopeModule BigString+Equatable.swift
[88/322] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[89/322] Compiling _RopeModule BigString+Hashing.swift
[90/322] Compiling _RopeModule Rope+_UnsafeHandle.swift
[91/322] Compiling _RopeModule Rope.swift
[92/322] Compiling _RopeModule RopeElement.swift
[93/322] Compiling _RopeModule RopeMetric.swift
[94/322] Compiling _RopeModule RopeSummary.swift
[95/322] Compiling _RopeModule _RopeItem.swift
[96/322] Compiling _RopeModule _RopePath.swift
[97/329] Compiling DequeModule _DequeSlot.swift
[98/329] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/329] Compiling OrderedCollections OrderedSet+SubSequence.swift
[100/329] Compiling OrderedCollections OrderedSet+Testing.swift
[101/329] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[102/329] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[103/329] Compiling OrderedCollections OrderedSet.swift
[104/329] Compiling OrderedCollections _UnsafeBitset.swift
[105/329] Compiling _RopeModule Rope+Sequence.swift
[106/329] Compiling _RopeModule Rope+Append.swift
[107/329] Compiling _RopeModule Rope+Extract.swift
[108/329] Compiling _RopeModule Rope+Find.swift
[115/329] Compiling _RopeModule BigString+UnicodeScalarView.swift
[116/329] Compiling _RopeModule BigSubstring+UTF16View.swift
[117/329] Compiling _RopeModule BigSubstring+UTF8View.swift
[118/329] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[119/329] Compiling _RopeModule BigSubstring.swift
[120/382] Compiling BitCollections BitArray+BitwiseOperations.swift
[121/382] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[122/382] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[123/382] Compiling BitCollections BitArray+Shifts.swift
[124/382] Compiling BitCollections BitArray+Testing.swift
[125/382] Compiling BitCollections BitArray._UnsafeHandle.swift
[126/382] Compiling BitCollections BitArray.swift
[127/382] Compiling BitCollections BitSet+BidirectionalCollection.swift
[128/382] Compiling BitCollections BitSet+Codable.swift
[129/382] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[130/382] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[131/382] Compiling BitCollections BitSet+CustomReflectable.swift
[132/382] Compiling BitCollections BitSet+CustomStringConvertible.swift
[133/382] Compiling BitCollections BitSet+Equatable.swift
[134/382] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[135/382] Compiling BitCollections BitSet+Extras.swift
[136/382] Compiling BitCollections BitSet+Hashable.swift
[137/382] Compiling BitCollections BitArray+RandomBits.swift
[138/382] Emitting module DequeModule
[145/386] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[146/386] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[147/386] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[148/386] Compiling BitCollections BitSet+SetAlgebra union.swift
[149/386] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[150/386] Compiling BitCollections BitSet.Counted.swift
[151/386] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[152/386] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[153/386] Compiling Algorithms Trim.swift
[154/386] Compiling Algorithms Unique.swift
[155/386] Compiling Algorithms Windows.swift
[156/386] Compiling BitCollections BitArray+Hashable.swift
[157/386] Compiling BitCollections BitArray+Initializers.swift
[158/386] Compiling BitCollections BitArray+Invariants.swift
[159/386] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[160/386] Compiling BitCollections BitSet+Initializers.swift
[172/393] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[173/393] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[174/393] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[175/393] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[176/393] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[177/393] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[178/393] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[179/393] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[180/393] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[181/393] Compiling HashTreeCollections TreeSet.swift
[185/393] Compiling BitCollections _Word.swift
[204/393] Compiling BitCollections BitSet+Invariants.swift
[208/402] Compiling BitCollections BitSet+Random.swift
[209/402] Compiling BitCollections BitSet+SetAlgebra basics.swift
[210/402] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[211/402] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[212/402] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[213/402] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[216/402] Compiling BitCollections BitArray+Codable.swift
[217/402] Compiling BitCollections BitArray+Collection.swift
[218/402] Compiling BitCollections BitArray+Copy.swift
[219/402] Compiling BitCollections BitArray+CustomReflectable.swift
[220/402] Compiling BitCollections BitArray+Descriptions.swift
[221/402] Compiling BitCollections BitArray+Equatable.swift
[241/402] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[242/402] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[243/402] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[244/402] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[245/402] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[246/402] Emitting module OrderedCollections
[255/402] Compiling BitCollections BitSet.swift
[256/402] Compiling BitCollections Range+Utilities.swift
[257/402] Compiling BitCollections Slice+Utilities.swift
[258/402] Compiling BitCollections UInt+Tricks.swift
[263/403] Compiling BitCollections BitSet.Index.swift
[264/403] Compiling BitCollections BitSet._UnsafeHandle.swift
[286/403] Emitting module BitCollections
[333/404] Compiling _RopeModule Rope+Join.swift
[334/404] Compiling _RopeModule Rope+MutatingForEach.swift
[335/404] Compiling _RopeModule Rope+Remove.swift
[336/404] Compiling _RopeModule Rope+RemoveSubrange.swift
[337/404] Compiling _RopeModule Rope+Split.swift
[338/404] Compiling _RopeModule Optional Utilities.swift
[339/404] Compiling _RopeModule String Utilities.swift
[340/404] Compiling _RopeModule String.Index+ABI.swift
[341/404] Compiling _RopeModule _CharacterRecognizer.swift
[342/404] Compiling Resultto SingleResult.swift
[343/404] Compiling Resultto URLResult.swift
[344/404] Compiling CustomDebugTreeConvertible CustomDebugTreeConvertible.swift
[345/404] Emitting module CustomDebugTreeConvertible
/host/spi-builder-workspace/Sources/Standard Library Additions/CustomDebugTreeConvertible/Protocols/CustomTreeFormatting.swift:32:23: warning: static property 'alternateDefaults' is not concurrency-safe because non-'Sendable' type 'CustomTreeFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
 4 | import Foundation
 5 |
 6 | public struct CustomTreeFormatting {
   |               `- note: consider making struct 'CustomTreeFormatting' conform to the 'Sendable' protocol
 7 |     let spacesPerDepth: Int
 8 |     let spacer: String
   :
30 |
31 | extension CustomTreeFormatting {
32 |     public static let alternateDefaults: Self = {
   |                       |- warning: static property 'alternateDefaults' is not concurrency-safe because non-'Sendable' type 'CustomTreeFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'alternateDefaults' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         .init(spacesPerDepth: 5,
34 |               spacer: " ",
[346/404] Compiling CustomDebugTreeConvertible CustomTreeFormatting.swift
/host/spi-builder-workspace/Sources/Standard Library Additions/CustomDebugTreeConvertible/Protocols/CustomTreeFormatting.swift:32:23: warning: static property 'alternateDefaults' is not concurrency-safe because non-'Sendable' type 'CustomTreeFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
 4 | import Foundation
 5 |
 6 | public struct CustomTreeFormatting {
   |               `- note: consider making struct 'CustomTreeFormatting' conform to the 'Sendable' protocol
 7 |     let spacesPerDepth: Int
 8 |     let spacer: String
   :
30 |
31 | extension CustomTreeFormatting {
32 |     public static let alternateDefaults: Self = {
   |                       |- warning: static property 'alternateDefaults' is not concurrency-safe because non-'Sendable' type 'CustomTreeFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'alternateDefaults' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         .init(spacesPerDepth: 5,
34 |               spacer: " ",
[347/404] Compiling CustomDebugTreeConvertible DebugPrint.swift
[348/405] Compiling Resultto AllTrue.swift
[349/405] Compiling Resultto Count.swift
[350/405] Compiling Resultto AnyTrue.swift
[351/405] Compiling Resultto SetResult.swift
[352/405] Compiling Resultto UUIDResult.swift
[404/406] Emitting module _RopeModule
[406/407] Emitting module HashTreeCollections
[408/408] Emitting module Algorithms
[410/411] Compiling Collections Collections.swift
[411/411] Emitting module Collections
[413/422] Compiling unstandardStrings StringProtocol+Subscripts.swift
[414/423] Compiling unstandardStrings StringProtocol+SetAlgebra.swift
[415/423] Compiling unstandardStrings StringProtocol+Indices.swift
[416/423] Compiling unstandardStrings StringProtocol+Ranges.swift
[417/423] Compiling unstandardStrings StringProtocol+Filtering.swift
[418/423] Emitting module unstandardStrings
[419/423] Compiling unstandardStrings CharacterSet+SetAlgebra.swift
[420/423] Compiling unstandardStrings String+AffixOperations.swift
[421/423] Compiling unstandardStrings String.Interpolation+BinaryInteger.swift
[422/423] Compiling unstandardStrings StringProtocol+Components.swift
[423/423] Compiling unstandardStrings String.UnicodeScalarView+AffixAccessors.swift
[425/488] Compiling unstandard ExpressibleByRawValue.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[426/488] Compiling unstandard Iffable.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[427/488] Compiling unstandard SequenceInitializable.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[428/488] Compiling unstandard Updatable.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[429/488] Compiling unstandard Wrappable.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[430/488] Compiling unstandard AnyTrue.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[431/488] Compiling unstandard ArrayBuilder.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[432/488] Compiling unstandard EmptyBuilder.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[433/488] Compiling unstandard FirstNonNil.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[434/496] Emitting module unstandard
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[435/496] Compiling unstandard URL+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[436/496] Compiling unstandard UserDefaults+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[437/496] Compiling unstandard View+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[438/496] Compiling unstandard _ListFormatter.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[439/496] Compiling unstandard ?=.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[440/496] Compiling unstandard ???.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[441/496] Compiling unstandard ExclusiveAccess.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[442/496] Compiling unstandard Memoized.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[443/496] Compiling unstandard Storage.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[444/496] Compiling unstandard Confirm.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[445/496] Compiling unstandard Binding+Bool.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[446/496] Compiling unstandard Binding+CGFloat.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[447/496] Compiling unstandard Binding+CGPoint.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[448/496] Compiling unstandard CustomDebugTreeConvertible.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[449/496] Compiling unstandard unstandardStrings.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[450/496] Compiling unstandard Array+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[451/496] Compiling unstandard AsyncLineSequence+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[452/496] Compiling unstandard Bool+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[453/496] Compiling unstandard CGFloat+Extensions.swift
[454/496] Compiling unstandard CGPoint+Extensions.swift
[455/496] Compiling unstandard CGRect+Extensions.swift
[456/496] Compiling unstandard CGSize+Extensions.swift
[457/496] Compiling unstandard Character+Extensions.swift
[458/496] Compiling unstandard CharacterSet+Extensions.swift
[459/496] Compiling unstandard Date+Extensions.swift
[460/496] Compiling unstandard DateFormatter+Extensions.swift
[461/496] Compiling unstandard Dictionary+Extensions.swift
[462/496] Compiling unstandard OrderedSetResult.swift
[463/496] Compiling unstandard PairBuilder.swift
[464/496] Compiling unstandard ProtocolTypedArrayBuilder.swift
[465/496] Compiling unstandard SetBuilder.swift
[466/496] Compiling unstandard SingleElementBuilder.swift
[467/496] Compiling unstandard SingleResult.swift
[468/496] Compiling unstandard StringBuilder.swift
[469/496] Compiling unstandard UUIDResult.swift
[470/496] Compiling unstandard ReversedCollection+Extensions.swift
[471/496] Compiling unstandard Sequence+Extensions.swift
[472/496] Compiling unstandard StringProtocol+Extensions.swift
[473/496] Compiling unstandard Wrappable+Extensions.swift
[474/496] Compiling unstandard Range+Extensions.swift
[475/496] Compiling unstandard Set+Extensions.swift
[476/496] Compiling unstandard String+Extensions.swift
[477/496] Compiling unstandard String.Index+Extensions.swift
[478/496] Compiling unstandard TimeInterval+Extensions.swift
[479/496] Compiling unstandard FileManager+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[480/496] Compiling unstandard ForEach+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[481/496] Compiling unstandard ByteCountFormatter.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[482/496] Compiling unstandard Int+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[483/496] Compiling unstandard NSPredicate+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[484/496] Compiling unstandard NSRange+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[485/496] Compiling unstandard NSRegularExpression+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[486/496] Compiling unstandard NotificationCenter+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[487/496] Compiling unstandard NumberFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[488/496] Compiling unstandard Optional+Extensions.swift
[489/496] Compiling unstandard BinaryFloatingPoint+Extensions.swift
[490/496] Compiling unstandard BinaryInteger+Extensions.swift
[491/496] Compiling unstandard Collection+Extensions.swift
[492/496] Compiling unstandard ExpressibleByArrayLiteral+Extensions.swift
[493/496] Compiling unstandard ExpressibleByBoolLiteral+Extensions.swift
[494/496] Compiling unstandard FixedWidthInteger+Extensions.swift
[495/496] Compiling unstandard FloatingPoint+Extensions.swift
[496/496] Compiling unstandard RangeReplaceableCollection+Extensions.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/40] Emitting module operation
[3/40] Compiling operation Operation.swift
[5/41] Emitting module CustomDebugTreeConvertible
[6/41] Compiling Resultto AllNil.swift
[7/42] Compiling RealModule ElementaryFunctions.swift
[8/43] Compiling CustomDebugTreeConvertible CustomTreeFormatting.swift
[9/43] Compiling CustomDebugTreeConvertible TreeFormatter.swift
[10/43] Compiling Resultto AnyTrue.swift
[11/43] Compiling CustomDebugTreeConvertible DebugPrint.swift
[12/43] Compiling CustomDebugTreeConvertible CustomDebugTreeConvertible.swift
[13/44] Emitting module Resultto
[14/44] Compiling Resultto SingleResult.swift
[15/44] Compiling Resultto URLResult.swift
[16/44] Compiling RealModule RealFunctions.swift
[17/44] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/44] Compiling RealModule Float80+Real.swift
[19/44] Compiling RealModule Real.swift
[20/45] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/45] Compiling InternalCollectionsUtilities Debugging.swift
[22/45] Compiling InternalCollectionsUtilities Descriptions.swift
[23/45] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/45] Compiling RealModule Float+Real.swift
[25/45] Compiling RealModule Float16+Real.swift
[26/45] Compiling Resultto SetResult.swift
[27/45] Compiling Resultto AllTrue.swift
[28/45] Compiling Resultto Count.swift
[29/45] Compiling Resultto UUIDResult.swift
[31/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/46] Compiling InternalCollectionsUtilities Integer rank.swift
[33/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/46] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/46] Emitting module RealModule
[37/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/47] Emitting module InternalCollectionsUtilities
[40/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[41/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[49/347] Compiling HeapModule Heap+Descriptions.swift
[50/347] Compiling _RopeModule BigString+Ingester.swift
[51/347] Compiling _RopeModule BigString+Invariants.swift
[52/347] Compiling _RopeModule BigString+Iterators.swift
[53/347] Compiling _RopeModule BigString+Metrics.swift
[54/350] Emitting module HeapModule
[55/350] Compiling _RopeModule BigString+Debugging.swift
[56/350] Compiling _RopeModule BigString+Index.swift
[57/350] Compiling _RopeModule BigString+Chunk+Counts.swift
[58/350] Compiling _RopeModule BigString+Chunk+Description.swift
[59/352] Compiling HeapModule _HeapNode.swift
[60/352] Compiling HeapModule Heap.swift
[61/352] Compiling _RopeModule BigString+Chunk+Breaks.swift
[64/352] Compiling HeapModule Heap+Invariants.swift
[65/352] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[66/352] Compiling HeapModule Heap+UnsafeHandle.swift
[67/353] Compiling _RopeModule BigString+Comparable.swift
[68/353] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[69/353] Compiling _RopeModule BigString+CustomStringConvertible.swift
[70/353] Compiling _RopeModule BigString+Equatable.swift
[71/353] Compiling _RopeModule BigString+UnicodeScalarView.swift
[72/353] Compiling _RopeModule BigSubstring+UTF16View.swift
[73/353] Compiling _RopeModule BigSubstring+UTF8View.swift
[74/353] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[75/353] Compiling _RopeModule BigSubstring.swift
[76/353] Compiling _RopeModule Rope+Builder.swift
[77/353] Compiling _RopeModule Rope+Debugging.swift
[82/360] Compiling Algorithms Trim.swift
[83/360] Compiling Algorithms Unique.swift
[84/360] Compiling Algorithms Windows.swift
[85/360] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[86/360] Compiling _RopeModule BigString+Sequence.swift
[87/360] Compiling _RopeModule BigString+TextOutputStream.swift
[88/360] Compiling _RopeModule BigString+Append.swift
[89/360] Compiling _RopeModule BigString+Initializers.swift
[90/360] Compiling _RopeModule Rope+ForEachWhile.swift
[91/360] Compiling _RopeModule Rope+Insert.swift
[92/360] Compiling HashTreeCollections TreeSet+Sequence.swift
[93/360] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[94/360] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[95/360] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[96/360] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[97/360] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[98/360] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[99/360] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[101/370] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[102/370] Compiling _RopeModule BigString+Chunk+Splitting.swift
[103/370] Compiling _RopeModule BigString+Chunk.swift
[104/370] Compiling _RopeModule BigString+BidirectionalCollection.swift
[109/370] Compiling _RopeModule Rope+Invariants.swift
[110/370] Compiling _RopeModule Rope+_Node.swift
[111/370] Compiling _RopeModule Rope+_Storage.swift
[112/370] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[113/370] Compiling _RopeModule Rope+_UnsafeHandle.swift
[114/370] Compiling _RopeModule Rope.swift
[115/370] Compiling _RopeModule RopeElement.swift
[116/370] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/370] Compiling OrderedCollections OrderedSet+Testing.swift
[118/370] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/370] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/370] Compiling OrderedCollections OrderedSet.swift
[121/370] Compiling OrderedCollections _UnsafeBitset.swift
[122/370] Compiling _RopeModule Rope+Sequence.swift
[123/370] Compiling _RopeModule Rope+Append.swift
[124/370] Compiling _RopeModule Rope+Extract.swift
[125/370] Compiling _RopeModule Rope+Find.swift
[136/377] Compiling _RopeModule BigString+Summary.swift
[137/377] Compiling _RopeModule BigString.swift
[138/377] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[142/377] Compiling DequeModule _DequeSlot.swift
[143/377] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/377] Compiling _RopeModule BigString+Insert.swift
[146/377] Compiling _RopeModule BigString+Managing Breaks.swift
[147/377] Compiling _RopeModule BigString+RemoveSubrange.swift
[148/377] Compiling _RopeModule BigString+ReplaceSubrange.swift
[149/377] Compiling _RopeModule BigString+Split.swift
[150/377] Compiling _RopeModule Range+BigString.swift
[157/377] Compiling _RopeModule BigString+UTF16View.swift
[158/377] Compiling _RopeModule BigString+UTF8View.swift
[165/377] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[166/377] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[167/377] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[168/377] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[169/377] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[170/377] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[171/377] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[172/377] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[173/377] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[174/377] Compiling HashTreeCollections TreeSet.swift
[191/377] Emitting module BitCollections
[192/377] Emitting module DequeModule
[193/377] Compiling _RopeModule BigString+Builder.swift
[194/377] Compiling _RopeModule BigString+Contents.swift
[200/378] Compiling BitCollections BitSet.Index.swift
[201/378] Compiling BitCollections BitSet._UnsafeHandle.swift
[202/378] Compiling BitCollections BitSet.swift
[203/378] Compiling BitCollections Range+Utilities.swift
[204/378] Compiling BitCollections Slice+Utilities.swift
[205/378] Compiling BitCollections UInt+Tricks.swift
[206/378] Compiling BitCollections _Word.swift
[253/379] Emitting module OrderedCollections
[346/389] Emitting module Algorithms
[350/390] Emitting module HashTreeCollections
[353/391] Emitting module _RopeModule
[383/391] Compiling _RopeModule Rope+Join.swift
[384/391] Compiling _RopeModule Rope+MutatingForEach.swift
[385/391] Compiling _RopeModule Rope+Remove.swift
[386/391] Compiling _RopeModule Rope+RemoveSubrange.swift
[387/391] Compiling _RopeModule Rope+Split.swift
[388/391] Compiling _RopeModule Optional Utilities.swift
[389/391] Compiling _RopeModule String Utilities.swift
[390/391] Compiling _RopeModule String.Index+ABI.swift
[391/391] Compiling _RopeModule _CharacterRecognizer.swift
[393/394] Compiling Collections Collections.swift
[394/394] Emitting module Collections
[396/405] Compiling unstandardStrings StringProtocol+Subscripts.swift
[397/405] Compiling unstandardStrings StringProtocol+SetAlgebra.swift
[398/405] Compiling unstandardStrings StringProtocol+Filtering.swift
[399/405] Compiling unstandardStrings StringProtocol+Indices.swift
[400/406] Compiling unstandardStrings StringProtocol+Ranges.swift
[401/406] Compiling unstandardStrings CharacterSet+SetAlgebra.swift
[402/406] Compiling unstandardStrings String+AffixOperations.swift
[403/406] Emitting module unstandardStrings
[404/406] Compiling unstandardStrings String.Interpolation+BinaryInteger.swift
[405/406] Compiling unstandardStrings StringProtocol+Components.swift
[406/406] Compiling unstandardStrings String.UnicodeScalarView+AffixAccessors.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[408/471] Emitting module unstandard
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[409/479] Compiling unstandard URL+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[410/479] Compiling unstandard UserDefaults+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[411/479] Compiling unstandard View+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[412/479] Compiling unstandard _ListFormatter.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[413/479] Compiling unstandard ?=.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[414/479] Compiling unstandard ???.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[415/479] Compiling unstandard ExclusiveAccess.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[416/479] Compiling unstandard Memoized.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[417/479] Compiling unstandard Storage.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/URL+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
14 | }
15 |
16 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public init(stringLiteral value: String) {
18 |         self = URL(string: value) ?? URL("")
/host/spi-builder-workspace/Sources/unstandard/Formatters/_ListFormatter.swift:14:20: error: cannot find 'ListFormatter' in scope
12 | 	#if !os(Linux)
13 |         if #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) {
14 |             return ListFormatter.localizedString(byJoining: strings)
   |                    `- error: cannot find 'ListFormatter' in scope
15 |         }
16 | 	#endif
[418/479] Compiling unstandard ExpressibleByRawValue.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[419/479] Compiling unstandard Iffable.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[420/479] Compiling unstandard SequenceInitializable.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[421/479] Compiling unstandard Updatable.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[422/479] Compiling unstandard Wrappable.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[423/479] Compiling unstandard AnyTrue.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[424/479] Compiling unstandard ArrayBuilder.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[425/479] Compiling unstandard EmptyBuilder.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[426/479] Compiling unstandard FirstNonNil.swift
/host/spi-builder-workspace/Sources/unstandard/Protocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
   |           `- error: cannot find type 'NetService' in scope
17 |
18 |
/host/spi-builder-workspace/Sources/unstandard/Protocols/Iffable.swift:54:11: error: cannot find type 'CFMutableString' in scope
52 |
53 | #if canImport(CoreFoundation) && !os(Linux)
54 | extension CFMutableString: Iffable { }
   |           `- error: cannot find type 'CFMutableString' in scope
55 |
56 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Updatable.swift:76:11: error: cannot find type 'CFMutableString' in scope
74 |
75 | #if canImport(CoreFoundation) && !os(Linux)
76 | extension CFMutableString: Updatable { }
   |           `- error: cannot find type 'CFMutableString' in scope
77 |
78 | #endif
/host/spi-builder-workspace/Sources/unstandard/Protocols/Wrappable.swift:47:11: error: cannot find type 'CFMutableString' in scope
45 |
46 | #if canImport(CoreFoundation) && !os(Linux)
47 | extension CFMutableString: Wrappable { }
   |           `- error: cannot find type 'CFMutableString' in scope
48 |
49 | #endif
[427/479] Compiling unstandard Confirm.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[428/479] Compiling unstandard Binding+Bool.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[429/479] Compiling unstandard Binding+CGFloat.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[430/479] Compiling unstandard Binding+CGPoint.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[431/479] Compiling unstandard CustomDebugTreeConvertible.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[432/479] Compiling unstandard unstandardStrings.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[433/479] Compiling unstandard Array+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[434/479] Compiling unstandard AsyncLineSequence+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[435/479] Compiling unstandard Bool+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:118:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
116 |
117 | extension Array {
118 |     public static func flatten(@SimpleArrayBuilder<[Element]> contents: () -> Array<[Element]>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
119 |         contents().flatMap { $0 }
120 |     }
/host/spi-builder-workspace/Sources/unstandard/Extensions/Array+Extensions.swift:133:33: warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
131 |
132 | extension Array {
133 |     public static func compact(@SimpleArrayBuilder<Element?> _ contents: () -> Array<Element?>) -> [Element] {
    |                                 |- warning: 'SimpleArrayBuilder' is deprecated: renamed to 'ProtocolTypedArrayBuilder'
    |                                 `- note: use 'ProtocolTypedArrayBuilder' instead
134 |         contents().compactMap { $0 }
135 |     }
[436/479] Compiling unstandard FileManager+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[437/479] Compiling unstandard ForEach+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[438/479] Compiling unstandard ByteCountFormatter.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[439/479] Compiling unstandard Int+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[440/479] Compiling unstandard NSPredicate+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[441/479] Compiling unstandard NSRange+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[442/479] Compiling unstandard NSRegularExpression+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[443/479] Compiling unstandard NotificationCenter+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[444/479] Compiling unstandard NumberFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:15:83: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
13 |     func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
14 |         observers().map {
15 |             self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
16 |
17 |         }
[445/479] Compiling unstandard OrderedSetResult.swift
[446/479] Compiling unstandard PairBuilder.swift
[447/479] Compiling unstandard ProtocolTypedArrayBuilder.swift
[448/479] Compiling unstandard SetBuilder.swift
[449/479] Compiling unstandard SingleElementBuilder.swift
[450/479] Compiling unstandard SingleResult.swift
[451/479] Compiling unstandard StringBuilder.swift
[452/479] Compiling unstandard UUIDResult.swift
[453/479] Compiling unstandard Optional+Extensions.swift
[454/479] Compiling unstandard BinaryFloatingPoint+Extensions.swift
[455/479] Compiling unstandard BinaryInteger+Extensions.swift
[456/479] Compiling unstandard Collection+Extensions.swift
[457/479] Compiling unstandard ExpressibleByArrayLiteral+Extensions.swift
[458/479] Compiling unstandard ExpressibleByBoolLiteral+Extensions.swift
[459/479] Compiling unstandard FixedWidthInteger+Extensions.swift
[460/479] Compiling unstandard FloatingPoint+Extensions.swift
[461/479] Compiling unstandard RangeReplaceableCollection+Extensions.swift
[462/479] Compiling unstandard ReversedCollection+Extensions.swift
[463/479] Compiling unstandard Sequence+Extensions.swift
[464/479] Compiling unstandard StringProtocol+Extensions.swift
[465/479] Compiling unstandard Wrappable+Extensions.swift
[466/479] Compiling unstandard Range+Extensions.swift
[467/479] Compiling unstandard Set+Extensions.swift
[468/479] Compiling unstandard String+Extensions.swift
[469/479] Compiling unstandard String.Index+Extensions.swift
[470/479] Compiling unstandard TimeInterval+Extensions.swift
[471/479] Compiling unstandard CGFloat+Extensions.swift
[472/479] Compiling unstandard CGPoint+Extensions.swift
[473/479] Compiling unstandard CGRect+Extensions.swift
[474/479] Compiling unstandard CGSize+Extensions.swift
[475/479] Compiling unstandard Character+Extensions.swift
[476/479] Compiling unstandard CharacterSet+Extensions.swift
[477/479] Compiling unstandard Date+Extensions.swift
[478/479] Compiling unstandard DateFormatter+Extensions.swift
[479/479] Compiling unstandard Dictionary+Extensions.swift
BUILD FAILURE 6.1 android