Build Information
Failed to build unstandard, reference 0.4.3 (e21935), with Swift 6.1 for Wasm on 28 May 2025 18:46:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build 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: wasm
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/christopherweems/Resultto.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/127] Fetching resultto
[128/6086] Fetching resultto, swift-algorithms
[605/22677] Fetching resultto, swift-algorithms, swift-collections
Fetched https://github.com/christopherweems/Resultto.git from cache (2.67s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.67s)
Fetched https://github.com/apple/swift-collections.git from cache (2.72s)
Computing version for https://github.com/christopherweems/Resultto.git
Computed https://github.com/christopherweems/Resultto.git at 0.2.2 (3.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.15s)
Creating working copy for https://github.com/christopherweems/Resultto.git
Working copy of https://github.com/christopherweems/Resultto.git resolved at 0.2.2
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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
Building for debugging...
[0/18] Write sources
[16/18] Compiling _NumericsShims _NumericsShims.c
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/57] Emitting module operation
[20/57] Emitting module InternalCollectionsUtilities
[21/58] Compiling Resultto SingleResult.swift
[22/59] Compiling CustomDebugTreeConvertible TreeFormatter.swift
[23/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/59] Compiling InternalCollectionsUtilities Debugging.swift
[26/59] Compiling InternalCollectionsUtilities Descriptions.swift
[27/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/59] Compiling operation Operation.swift
[29/59] Compiling RealModule Float16+Real.swift
[30/60] Compiling RealModule Float80+Real.swift
[31/60] Compiling RealModule Float+Real.swift
[32/60] Compiling RealModule Real.swift
[33/60] Compiling Resultto AllNil.swift
[34/60] Emitting module Resultto
[35/60] Emitting module RealModule
[36/61] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/61] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/61] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/61] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/61] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/61] Compiling InternalCollectionsUtilities Integer rank.swift
[42/61] Compiling RealModule ElementaryFunctions.swift
[45/61] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[46/61] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/61] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/62] Compiling CustomDebugTreeConvertible DebugPrint.swift
[52/62] 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: " ",
[53/62] Compiling RealModule RealFunctions.swift
[56/309] Compiling HeapModule Heap+Invariants.swift
[57/309] Compiling HeapModule _HeapNode.swift
[58/309] Compiling HashTreeCollections _Bucket.swift
[59/309] Compiling HashTreeCollections _Hash.swift
[60/309] Compiling HeapModule Heap.swift
[61/311] Compiling Resultto UUIDResult.swift
[62/311] Compiling HashTreeCollections _HashNode+Invariants.swift
[63/311] Compiling HashTreeCollections _HashNode+Lookups.swift
[64/311] Compiling HeapModule Heap+UnsafeHandle.swift
[65/311] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[66/311] Compiling CustomDebugTreeConvertible CustomDebugTreeConvertible.swift
[67/311] 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: " ",
[68/311] Compiling Resultto AnyTrue.swift
[69/311] Compiling Resultto AllTrue.swift
[70/311] Compiling Resultto SetResult.swift
[71/311] Compiling Resultto Count.swift
[72/311] Compiling Resultto URLResult.swift
[73/313] Emitting module HeapModule
[74/313] Compiling HeapModule Heap+Descriptions.swift
[75/314] Compiling HashTreeCollections _HashLevel.swift
[76/314] Compiling HashTreeCollections _HashNode+Builder.swift
[77/314] Compiling HashTreeCollections _HashNode+Debugging.swift
[78/314] Compiling HashTreeCollections _HashNode+Initializers.swift
[82/314] Compiling _RopeModule Rope+ForEachWhile.swift
[83/314] Compiling _RopeModule Rope+Insert.swift
[84/314] Compiling HashTreeCollections TreeSet+Sequence.swift
[85/314] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[86/314] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[87/314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[88/314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[89/314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[90/314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[91/314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[92/324] Compiling _RopeModule BigString+UnicodeScalarView.swift
[93/324] Compiling _RopeModule BigSubstring+UTF16View.swift
[94/324] Compiling _RopeModule BigSubstring+UTF8View.swift
[95/324] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[96/324] Compiling _RopeModule BigSubstring.swift
[97/324] Compiling _RopeModule Rope+Builder.swift
[98/324] Compiling _RopeModule Rope+Debugging.swift
[99/324] Compiling _RopeModule Rope+Invariants.swift
[100/324] Compiling _RopeModule Rope+_Node.swift
[101/324] Compiling _RopeModule Rope+_Storage.swift
[102/324] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[103/324] Compiling _RopeModule Rope+_UnsafeHandle.swift
[104/324] Compiling _RopeModule Rope.swift
[105/324] Compiling _RopeModule RopeElement.swift
[106/384] Compiling BitCollections BitArray+Invariants.swift
[107/384] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[108/384] Compiling OrderedCollections OrderedSet+SubSequence.swift
[109/384] Compiling OrderedCollections OrderedSet+Testing.swift
[110/384] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[111/384] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[112/384] Compiling OrderedCollections OrderedSet.swift
[113/384] Compiling OrderedCollections _UnsafeBitset.swift
[114/384] Compiling _RopeModule Rope+Sequence.swift
[115/384] Compiling _RopeModule Rope+Append.swift
[116/384] Compiling _RopeModule Rope+Extract.swift
[117/384] Compiling _RopeModule Rope+Find.swift
[118/384] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[119/384] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[120/384] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[121/384] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[122/384] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[123/384] Compiling BitCollections BitSet+SetAlgebra union.swift
[124/384] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[125/384] Compiling BitCollections BitSet.Counted.swift
[128/384] Compiling OrderedCollections OrderedSet+Sendable.swift
[129/384] Compiling BitCollections BitArray+Hashable.swift
[130/384] Compiling BitCollections BitArray+Initializers.swift
[131/384] Compiling BitCollections BitArray+Extras.swift
[132/384] Compiling BitCollections BitArray+Fill.swift
[133/384] Compiling BitCollections BitSet+Invariants.swift
[134/384] Compiling BitCollections BitSet+Random.swift
[135/384] Compiling BitCollections BitSet+SetAlgebra basics.swift
[136/384] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[137/384] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[138/384] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[139/384] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[140/384] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[141/384] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[142/384] Compiling BitCollections BitArray+Shifts.swift
[143/384] Compiling BitCollections BitArray+Testing.swift
[144/384] Compiling BitCollections BitArray._UnsafeHandle.swift
[145/384] Compiling BitCollections BitArray.swift
[146/384] Compiling BitCollections BitSet+BidirectionalCollection.swift
[147/384] Compiling BitCollections BitSet+Codable.swift
[148/384] Compiling BitCollections BitSet+Initializers.swift
[149/384] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[150/384] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[157/384] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[158/384] Compiling BitCollections BitSet+CustomReflectable.swift
[159/384] Compiling BitCollections BitSet+CustomStringConvertible.swift
[160/384] Compiling BitCollections BitSet+Equatable.swift
[161/384] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[162/384] Compiling BitCollections BitSet+Extras.swift
[163/384] Compiling BitCollections BitSet+Hashable.swift
[164/384] Compiling BitCollections BitArray+RandomBits.swift
[168/387] Compiling BitCollections BitArray+BitwiseOperations.swift
[169/387] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[176/387] Emitting module DequeModule
[177/388] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[178/388] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[179/388] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[180/388] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[181/388] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[182/388] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[183/388] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[184/388] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[185/388] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[186/388] Compiling HashTreeCollections TreeSet.swift
[198/395] Emitting module BitCollections
[210/395] Compiling Algorithms Trim.swift
[211/395] Compiling Algorithms Unique.swift
[212/395] Compiling Algorithms Windows.swift
[222/404] Compiling BitCollections BitSet.Index.swift
[223/404] Compiling BitCollections BitSet._UnsafeHandle.swift
[224/404] Compiling BitCollections BitSet.swift
[225/404] Compiling BitCollections Range+Utilities.swift
[226/404] Compiling BitCollections Slice+Utilities.swift
[227/404] Compiling BitCollections UInt+Tricks.swift
[228/404] Compiling BitCollections _Word.swift
[239/404] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[240/404] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[241/404] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[242/404] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[255/404] Compiling BitCollections BitArray+Copy.swift
[256/404] Compiling BitCollections BitArray+CustomReflectable.swift
[257/404] Compiling BitCollections BitArray+Descriptions.swift
[258/404] Compiling BitCollections BitArray+Equatable.swift
[259/404] Emitting module _RopeModule
[267/404] Emitting module OrderedCollections
[270/404] Compiling BitCollections BitArray+Codable.swift
[271/404] Compiling BitCollections BitArray+Collection.swift
[377/406] Emitting module HashTreeCollections
[378/407] Emitting module Algorithms
[381/408] Compiling _RopeModule Rope+Join.swift
[382/408] Compiling _RopeModule Rope+MutatingForEach.swift
[383/408] Compiling _RopeModule Rope+Remove.swift
[384/408] Compiling _RopeModule Rope+RemoveSubrange.swift
[385/408] Compiling _RopeModule Rope+Split.swift
[386/408] Compiling _RopeModule Optional Utilities.swift
[387/408] Compiling _RopeModule String Utilities.swift
[388/408] Compiling _RopeModule String.Index+ABI.swift
[389/408] Compiling _RopeModule _CharacterRecognizer.swift
[410/411] Emitting module Collections
[411/411] Compiling Collections Collections.swift
[413/422] Compiling unstandardStrings StringProtocol+Filtering.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 String.Interpolation+BinaryInteger.swift
[418/423] Compiling unstandardStrings StringProtocol+Components.swift
[419/423] Emitting module unstandardStrings
[420/423] Compiling unstandardStrings CharacterSet+SetAlgebra.swift
[421/423] Compiling unstandardStrings String+AffixOperations.swift
[422/423] Compiling unstandardStrings StringProtocol+Subscripts.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/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/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/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
/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 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 | }
[436/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 | }
[437/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 | }
[438/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 | }
[439/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 | }
[440/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 | }
[441/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 | }
[442/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 | }
[443/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 | }
[444/496] Compiling unstandard Optional+Extensions.swift
[445/496] Compiling unstandard BinaryFloatingPoint+Extensions.swift
[446/496] Compiling unstandard BinaryInteger+Extensions.swift
[447/496] Compiling unstandard Collection+Extensions.swift
[448/496] Compiling unstandard ExpressibleByArrayLiteral+Extensions.swift
[449/496] Compiling unstandard ExpressibleByBoolLiteral+Extensions.swift
[450/496] Compiling unstandard FixedWidthInteger+Extensions.swift
[451/496] Compiling unstandard FloatingPoint+Extensions.swift
[452/496] Compiling unstandard RangeReplaceableCollection+Extensions.swift
[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 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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[471/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[472/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[473/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[474/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[475/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[476/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[477/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[478/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[479/496] Compiling unstandard FileManager+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[480/496] Compiling unstandard ForEach+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[481/496] Compiling unstandard ByteCountFormatter.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[482/496] Compiling unstandard Int+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[483/496] Compiling unstandard NSPredicate+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[484/496] Compiling unstandard NSRange+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[485/496] Compiling unstandard NSRegularExpression+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[486/496] Compiling unstandard NotificationCenter+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[487/496] Compiling unstandard NumberFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[488/496] Compiling unstandard ReversedCollection+Extensions.swift
[489/496] Compiling unstandard Sequence+Extensions.swift
[490/496] Compiling unstandard StringProtocol+Extensions.swift
[491/496] Compiling unstandard Wrappable+Extensions.swift
[492/496] Compiling unstandard Range+Extensions.swift
[493/496] Compiling unstandard Set+Extensions.swift
[494/496] Compiling unstandard String+Extensions.swift
[495/496] Compiling unstandard String.Index+Extensions.swift
[496/496] Compiling unstandard TimeInterval+Extensions.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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] Compiling Resultto SingleResult.swift
[6/41] Compiling Resultto SetResult.swift
[7/41] Compiling Resultto Count.swift
[8/41] Compiling Resultto AnyTrue.swift
[9/41] Compiling Resultto AllTrue.swift
[10/41] Compiling Resultto URLResult.swift
[11/41] Emitting module Resultto
[12/41] Compiling Resultto AllNil.swift
[13/42] Compiling CustomDebugTreeConvertible DebugPrint.swift
[14/42] Compiling CustomDebugTreeConvertible CustomTreeFormatting.swift
[15/42] Compiling RealModule Float80+Real.swift
[16/42] Compiling RealModule Real.swift
[17/43] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/44] Emitting module CustomDebugTreeConvertible
[19/44] Compiling RealModule AugmentedArithmetic.swift
[20/44] Compiling RealModule Double+Real.swift
[21/44] Compiling RealModule RealFunctions.swift
[22/44] Compiling CustomDebugTreeConvertible CustomDebugTreeConvertible.swift
[23/44] Compiling CustomDebugTreeConvertible TreeFormatter.swift
[24/45] Compiling RealModule Float16+Real.swift
[25/45] Compiling Resultto UUIDResult.swift
[26/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/46] Compiling InternalCollectionsUtilities Debugging.swift
[28/46] Compiling InternalCollectionsUtilities Descriptions.swift
[29/46] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/46] Compiling RealModule ElementaryFunctions.swift
[31/46] Compiling RealModule Float+Real.swift
[33/46] Compiling RealModule AlgebraicField.swift
[34/46] Compiling RealModule ApproximateEquality.swift
[37/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/46] Emitting module RealModule
[42/47] Emitting module InternalCollectionsUtilities
[44/47] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/47] Compiling InternalCollectionsUtilities UInt+reversed.swift
[46/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[47/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[49/203] Compiling HeapModule Heap+Invariants.swift
[50/203] Compiling HeapModule Heap+Descriptions.swift
[51/303] Compiling HeapModule _HeapNode.swift
[52/347] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[53/347] Compiling HeapModule Heap+UnsafeHandle.swift
[54/347] Compiling HeapModule Heap.swift
[55/347] Compiling _RopeModule BigString+Chunk+Counts.swift
[56/347] Compiling _RopeModule BigString+Chunk+Description.swift
[57/349] Compiling _RopeModule BigString+Debugging.swift
[58/349] Compiling _RopeModule BigString+Index.swift
[59/349] Compiling _RopeModule BigString+Ingester.swift
[60/349] Compiling _RopeModule BigString+Invariants.swift
[61/349] Emitting module HeapModule
[63/350] Compiling _RopeModule BigString+Iterators.swift
[64/350] Compiling _RopeModule BigString+Metrics.swift
[65/350] Compiling _RopeModule BigString+UTF16View.swift
[66/350] Compiling _RopeModule BigString+UTF8View.swift
[67/350] Compiling _RopeModule _RopeVersion.swift
[68/350] Compiling _RopeModule Rope+Collection.swift
[69/350] Compiling HashTreeCollections TreeDictionary+Merge.swift
[70/350] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[71/350] Compiling _RopeModule Rope+Append.swift
[72/350] Compiling HashTreeCollections _HashNode.swift
[73/350] Compiling HashTreeCollections _HashNodeHeader.swift
[74/350] Compiling _RopeModule BigString+Managing Breaks.swift
[75/350] Compiling _RopeModule BigString+RemoveSubrange.swift
[76/350] Compiling _RopeModule BigString+ReplaceSubrange.swift
[77/350] Compiling _RopeModule BigString+Split.swift
[78/350] Compiling _RopeModule Range+BigString.swift
[79/357] Compiling HashTreeCollections TreeSet+Hashable.swift
[80/357] Compiling _RopeModule _RopePath.swift
[81/357] Compiling HashTreeCollections TreeSet+Sequence.swift
[82/357] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[83/357] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[84/357] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[85/357] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[86/357] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[87/357] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[88/357] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[89/357] Emitting module BitCollections
[90/374] Compiling DequeModule _DequeSlot.swift
[91/374] Compiling DequeModule _UnsafeWrappedBuffer.swift
[92/374] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[93/374] Compiling _RopeModule BigString+Chunk+Breaks.swift
[94/374] Compiling _RopeModule BigString+Summary.swift
[95/374] Compiling _RopeModule BigString.swift
[96/374] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[97/374] Compiling _RopeModule BigString+Chunk+Splitting.swift
[98/374] Compiling _RopeModule BigString+Chunk.swift
[99/374] Compiling _RopeModule BigString+BidirectionalCollection.swift
[100/374] Compiling _RopeModule BigString+Comparable.swift
[101/374] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[102/374] Compiling _RopeModule BigString+CustomStringConvertible.swift
[103/374] Compiling _RopeModule BigSubstring+UTF8View.swift
[104/374] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[105/374] Compiling _RopeModule BigSubstring.swift
[106/374] Compiling _RopeModule Rope+Builder.swift
[107/374] Compiling _RopeModule Rope+Debugging.swift
[108/374] Compiling _RopeModule Rope+Invariants.swift
[109/374] Compiling _RopeModule Rope+_Node.swift
[110/374] Compiling _RopeModule BigString+Append.swift
[111/374] Compiling _RopeModule BigString+UnicodeScalarView.swift
[112/374] Compiling _RopeModule BigSubstring+UTF16View.swift
[125/374] Compiling _RopeModule BigString+Equatable.swift
[126/374] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[127/374] Compiling _RopeModule BigString+Hashing.swift
[128/374] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[129/374] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[130/374] Compiling _RopeModule BigString+Sequence.swift
[131/374] Compiling _RopeModule BigString+TextOutputStream.swift
[140/374] Compiling BitCollections BitSet.Index.swift
[141/374] Compiling BitCollections BitSet._UnsafeHandle.swift
[142/374] Compiling BitCollections BitSet.swift
[143/374] Compiling BitCollections Range+Utilities.swift
[144/374] Compiling BitCollections Slice+Utilities.swift
[145/374] Compiling BitCollections UInt+Tricks.swift
[146/374] Compiling BitCollections _Word.swift
[147/374] Compiling OrderedCollections OrderedSet.swift
[148/374] Compiling OrderedCollections _UnsafeBitset.swift
[149/374] Compiling _RopeModule Rope.swift
[150/374] Compiling _RopeModule RopeElement.swift
[151/374] Compiling HashTreeCollections TreeSet+Extras.swift
[152/374] Compiling HashTreeCollections TreeSet+Filter.swift
[153/374] Compiling _RopeModule BigString+Builder.swift
[154/374] Compiling _RopeModule BigString+Contents.swift
[158/377] Emitting module DequeModule
[195/387] Compiling Algorithms Trim.swift
[196/387] Compiling Algorithms Unique.swift
[197/387] Compiling Algorithms Windows.swift
[227/387] Compiling _RopeModule _CharacterRecognizer.swift
[228/387] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[229/387] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[230/387] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[231/387] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[232/387] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[233/387] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[234/387] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[235/387] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[236/387] Compiling HashTreeCollections TreeSet.swift
[287/388] Emitting module OrderedCollections
[298/388] Emitting module _RopeModule
[317/389] Emitting module Algorithms
[319/390] Emitting module HashTreeCollections
[354/391] Compiling _RopeModule Rope+Join.swift
[355/391] Compiling _RopeModule Rope+MutatingForEach.swift
[356/391] Compiling _RopeModule Rope+Remove.swift
[357/391] Compiling _RopeModule Rope+RemoveSubrange.swift
[358/391] Compiling _RopeModule Rope+Split.swift
[359/391] Compiling _RopeModule Optional Utilities.swift
[360/391] Compiling _RopeModule String Utilities.swift
[361/391] Compiling _RopeModule String.Index+ABI.swift
[393/394] Compiling Collections Collections.swift
[394/394] Emitting module Collections
[396/405] Compiling unstandardStrings StringProtocol+Indices.swift
[397/405] Compiling unstandardStrings StringProtocol+Filtering.swift
[398/406] Compiling unstandardStrings StringProtocol+SetAlgebra.swift
[399/406] Compiling unstandardStrings StringProtocol+Subscripts.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/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/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/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
/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 FileManager+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[410/479] Compiling unstandard ForEach+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[411/479] Compiling unstandard ByteCountFormatter.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[412/479] Compiling unstandard Int+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[413/479] Compiling unstandard NSPredicate+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[414/479] Compiling unstandard NSRange+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[415/479] Compiling unstandard NSRegularExpression+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[416/479] Compiling unstandard NotificationCenter+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[417/479] Compiling unstandard NumberFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:10:18: error: cannot find type 'NotificationCenter' in scope
8 | import Foundation
9 |
10 | public extension NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
/host/spi-builder-workspace/Sources/unstandard/Extensions/NotificationCenter+Extensions.swift:13:89: error: cannot find type 'NotificationTuple' in scope
11 | typealias NotificationTuple = (name: Notification.Name, block: (Notification) -> Void)
12 |
13 | func addObservers(@ProtocolTypedArrayBuilder<NotificationTuple> _ observers: () -> [NotificationTuple]) -> [Any] {
| `- error: cannot find type 'NotificationTuple' in scope
14 | observers().map {
15 | self.addObserver(forName: $0.name, object: nil, queue: nil, using: $0.block)
[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 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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[428/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[429/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[430/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[431/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[432/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[433/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[434/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[435/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
/host/spi-builder-workspace/Sources/unstandard/Property Wrappers/ExclusiveAccess.swift:12:35: error: cannot find 'DispatchSemaphore' in scope
10 | @propertyWrapper
11 | public struct ExclusiveAccess<V> {
12 | private let accessSemaphore = DispatchSemaphore(value: 1)
| `- error: cannot find 'DispatchSemaphore' in scope
13 | private var _wrappedValue: V
14 |
[436/479] Compiling unstandard CGFloat+Extensions.swift
[437/479] Compiling unstandard CGPoint+Extensions.swift
[438/479] Compiling unstandard CGRect+Extensions.swift
[439/479] Compiling unstandard CGSize+Extensions.swift
[440/479] Compiling unstandard Character+Extensions.swift
[441/479] Compiling unstandard CharacterSet+Extensions.swift
[442/479] Compiling unstandard Date+Extensions.swift
[443/479] Compiling unstandard DateFormatter+Extensions.swift
[444/479] Compiling unstandard Dictionary+Extensions.swift
[445/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 | }
[446/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 | }
[447/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 | }
[448/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 | }
[449/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 | }
[450/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 | }
[451/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 | }
[452/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 | }
[453/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 | }
[454/479] Compiling unstandard OrderedSetResult.swift
[455/479] Compiling unstandard PairBuilder.swift
[456/479] Compiling unstandard ProtocolTypedArrayBuilder.swift
[457/479] Compiling unstandard SetBuilder.swift
[458/479] Compiling unstandard SingleElementBuilder.swift
[459/479] Compiling unstandard SingleResult.swift
[460/479] Compiling unstandard StringBuilder.swift
[461/479] Compiling unstandard UUIDResult.swift
[462/479] Compiling unstandard Optional+Extensions.swift
[463/479] Compiling unstandard BinaryFloatingPoint+Extensions.swift
[464/479] Compiling unstandard BinaryInteger+Extensions.swift
[465/479] Compiling unstandard Collection+Extensions.swift
[466/479] Compiling unstandard ExpressibleByArrayLiteral+Extensions.swift
[467/479] Compiling unstandard ExpressibleByBoolLiteral+Extensions.swift
[468/479] Compiling unstandard FixedWidthInteger+Extensions.swift
[469/479] Compiling unstandard FloatingPoint+Extensions.swift
[470/479] Compiling unstandard RangeReplaceableCollection+Extensions.swift
[471/479] Compiling unstandard ReversedCollection+Extensions.swift
[472/479] Compiling unstandard Sequence+Extensions.swift
[473/479] Compiling unstandard StringProtocol+Extensions.swift
[474/479] Compiling unstandard Wrappable+Extensions.swift
[475/479] Compiling unstandard Range+Extensions.swift
[476/479] Compiling unstandard Set+Extensions.swift
[477/479] Compiling unstandard String+Extensions.swift
[478/479] Compiling unstandard String.Index+Extensions.swift
[479/479] Compiling unstandard TimeInterval+Extensions.swift
BUILD FAILURE 6.1 wasm