Build Information
Failed to build unstandard, reference main (278bfc), with Swift 6.1 for Wasm on 28 May 2025 18:45:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/christopherweems/unstandard
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 278bfc5 [gardening]
Cloned https://github.com/christopherweems/unstandard.git
Revision (git rev-parse @):
278bfc5b93a63cc3ec5da81995414aad366647eb
SUCCESS checkout https://github.com/christopherweems/unstandard.git at main
========================================
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.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
}
],
"manifest_display_name" : "unstandard",
"name" : "unstandard",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "unstandard",
"targets" : [
"unstandard",
"_UAParserSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "unstandardStrings",
"targets" : [
"unstandardStrings"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "operation",
"targets" : [
"operation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Resultto",
"targets" : [
"Resultto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "transfer",
"targets" : [
"transfer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DirectoryPath",
"targets" : [
"DirectoryPath",
"DirectoryPathExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_UAParserSwift",
"targets" : [
"_UAParserSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "unstandardTests",
"module_type" : "SwiftTarget",
"name" : "unstandardTests",
"path" : "Tests/unstandardTests",
"sources" : [
"unstandardAlgorithmsTests.swift",
"unstandardCollectionsTests.swift",
"unstandardStringsTests.swift",
"unstandardTests.swift"
],
"target_dependencies" : [
"unstandard",
"unstandardAlgorithms",
"unstandardCollections",
"unstandardStrings"
],
"type" : "test"
},
{
"c99name" : "unstandardStringsFoundation",
"module_type" : "SwiftTarget",
"name" : "unstandardStringsFoundation",
"path" : "Sources/unstandardStringsFoundation",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"CharacterSet/CharacterSet+Operators.swift",
"CharacterSet/CharacterSet+SetAlgebra.swift",
"CharacterSet/CharacterSet+SetDefinitions.swift",
"Sequences/SubstringRanges.swift",
"StringProtocol/StringProtocol+AffixOperations.swift",
"StringProtocol/StringProtocol+Classification.swift",
"StringProtocol/StringProtocol+Filtering.swift",
"StringProtocol/StringProtocol+Formatting.swift",
"StringProtocol/StringProtocol+Indices.swift",
"StringProtocol/StringProtocol+Ranges.swift",
"StringProtocol/StringProtocol+SetAlgebra.swift",
"Strings/String+Insertion.swift",
"Strings/String+Ranges.swift",
"Views/String+LineRanges.swift"
],
"target_dependencies" : [
"unstandardStrings"
],
"type" : "library"
},
{
"c99name" : "unstandardStrings",
"module_type" : "SwiftTarget",
"name" : "unstandardStrings",
"path" : "Sources/unstandardStrings",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"unstandard",
"unstandardStrings",
"transfer"
],
"sources" : [
"Character/Character+Classification.swift",
"Character/Character+TypeConversion.swift",
"Range/Range+String.Index.swift",
"Sequences/CaptureGroupRanges.swift",
"String/String+AffixOperations.swift",
"String/String+Operators.swift",
"String/String+Position.swift",
"StringInterpolation/String.Interpolation+BinaryInteger.swift",
"StringProtocol/StringProtocol+AffixOperations.swift",
"StringProtocol/StringProtocol+Components.swift",
"StringProtocol/StringProtocol+Indices.swift",
"StringProtocol/StringProtocol+Ranges.swift",
"StringProtocol/StringProtocol+Subscripts.swift",
"StringProtocol/StringProtocol+Substrings.swift",
"StringProtocol/StringProtocol+Trimming.swift",
"StringProtocol/StringProtocol+TypeConversion.swift",
"Substring/Substring+AffixOperations.swift",
"Substring/Substring+Initializers.swift",
"Substring/Substring+SetAlgebra.swift",
"UnicodeScalarView/String.UnicodeScalarView+AffixAccessors.swift",
"UnicodeScalarView/String.UnicodeScalarView+Ranges.swift"
],
"type" : "library"
},
{
"c99name" : "unstandardProtocols",
"module_type" : "SwiftTarget",
"name" : "unstandardProtocols",
"path" : "Sources/unstandardProtocols",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"EmptyInitializable.swift",
"ExpressibleByRawValue.swift",
"Iffable.swift",
"SequenceInitializable.swift",
"Updatable.swift",
"Wrappable.swift"
],
"type" : "library"
},
{
"c99name" : "unstandardFoundation",
"module_type" : "SwiftTarget",
"name" : "unstandardFoundation",
"path" : "Sources/unstandardFoundation",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"Extensions/Decimal+Extensions.swift",
"Extensions/IndexSet+Extensions.swift",
"Extensions/Locale+AvailableLocales.swift",
"Extensions/NSRegularExpression+Extensions.swift",
"Extensions/NSTextCheckingResult+Extensions.swift",
"Protocol Conformances/Iffable.swift",
"Protocol Conformances/Updatable.swift",
"Protocol Conformances/Wrappable.swift"
],
"target_dependencies" : [
"unstandardProtocols"
],
"type" : "library"
},
{
"c99name" : "unstandardCollectionsFoundation",
"module_type" : "SwiftTarget",
"name" : "unstandardCollectionsFoundation",
"path" : "Sources/unstandardCollectionsFoundation",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"Collection/Collection+Filter.swift"
],
"target_dependencies" : [
"unstandardCollections",
"BitArrayModule",
"GraphModule"
],
"type" : "library"
},
{
"c99name" : "unstandardCollections",
"module_type" : "SwiftTarget",
"name" : "unstandardCollections",
"path" : "Sources/unstandardCollections",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"BidirectionalCollection/BidirectionalCollection+Indexes.swift",
"Collection/Collection+Accessors.swift",
"Collection/Collection+AffixOperations.swift",
"Collection/Collection+Ranges.swift",
"Collection/Collection+SubSequence.swift",
"Collection/Collection+Substring.swift",
"Collection/Collection+TypeConversion.swift",
"Exports/BitArrayModule.swift",
"Exports/GraphModule.swift",
"MutableCollection/MutableCollection+Replacement.swift"
],
"target_dependencies" : [
"BitArrayModule",
"GraphModule"
],
"type" : "library"
},
{
"c99name" : "unstandardAlgorithms",
"module_type" : "SwiftTarget",
"name" : "unstandardAlgorithms",
"path" : "Sources/unstandardAlgorithms",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"Extensions/Array+Extensions.swift",
"Extensions/BidirectionalCollection+Extensions.swift",
"Extensions/Collection+Extensions.swift",
"Extensions/Collection+Variations.swift",
"Extensions/CollectionDifference.Change+Extensions.swift",
"Extensions/LazyCollection+Extensions.swift",
"Extensions/MutableCollection+Extensions.swift",
"Extensions/ReversedCollection+Extensions.swift",
"Extensions/Sequence+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "unstandard",
"module_type" : "SwiftTarget",
"name" : "unstandard",
"path" : "Sources/unstandard",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"Algorithms/Free Functions/Confirm.swift",
"Data Types/Identified.swift",
"Exports/CustomDebugTreeConvertible.swift",
"Exports/unstandardAlgorithms.swift",
"Exports/unstandardCollections.swift",
"Exports/unstandardFoundation.swift",
"Exports/unstandardProtocols.swift",
"Exports/unstandardStrings.swift",
"Extensions/Array+Extensions.swift",
"Extensions/AsyncLineSequence+Extensions.swift",
"Extensions/AsyncThrowingStream+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/ClosedRange+Extensions.swift",
"Extensions/Data+Base64URLEncodedString.swift",
"Extensions/Date+Extensions.swift",
"Extensions/DateComponents+Extensions.swift",
"Extensions/DateFormatter+Extensions.swift",
"Extensions/Dictionary+Extensions.swift",
"Extensions/FileManager+Extensions.swift",
"Extensions/FloatingPointSign+Extensions.swift",
"Extensions/Formatters/ByteCountFormatter.swift",
"Extensions/Hasher+Extensions.swift",
"Extensions/Int+Extensions.swift",
"Extensions/Measurement+Extensions.swift",
"Extensions/NSPredicate+Extensions.swift",
"Extensions/NSRange+Extensions.swift",
"Extensions/NSRegularExpression+Extensions.swift",
"Extensions/NumberFormatter+Extensions.swift",
"Extensions/Optional+Extensions.swift",
"Extensions/Protocol Extensions/AdditiveArithmetic+Extensions.swift",
"Extensions/Protocol Extensions/BinaryFloatingPoint+Extensions.swift",
"Extensions/Protocol Extensions/BinaryInteger+Extensions.swift",
"Extensions/Protocol Extensions/Collection+Extensions.swift",
"Extensions/Protocol Extensions/Comparable+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/IteratorProtocol+Extensions.swift",
"Extensions/Protocol Extensions/RangeReplaceableCollection+Extensions.swift",
"Extensions/Protocol Extensions/Sequence+Extensions.swift",
"Extensions/Protocol Extensions/SetAlgebra+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+PatternMatching.swift",
"Extensions/String.Index+Extensions.swift",
"Extensions/Task+Extensions.swift",
"Extensions/TimeInterval+Extensions.swift",
"Extensions/URL+Extensions.swift",
"Extensions/UUID+Extensions.swift",
"Extensions/UserDefaults+Extensions.swift",
"Formatters/_ListFormatter.swift",
"Operators/!!.swift",
"Operators/?=.swift",
"Operators/??!.swift",
"Operators/???.swift",
"Property Wrappers/ExclusiveAccess.swift",
"Property Wrappers/Memoized.swift",
"Property Wrappers/MonotonicLatest.swift",
"Property Wrappers/NonCached.swift",
"Property Wrappers/Storage.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" : [
"unstandardProtocols",
"unstandardFoundation",
"unstandardAlgorithms",
"unstandardCollections",
"unstandardCollectionsFoundation",
"unstandardStrings",
"unstandardStringsFoundation",
"CustomDebugTreeConvertible",
"Resultto"
],
"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" : "_UAParserSwift",
"module_type" : "SwiftTarget",
"name" : "_UAParserSwift",
"path" : "Sources/UAParserSwift",
"product_memberships" : [
"unstandard",
"_UAParserSwift"
],
"sources" : [
"UAParserSwift.swift"
],
"type" : "library"
},
{
"c99name" : "Resultto",
"module_type" : "SwiftTarget",
"name" : "Resultto",
"path" : "Sources/Resultto",
"product_memberships" : [
"unstandard",
"Resultto",
"transfer"
],
"sources" : [
"AllNil.swift",
"AllTrue.swift",
"AnyTrue.swift",
"Count.swift",
"SetResult.swift",
"SingleResult.swift",
"Sum.swift",
"URLResult.swift",
"UUIDResult.swift"
],
"type" : "library"
},
{
"c99name" : "GraphModule",
"module_type" : "SwiftTarget",
"name" : "GraphModule",
"path" : "Sources/Swift Collections Additions/GraphModule",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"DirectedGraph/DirectedGraph.swift",
"Graph/Graph.VertexNode.swift",
"Graph/Graph.swift",
"Protocols/GraphConstraint.swift"
],
"type" : "library"
},
{
"c99name" : "DirectoryPathExtras",
"module_type" : "SwiftTarget",
"name" : "DirectoryPathExtras",
"path" : "Sources/DirectoryPath/DirectoryPathExtras",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"DirectoryPath"
],
"sources" : [
"Extensions/Bundle+Extensions.swift",
"Extensions/FileHandle+Extensions.swift",
"Extensions/FileManager+Extensions.swift",
"Extensions/FilePath+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/URL+Extensions.swift",
"Protocol Extensions/FilePathProtocol+Extensions.swift",
"TemporaryFile.swift"
],
"target_dependencies" : [
"DirectoryPath"
],
"type" : "library"
},
{
"c99name" : "DirectoryPath",
"module_type" : "SwiftTarget",
"name" : "DirectoryPath",
"path" : "Sources/DirectoryPath/DirectoryPath",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"DirectoryPath"
],
"sources" : [
"DirectoryPath.swift",
"Extensions/FilePath+Extensions.swift",
"Protocols/FilePathProtocol.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"
},
{
"c99name" : "BitArrayModule",
"module_type" : "SwiftTarget",
"name" : "BitArrayModule",
"path" : "Sources/Swift Collections Additions/BitArrayModule",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"BitArray/BitArray.swift",
"BitArray/BitArrayBitwiseOperations.swift",
"BitArray/BitArrayConformances.swift",
"BitArray/BitArrayOperations.swift",
"BitSet/BitSet.swift",
"BitSet/BitSetConformances.swift",
"BitSet/BitSetOperations.swift",
"BitSet/BitSetSetAlgebra.swift"
],
"type" : "library"
}
],
"tools_version" : "5.11"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/apple/swift-system.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/10350] Fetching swift-system, swift-algorithms
[6717/26941] Fetching swift-system, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.04s)
[7632/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.57s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/UAParserSwift/LICENSE
Building for debugging...
[0/31] Write sources
[28/31] Compiling _NumericsShims _NumericsShims.c
[29/31] Compiling CSystem shims.c
[30/31] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/108] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[33/111] Compiling SystemPackage FileOperations.swift
[34/111] Compiling SystemPackage FilePath.swift
[35/111] Compiling SystemPackage FilePathComponentView.swift
[36/111] Compiling SystemPackage FilePathComponents.swift
[37/111] Emitting module InternalCollectionsUtilities
[38/111] Compiling SystemPackage Errno.swift
[39/111] Compiling SystemPackage ErrnoWindows.swift
[40/111] Compiling GraphModule GraphConstraint.swift
[41/111] Compiling Resultto AnyTrue.swift
[42/113] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/114] Emitting module RealModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/114] Emitting module unstandardProtocols
/host/spi-builder-workspace/Sources/unstandardProtocols/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 |
[49/114] Compiling operation Operation.swift
[50/114] Emitting module operation
[51/115] Compiling SystemPackage MachPort.swift
[52/115] Compiling SystemPackage PlatformString.swift
[53/115] Compiling SystemPackage SystemString.swift
[54/115] Compiling unstandardProtocols Iffable.swift
[55/115] Compiling unstandardProtocols SequenceInitializable.swift
[56/115] Compiling unstandardProtocols Wrappable.swift
[57/115] Compiling unstandardProtocols Updatable.swift
[58/115] Compiling SystemPackage FilePathSyntax.swift
[59/115] Compiling SystemPackage FilePathTemp.swift
[60/115] Compiling SystemPackage FilePathParsing.swift
[61/115] Compiling SystemPackage FilePathString.swift
[64/115] Compiling RealModule Float16+Real.swift
[65/115] Compiling RealModule Float+Real.swift
[67/115] Compiling RealModule Float80+Real.swift
[68/115] Compiling RealModule Real.swift
[69/115] Compiling SystemPackage Util+StringArray.swift
[72/115] Compiling SystemPackage Util.swift
[73/115] Emitting module Resultto
[74/115] Compiling SystemPackage UtilConsumers.swift
[75/115] Compiling SystemPackage FileDescriptor.swift
[76/115] Compiling SystemPackage FileHelpers.swift
[79/115] Emitting module GraphModule
[80/115] Compiling GraphModule DirectedGraph.swift
[81/115] Compiling RealModule ElementaryFunctions.swift
[90/115] Compiling RealModule RealFunctions.swift
[92/121] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/124] 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: " ",
[95/127] Compiling CustomDebugTreeConvertible DebugPrint.swift
[96/130] Compiling CustomDebugTreeConvertible TreeFormatter.swift
[97/130] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[98/130] Compiling SystemPackage RawBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[99/130] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[100/130] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[101/130] Compiling SystemPackage Backcompat.swift
[102/130] Compiling SystemPackage CInterop.swift
[103/130] Compiling SystemPackage Constants.swift
[104/130] Compiling SystemPackage Exports.swift
[105/130] Compiling SystemPackage FilePathTempPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[106/130] Compiling SystemPackage FilePathTempWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[107/130] Compiling SystemPackage FilePathWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[108/130] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[109/139] Compiling Resultto Count.swift
[110/141] Compiling unstandardProtocols EmptyInitializable.swift
[111/141] Emitting module _UAParserSwift
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:298:13: warning: static property 'browsers' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
296 |
297 | /// Browsers
298 | static let browsers: [Rule] = [
| |- warning: static property 'browsers' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'browsers' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
299 | Rule([
300 | "(opera\\smini)\\/([\\w\\.-]+)", // Opera Mini
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:417:13: warning: static property 'cpu' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
415 |
416 | /// CPU Architectures
417 | static let cpu: [Rule] = [
| |- warning: static property 'cpu' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'cpu' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
418 | Rule([
419 | "(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\\)]", // AMD64
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:442:13: warning: static property 'device' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
440 |
441 | /// Devices
442 | static let device: [Rule] = [
| |- warning: static property 'device' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'device' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
443 | Rule([
444 | "\\((ipad|playbook);[\\w\\s\\);-]+(rim|apple)", // iPad/PlayBook
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:695:13: warning: static property 'engine' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
693 |
694 | /// Browser Engines
695 | static let engine: [Rule] = [
| |- warning: static property 'engine' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'engine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
696 | Rule([
697 | "windows.+\\sedge\\/([\\w\\.]+)", // EdgeHTML
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:711:13: warning: static property 'os' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
709 |
710 | /// Operating Systems
711 | static let os: [Rule] = [
| |- warning: static property 'os' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'os' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
712 | Rule([
713 | // Windows based
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:298:13: warning: static property 'browsers' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
296 |
297 | /// Browsers
298 | static let browsers: [Rule] = [
| |- warning: static property 'browsers' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'browsers' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
299 | Rule([
300 | "(opera\\smini)\\/([\\w\\.-]+)", // Opera Mini
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:417:13: warning: static property 'cpu' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
415 |
416 | /// CPU Architectures
417 | static let cpu: [Rule] = [
| |- warning: static property 'cpu' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'cpu' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
418 | Rule([
419 | "(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\\)]", // AMD64
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:442:13: warning: static property 'device' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
440 |
441 | /// Devices
442 | static let device: [Rule] = [
| |- warning: static property 'device' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'device' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
443 | Rule([
444 | "\\((ipad|playbook);[\\w\\s\\);-]+(rim|apple)", // iPad/PlayBook
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:695:13: warning: static property 'engine' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
693 |
694 | /// Browser Engines
695 | static let engine: [Rule] = [
| |- warning: static property 'engine' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'engine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
696 | Rule([
697 | "windows.+\\sedge\\/([\\w\\.]+)", // EdgeHTML
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/UAParserSwift/LICENSE
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling operation Operation.swift
[3/50] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[4/50] Compiling InternalCollectionsUtilities UInt+reversed.swift
[5/51] Compiling RealModule Float80+Real.swift
[6/51] Compiling RealModule Real.swift
[7/51] Compiling RealModule RealFunctions.swift
[8/51] Compiling unstandardProtocols EmptyInitializable.swift
[9/51] Compiling RealModule Float+Real.swift
[10/51] Compiling unstandardProtocols ExpressibleByRawValue.swift
/host/spi-builder-workspace/Sources/unstandardProtocols/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 |
[11/51] Compiling RealModule Float16+Real.swift
[12/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/52] Compiling GraphModule GraphConstraint.swift
[14/52] Compiling GraphModule Graph.swift
[15/52] Emitting module operation
[16/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/81] Compiling RealModule ElementaryFunctions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/81] Emitting module unstandardProtocols
/host/spi-builder-workspace/Sources/unstandardProtocols/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 |
[20/81] Compiling SystemPackage Errno.swift
[21/81] Compiling SystemPackage ErrnoWindows.swift
[22/81] Emitting module Resultto
[23/82] Compiling Resultto AnyTrue.swift
[24/82] Compiling Resultto Sum.swift
[25/82] Compiling Resultto SingleResult.swift
[26/82] Compiling Resultto URLResult.swift
[27/82] Compiling unstandardProtocols Wrappable.swift
[28/82] Compiling Resultto Count.swift
[29/82] Compiling Resultto SetResult.swift
[32/82] Emitting module RealModule
[33/83] Compiling SystemPackage FilePathComponentView.swift
[34/83] Compiling SystemPackage FilePathComponents.swift
[35/83] Compiling SystemPackage FileOperations.swift
[36/83] Compiling SystemPackage FilePath.swift
[37/83] Compiling unstandardProtocols Iffable.swift
[38/83] Compiling unstandardProtocols SequenceInitializable.swift
[39/83] Compiling unstandardProtocols Updatable.swift
BUILD FAILURE 6.1 wasm