The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of HTMLKit, reference 3.0.0-alpha.11 (840aec), with Swift 6.0 for macOS (SPM) on 28 Feb 2025 15:38:24 UTC.

Swift 6 data race errors: 16

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -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

Build Log

 3 |
 4 |     public var rawValue: Int
 5 |
 6 |     public static let markdown = Features(rawValue: 1 << 0)
   |                       |- warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'markdown' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     public init(rawValue: Int) {
[1158/1228] Compiling ConsoleKitTerminal ProgressBar.swift
[1159/1228] Compiling ConsoleKitTerminal Console+Clear.swift
[1160/1228] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1161/1228] Compiling ConsoleKitTerminal ConsoleClear.swift
[1162/1228] Compiling ConsoleKitTerminal Console+Ask.swift
[1163/1228] Compiling ConsoleKitTerminal Console+Choose.swift
[1164/1228] Compiling ConsoleKitTerminal Console+Output.swift
[1165/1228] Compiling ConsoleKitTerminal Console+Wait.swift
[1166/1228] Compiling ConsoleKitTerminal ConsoleColor.swift
[1167/1228] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1168/1228] Compiling ConsoleKitTerminal ConsoleText.swift
[1169/1228] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1170/1228] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1171/1228] Compiling ConsoleKitTerminal CustomActivity.swift
[1172/1228] Compiling ConsoleKitTerminal LoadingBar.swift
[1173/1228] Compiling ConsoleKitTerminal Console+Confirm.swift
[1174/1228] Compiling ConsoleKitTerminal Console+Input.swift
[1175/1228] Compiling ConsoleKitTerminal Console+Center.swift
[1176/1228] Compiling ConsoleKitTerminal ANSI.swift
[1177/1228] Compiling ConsoleKitTerminal Console.swift
[1178/1228] Compiling ConsoleKitTerminal Terminal.swift
[1179/1228] Emitting module ConsoleKitTerminal
[1180/1228] Compiling HTMLKit Markdown.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKit/Framework/Rendering/Features.swift:6:23: warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// An option set of features.
 2 | public struct Features: Swift.OptionSet {
   |               `- note: consider making struct 'Features' conform to the 'Sendable' protocol
 3 |
 4 |     public var rawValue: Int
 5 |
 6 |     public static let markdown = Features(rawValue: 1 << 0)
   |                       |- warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'markdown' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     public init(rawValue: Int) {
[1181/1228] Compiling HTMLKit MarkdownString.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKit/Framework/Rendering/Features.swift:6:23: warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// An option set of features.
 2 | public struct Features: Swift.OptionSet {
   |               `- note: consider making struct 'Features' conform to the 'Sendable' protocol
 3 |
 4 |     public var rawValue: Int
 5 |
 6 |     public static let markdown = Features(rawValue: 1 << 0)
   |                       |- warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'markdown' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     public init(rawValue: Int) {
[1182/1228] Compiling HTMLKit MarkdownNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKit/Framework/Rendering/Features.swift:6:23: warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// An option set of features.
 2 | public struct Features: Swift.OptionSet {
   |               `- note: consider making struct 'Features' conform to the 'Sendable' protocol
 3 |
 4 |     public var rawValue: Int
 5 |
 6 |     public static let markdown = Features(rawValue: 1 << 0)
   |                       |- warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'markdown' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     public init(rawValue: Int) {
[1183/1228] Compiling HTMLKit MarkdownParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKit/Framework/Rendering/Features.swift:6:23: warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// An option set of features.
 2 | public struct Features: Swift.OptionSet {
   |               `- note: consider making struct 'Features' conform to the 'Sendable' protocol
 3 |
 4 |     public var rawValue: Int
 5 |
 6 |     public static let markdown = Features(rawValue: 1 << 0)
   |                       |- warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'markdown' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     public init(rawValue: Int) {
[1184/1228] Compiling HTMLKit Renderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKit/Framework/Rendering/Features.swift:6:23: warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// An option set of features.
 2 | public struct Features: Swift.OptionSet {
   |               `- note: consider making struct 'Features' conform to the 'Sendable' protocol
 3 |
 4 |     public var rawValue: Int
 5 |
 6 |     public static let markdown = Features(rawValue: 1 << 0)
   |                       |- warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'markdown' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     public init(rawValue: Int) {
[1185/1228] Compiling HTMLKit Security.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKit/Framework/Rendering/Features.swift:6:23: warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// An option set of features.
 2 | public struct Features: Swift.OptionSet {
   |               `- note: consider making struct 'Features' conform to the 'Sendable' protocol
 3 |
 4 |     public var rawValue: Int
 5 |
 6 |     public static let markdown = Features(rawValue: 1 << 0)
   |                       |- warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'markdown' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     public init(rawValue: Int) {
[1186/1228] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1187/1228] Compiling ConsoleKitTerminal LoggerFragment.swift
[1188/1250] Compiling ConsoleKitCommands CommandInput.swift
[1194/1250] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1195/1250] Compiling ConsoleKitCommands AsyncCommand.swift
[1196/1250] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1197/1252] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1198/1252] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1199/1252] Compiling ConsoleKitCommands CommandGroup.swift
[1201/1252] Emitting module ConsoleKitCommands
[1202/1252] Compiling ConsoleKitCommands Commands.swift
[1203/1252] Compiling ConsoleKitCommands Console+Run.swift
[1204/1252] Compiling ConsoleKitCommands Argument.swift
[1205/1252] Compiling ConsoleKitCommands CommandSignature.swift
[1206/1252] Compiling ConsoleKitCommands Flag.swift
[1207/1252] Compiling ConsoleKitCommands Option.swift
[1208/1252] Compiling ConsoleKitCommands Command.swift
[1209/1252] Compiling ConsoleKitCommands CommandContext.swift
[1210/1252] Compiling ConsoleKitCommands CommandError.swift
[1211/1252] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1212/1252] Compiling ConsoleKitCommands Utilities.swift
[1218/1252] Compiling ConsoleKitCommands AsyncCommands.swift
[1219/1252] Emitting module Atomics
[1220/1313] Compiling NIOCore CircularBuffer.swift
[1221/1313] Compiling NIOCore NIOLoopBound.swift
[1222/1313] Compiling NIOCore ChannelInvoker.swift
[1223/1313] Compiling NIOCore ChannelOption.swift
[1224/1313] Compiling NIOCore ChannelPipeline.swift
[1225/1315] Emitting module ConsoleKit
[1226/1315] Compiling ConsoleKit Exports.swift
[1227/1315] Emitting module Algorithms
[1228/1315] Compiling NIOCore AddressedEnvelope.swift
[1229/1315] Compiling NIOCore AsyncAwaitSupport.swift
[1230/1315] Compiling NIOCore AsyncChannel.swift
[1231/1315] Compiling NIOCore AsyncChannelHandler.swift
[1232/1315] Compiling NIOCore AsyncChannelInboundStream.swift
[1233/1315] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1234/1315] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1235/1321] Compiling NIOCore Interfaces.swift
[1236/1321] Compiling NIOCore Linux.swift
[1237/1321] Compiling NIOCore MarkedCircularBuffer.swift
[1238/1321] Compiling NIOCore MulticastChannel.swift
[1239/1321] Compiling NIOCore NIOAny.swift
[1240/1321] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1241/1321] Compiling NIOCore Codec.swift
[1242/1321] Compiling NIOCore ConvenienceOptionSupport.swift
[1243/1321] Compiling NIOCore DeadChannel.swift
[1244/1321] Compiling NIOCore DispatchQueue+WithFuture.swift
[1245/1321] Compiling NIOCore EventLoop+Deprecated.swift
[1246/1321] Compiling NIOCore EventLoop+SerialExecutor.swift
[1247/1321] Compiling NIOCore EventLoop.swift
[1248/1321] Compiling NIOCore SocketOptionProvider.swift
[1249/1321] Compiling NIOCore SystemCallHelpers.swift
[1250/1321] Compiling NIOCore TimeAmount+Duration.swift
[1251/1321] Compiling NIOCore TypeAssistedChannelHandler.swift
[1252/1321] Compiling NIOCore UniversalBootstrapSupport.swift
[1253/1321] Compiling NIOCore Utilities.swift
[1254/1321] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1255/1321] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1256/1321] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1257/1321] Compiling NIOCore EventLoopFuture.swift
[1258/1321] Compiling NIOCore FileDescriptor.swift
[1259/1321] Compiling NIOCore FileHandle.swift
[1260/1321] Compiling NIOCore FileRegion.swift
[1261/1321] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1262/1321] Compiling NIOCore NIOAsyncWriter.swift
[1263/1321] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1264/1321] Compiling NIOCore BSDSocketAPI.swift
[1265/1321] Compiling NIOCore ByteBuffer-aux.swift
[1266/1321] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1267/1321] Compiling NIOCore ByteBuffer-conversions.swift
[1268/1321] Compiling NIOCore Channel.swift
[1269/1321] Compiling NIOCore ChannelHandler.swift
[1270/1321] Compiling NIOCore ChannelHandlers.swift
[1276/1321] Compiling NIOCore NIOScheduledCallback.swift
[1277/1321] Compiling NIOCore NIOSendable.swift
[1278/1321] Compiling NIOCore RecvByteBufferAllocator.swift
[1279/1321] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1280/1321] Compiling NIOCore SocketAddresses.swift
[1281/1321] Compiling NIOCore GlobalSingletons.swift
[1282/1321] Compiling NIOCore IO.swift
[1283/1321] Compiling NIOCore IOData.swift
[1284/1321] Compiling NIOCore IPProtocol.swift
[1285/1321] Compiling NIOCore IntegerBitPacking.swift
[1286/1321] Compiling NIOCore IntegerTypes.swift
[1287/1321] Compiling NIOCore ByteBuffer-core.swift
[1288/1321] Compiling NIOCore ByteBuffer-hex.swift
[1289/1321] Compiling NIOCore ByteBuffer-int.swift
[1290/1321] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1291/1321] Compiling NIOCore ByteBuffer-multi-int.swift
[1292/1321] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1293/1321] Compiling NIOCore ByteBuffer-views.swift
[1294/1321] Emitting module NIOCore
[1295/1374] Emitting module NIOEmbedded
[1296/1374] Compiling NIOEmbedded AsyncTestingChannel.swift
[1297/1374] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1298/1374] Compiling NIOEmbedded Embedded.swift
[1299/1374] Compiling NIOPosix SocketProtocols.swift
[1300/1374] Compiling NIOPosix System.swift
[1301/1374] Compiling NIOPosix Thread.swift
[1302/1374] Compiling NIOPosix ThreadPosix.swift
[1303/1374] Compiling NIOPosix ThreadWindows.swift
[1304/1379] Compiling NIOPosix Selectable.swift
[1305/1379] Compiling NIOPosix SelectableChannel.swift
[1306/1379] Compiling NIOPosix SelectableEventLoop.swift
[1307/1379] Compiling NIOPosix SelectorEpoll.swift
[1308/1379] Compiling NIOPosix SelectorGeneric.swift
[1309/1379] Compiling NIOPosix UnsafeTransfer.swift
[1310/1379] Compiling NIOPosix Utilities.swift
[1311/1379] Compiling NIOPosix VsockAddress.swift
[1312/1379] Compiling NIOPosix VsockChannelEvents.swift
[1313/1379] Compiling NIOPosix resource_bundle_accessor.swift
[1314/1379] Compiling NIOPosix BSDSocketAPICommon.swift
[1315/1379] Compiling NIOPosix BSDSocketAPIPosix.swift
[1316/1379] Compiling NIOPosix BSDSocketAPIWindows.swift
[1317/1379] Compiling NIOPosix BaseSocket.swift
[1318/1379] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1319/1379] Compiling NIOPosix BaseSocketChannel.swift
[1320/1379] Compiling NIOPosix SelectorKqueue.swift
[1321/1379] Compiling NIOPosix SelectorUring.swift
[1322/1379] Compiling NIOPosix ServerSocket.swift
[1323/1379] Compiling NIOPosix Socket.swift
[1324/1379] Compiling NIOPosix SocketChannel.swift
[1325/1379] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1326/1379] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1327/1379] Compiling NIOPosix PosixSingletons.swift
[1328/1379] Compiling NIOPosix RawSocketBootstrap.swift
[1329/1379] Compiling NIOPosix Resolver.swift
[1330/1379] Compiling NIOPosix PendingDatagramWritesManager.swift
[1331/1379] Compiling NIOPosix PendingWritesManager.swift
[1332/1379] Compiling NIOPosix PipeChannel.swift
[1333/1379] Compiling NIOPosix PipePair.swift
[1334/1379] Compiling NIOPosix Pool.swift
[1335/1379] Compiling NIOPosix LinuxCPUSet.swift
[1336/1379] Compiling NIOPosix LinuxUring.swift
[1337/1379] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1338/1379] Compiling NIOPosix NIOThreadPool.swift
[1339/1379] Compiling NIOPosix NonBlockingFileIO.swift
[1340/1379] Compiling NIOPosix GetaddrinfoResolver.swift
[1341/1379] Compiling NIOPosix HappyEyeballs.swift
[1342/1379] Compiling NIOPosix IO.swift
[1343/1379] Compiling NIOPosix IntegerBitPacking.swift
[1344/1379] Compiling NIOPosix IntegerTypes.swift
[1345/1379] Compiling NIOPosix Linux.swift
[1346/1379] Compiling NIOPosix BaseStreamSocketChannel.swift
[1347/1379] Compiling NIOPosix Bootstrap.swift
[1348/1379] Compiling NIOPosix ControlMessage.swift
[1349/1379] Compiling NIOPosix DatagramVectorReadManager.swift
[1350/1379] Compiling NIOPosix Errors+Any.swift
[1351/1379] Compiling NIOPosix FileDescriptor.swift
[1352/1379] Emitting module NIOPosix
[1353/1440] Emitting module NIO
[1354/1440] Compiling NIO Exports.swift
[1355/1480] Compiling _NIOFileSystem IOStrategy.swift
[1356/1480] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1357/1482] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1358/1482] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1359/1482] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1360/1482] Compiling NIOSOCKS Messages.swift
[1361/1482] Compiling NIOSOCKS SOCKSResponse.swift
[1362/1482] Compiling NIOSOCKS ClientStateMachine.swift
[1363/1482] Compiling NIOSOCKS Helpers.swift
[1364/1482] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1365/1482] Compiling NIOSOCKS SOCKSRequest.swift
[1366/1483] Compiling NIOSOCKS Errors.swift
[1367/1483] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1368/1483] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1369/1483] Emitting module NIOSOCKS
[1370/1483] Compiling NIOHTTP1 HTTPEncoder.swift
[1371/1483] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1372/1483] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1373/1483] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1374/1483] Emitting module NIOTLS
[1375/1483] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1376/1483] Compiling NIOTLS SNIHandler.swift
[1377/1483] Compiling NIOTLS TLSEvents.swift
[1378/1483] Compiling NIOSOCKS ServerStateMachine.swift
[1379/1513] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1380/1513] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1381/1514] Compiling NIOSSL SSLPrivateKey.swift
[1382/1514] Compiling NIOSSL SubjectAlternativeName.swift
[1383/1514] Compiling NIOSSL NIOSSLSecureBytes.swift
[1384/1514] Compiling NIOSSL ObjectIdentifier.swift
[1385/1514] Compiling NIOSSL PosixPort.swift
[1386/1514] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1387/1514] Emitting module NIOFoundationCompat
[1388/1514] Compiling NIOSSL SSLCertificate.swift
[1389/1514] Compiling NIOSSL SSLCertificateExtensions.swift
[1390/1514] Compiling NIOSSL SafeCompare.swift
[1391/1514] Compiling NIOSSL Zeroization.swift
[1392/1539] Compiling NIOSSL SSLContext.swift
[1393/1539] Compiling NIOSSL SSLErrors.swift
[1394/1539] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1395/1539] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1396/1539] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1397/1539] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1398/1539] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1399/1539] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1400/1539] Compiling NIOTransportServices AcceptHandler.swift
[1401/1539] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1402/1539] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1403/1539] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1404/1539] Compiling NIOTransportServices NIOTSErrors.swift
[1405/1539] Compiling _NIOFileSystem OpenOptions.swift
[1406/1539] Compiling _NIOFileSystem String+FileSystem.swift
[1407/1539] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1408/1539] Emitting module _NIOFileSystem
[1411/1539] Compiling NIOTransportServices NIOTSBootstraps.swift
[1412/1539] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1419/1539] Emitting module NIOHTTP1
[1420/1539] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1421/1539] Compiling NIOTransportServices NIOTSEventLoop.swift
[1422/1539] Compiling NIOTransportServices NIOTSSingletons.swift
[1423/1539] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1424/1539] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1425/1539] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1426/1539] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1429/1539] Compiling NIOSSL SSLCallbacks.swift
[1430/1604] Compiling NIOSSL TLSConfiguration.swift
[1431/1604] Compiling _NIOFileSystem Errno.swift
[1432/1604] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1433/1604] Compiling _NIOFileSystem Mocking.swift
[1434/1604] Compiling _NIOFileSystem Syscall.swift
[1435/1604] Compiling _NIOFileSystem Syscalls.swift
[1436/1604] Compiling _NIOFileSystem SystemFileHandle.swift
[1437/1604] Compiling _NIOFileSystem Utilities.swift
[1438/1604] Compiling NIOExtras LineBasedFrameDecoder.swift
[1439/1604] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1440/1604] Compiling NIOExtras NIORequestIdentifiable.swift
[1441/1607] Compiling MultipartKit Exports.swift
[1442/1607] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1443/1607] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1444/1607] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1445/1607] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1446/1607] Compiling NIOExtras JSONRPCFraming.swift
[1447/1607] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1448/1607] Compiling NIOExtras LengthFieldPrepender.swift
[1449/1607] Compiling NIOHPACK IntegerCoding.swift
[1450/1607] Compiling NIOHPACK IndexedHeaderTable.swift
[1451/1608] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1452/1608] Compiling NIOWebSocket WebSocketOpcode.swift
[1459/1609] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1460/1609] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1461/1609] Emitting module NIOTransportServices
[1462/1609] Compiling MultipartKit FormDataDecoder.swift
[1464/1609] Compiling NIOExtras RequestResponseHandler.swift
[1465/1609] Compiling NIOExtras NIOExtrasError.swift
[1469/1609] Compiling NIOExtras PCAPRingBuffer.swift
[1470/1609] Compiling NIOExtras QuiescingHelper.swift
[1481/1611] Compiling NIOHPACK StaticHeaderTable.swift
[1482/1611] Compiling NIOSSL UniversalBootstrapSupport.swift
[1483/1611] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1484/1611] Compiling NIOSSL resource_bundle_accessor.swift
[1487/1613] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1496/1614] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1497/1614] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1498/1614] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1499/1614] Compiling NIOHTTPCompression HTTPDecompression.swift
[1500/1614] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1501/1614] Emitting module NIOHTTPCompression
[1502/1614] Compiling NIOHTTPCompression HTTPCompression.swift
[1503/1614] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1504/1614] Compiling NIOHPACK HuffmanCoding.swift
[1505/1614] Compiling NIOHPACK HuffmanTables.swift
[1514/1614] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1515/1614] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1516/1614] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1517/1614] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1518/1614] Compiling NIOWebSocket SHA1.swift
[1519/1614] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1520/1614] Compiling NIOWebSocket WebSocketFrame.swift
[1521/1614] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1522/1614] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1523/1614] Emitting module NIOWebSocket
[1542/1614] Emitting module MultipartKit
[1549/1614] Compiling MultipartKit MultipartSerializer.swift
[1550/1614] Compiling MultipartKit Utilities.swift
[1551/1619] Compiling NIOHPACK HeaderTables.swift
[1552/1619] Compiling NIOHPACK HPACKEncoder.swift
[1553/1619] Compiling NIOHPACK HPACKHeader.swift
[1554/1619] Compiling NIOHPACK HPACKErrors.swift
[1557/1619] Emitting module NIOSSL
[1558/1619] Compiling NIOFileSystem Exports.swift
[1559/1619] Emitting module NIOFileSystem
[1560/1619] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1561/1619] Emitting module _NIOFileSystemFoundationCompat
[1562/1619] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1563/1619] Emitting module NIOExtras
[1564/1619] Emitting module NIOHPACK
[1577/1679] Compiling NIOExtras WritePCAPHandler.swift
[1578/1687] Compiling WebSocketKit WebSocket.swift
[1579/1687] Compiling WebSocketKit WebSocketHandler.swift
[1580/1687] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1581/1687] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1582/1687] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1583/1687] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1584/1687] Compiling NIOHTTP2 InboundEventBuffer.swift
[1585/1687] Compiling NIOHTTP2 InboundWindowManager.swift
[1586/1687] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1587/1687] Emitting module HTMLKit
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKit/Framework/Rendering/Features.swift:6:23: warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// An option set of features.
 2 | public struct Features: Swift.OptionSet {
   |               `- note: consider making struct 'Features' conform to the 'Sendable' protocol
 3 |
 4 |     public var rawValue: Int
 5 |
 6 |     public static let markdown = Features(rawValue: 1 << 0)
   |                       |- warning: static property 'markdown' is not concurrency-safe because non-'Sendable' type 'Features' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'markdown' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     public init(rawValue: Int) {
[1588/1687] Compiling NIOHTTP2 Error+Any.swift
[1589/1687] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1590/1687] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1591/1687] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1592/1687] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1593/1687] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1594/1687] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1595/1687] Compiling WebSocketKit Exports.swift
[1596/1687] Compiling WebSocketKit WebSocket+Connect.swift
[1597/1687] Compiling WebSocketKit WebSocket+Concurrency.swift
[1598/1687] Emitting module WebSocketKit
[1599/1687] Compiling WebSocketKit WebSocketClient.swift
[1613/1693] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1614/1693] Compiling NIOHTTP2 StreamChannelList.swift
[1615/1693] Compiling NIOHTTP2 StreamMap.swift
[1616/1693] Compiling NIOHTTP2 StreamStateMachine.swift
[1617/1693] Compiling NIOHTTP2 UnsafeTransfer.swift
[1618/1693] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1619/1693] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1620/1693] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1621/1693] Compiling NIOHTTP2 MayReceiveFrames.swift
[1622/1693] Compiling NIOHTTP2 ReceivingDataState.swift
[1623/1693] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1624/1693] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1625/1693] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1626/1693] Emitting module NIOHTTP2
[1627/1693] Compiling NIOHTTP2 HTTP2Settings.swift
[1628/1693] Compiling NIOHTTP2 HTTP2Stream.swift
[1629/1693] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1630/1693] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1631/1693] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1632/1693] Compiling NIOHTTP2 HTTP2StreamID.swift
[1633/1693] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1634/1693] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1635/1693] Compiling NIOHTTP2 MaySendFrames.swift
[1636/1693] Compiling NIOHTTP2 SendingDataState.swift
[1637/1693] Compiling NIOHTTP2 SendingGoawayState.swift
[1638/1693] Compiling NIOHTTP2 SendingHeadersState.swift
[1639/1693] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1640/1693] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1641/1693] Compiling NIOHTTP2 HTTP2Frame.swift
[1642/1693] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1643/1693] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1644/1693] Compiling NIOHTTP2 HTTP2PingData.swift
[1645/1693] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1646/1693] Compiling NIOHTTP2 SendingRstStreamState.swift
[1647/1693] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1648/1693] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1649/1693] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1650/1693] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1651/1693] Compiling NIOHTTP2 HasLocalSettings.swift
[1652/1693] Compiling NIOHTTP2 HasRemoteSettings.swift
[1653/1693] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1654/1693] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1655/1693] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1656/1693] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1657/1693] Compiling NIOHTTP2 HTTP2Error.swift
[1658/1693] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1659/1693] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1660/1693] Compiling NIOHTTP2 QuiescingState.swift
[1661/1693] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1662/1693] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1663/1693] Compiling NIOHTTP2 StateMachineResult.swift
[1664/1693] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1665/1693] Compiling NIOHTTP2 DOSHeuristics.swift
[1666/1754] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1667/1754] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1668/1754] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1669/1754] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1670/1754] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1671/1754] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1672/1754] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1673/1760] Compiling AsyncHTTPClient SSLContextCache.swift
[1674/1760] Compiling AsyncHTTPClient Scheme.swift
[1675/1760] Compiling AsyncHTTPClient Singleton.swift
[1676/1760] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1677/1760] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1678/1760] Compiling AsyncHTTPClient Utils.swift
[1679/1760] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1680/1760] Compiling AsyncHTTPClient ConnectionTarget.swift
[1681/1760] Compiling AsyncHTTPClient DeconstructedURL.swift
[1682/1760] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1683/1760] Compiling AsyncHTTPClient FoundationExtensions.swift
[1684/1760] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1685/1760] Emitting module AsyncKit
[1686/1760] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1687/1760] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1688/1760] Compiling AsyncHTTPClient ConnectionPool.swift
[1689/1760] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1690/1760] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1691/1760] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1692/1760] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1693/1760] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1694/1760] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1695/1760] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1696/1760] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1697/1760] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1698/1760] Compiling AsyncHTTPClient RequestBodyLength.swift
[1699/1760] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1700/1760] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1701/1760] Compiling AsyncHTTPClient TLSConfiguration.swift
[1702/1760] Compiling AsyncHTTPClient RedirectState.swift
[1703/1760] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1704/1760] Compiling AsyncHTTPClient RequestBag.swift
[1705/1760] Compiling AsyncHTTPClient RequestValidation.swift
[1706/1760] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1707/1760] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1708/1760] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1709/1760] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1710/1760] Compiling AsyncHTTPClient Transaction.swift
[1711/1760] Compiling AsyncHTTPClient Base64.swift
[1712/1760] Compiling AsyncHTTPClient BasicAuth.swift
[1713/1760] Compiling AsyncHTTPClient HTTP1Connection.swift
[1714/1760] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1715/1760] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1716/1760] Compiling AsyncHTTPClient HTTP2Connection.swift
[1717/1760] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1718/1760] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1719/1760] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1720/1760] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1721/1760] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1722/1760] Compiling AsyncHTTPClient HTTPClient.swift
[1723/1760] Compiling AsyncHTTPClient HTTPHandler.swift
[1724/1760] Compiling AsyncHTTPClient LRUCache.swift
[1725/1760] Compiling AsyncHTTPClient NWErrorHandler.swift
[1726/1760] Compiling AsyncHTTPClient RequestOptions.swift
[1727/1760] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1728/1760] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1729/1760] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1730/1760] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1731/1760] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1732/1760] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1733/1760] Emitting module AsyncHTTPClient
[1748/1956] Compiling Vapor DotEnv.swift
[1749/1956] Compiling Vapor Extendable.swift
[1750/1956] Compiling Vapor File.swift
[1751/1956] Compiling Vapor FileIO.swift
[1752/1956] Compiling Vapor LifecycleHandler.swift
[1753/1956] Compiling Vapor OptionalType.swift
[1754/1956] Compiling Vapor RFC1123.swift
[1755/2006] Compiling HTMLKitComponents InputModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:10:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'top' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:11:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bottom' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:12:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'leading' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:13:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'trailing' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:14:23: warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
   |                       |- warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'horizontal' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:15:23: warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
   |                       |- warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'vertical' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
[1756/2006] Compiling HTMLKitComponents TextModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:10:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'top' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:11:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bottom' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:12:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'leading' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:13:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'trailing' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:14:23: warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
   |                       |- warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'horizontal' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:15:23: warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
   |                       |- warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'vertical' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
[1757/2006] Compiling HTMLKitComponents ViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:10:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'top' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:11:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bottom' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:12:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'leading' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:13:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'trailing' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:14:23: warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
   |                       |- warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'horizontal' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:15:23: warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
   |                       |- warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'vertical' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
[1758/2006] Compiling HTMLKitComponents Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:10:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'top' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:11:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bottom' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:12:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'leading' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:13:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'trailing' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:14:23: warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
   |                       |- warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'horizontal' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:15:23: warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
   |                       |- warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'vertical' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
[1759/2006] Compiling HTMLKitComponents Action.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:10:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'top' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:11:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bottom' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:12:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'leading' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:13:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'trailing' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:14:23: warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
   |                       |- warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'horizontal' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:15:23: warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
   |                       |- warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'vertical' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
[1760/2010] Compiling HTMLKitComponents SubmitAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1761/2010] Compiling HTMLKitComponents ViewAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1762/2010] Compiling HTMLKitComponents ActionBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1763/2010] Compiling HTMLKitComponents Alert.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1764/2010] Compiling HTMLKitComponents Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1765/2010] Compiling HTMLKitComponents Configurations.swift
[1766/2010] Compiling HTMLKitComponents DynamicType.swift
[1767/2010] Compiling HTMLKitComponents Actionable.swift
[1768/2010] Compiling HTMLKitComponents Identifiable.swift
[1769/2010] Compiling HTMLKitComponents Modifiable.swift
[1770/2010] Compiling HTMLKitComponents Card.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1771/2010] Compiling HTMLKitComponents Carousel.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1772/2010] Compiling HTMLKitComponents Chart.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1773/2010] Compiling HTMLKitComponents Disclosure.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1774/2010] Compiling HTMLKitComponents Divider.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1775/2010] Compiling HTMLKitComponents Components+Image.swift
[1776/2010] Compiling HTMLKitComponents Components+String.swift
[1777/2010] Compiling HTMLKitComponents ButtonModifier.swift
[1778/2010] Compiling HTMLKitComponents GraphicsModifier.swift
[1779/2010] Compiling HTMLKitComponents ImageModifier.swift
[1780/2010] Compiling HTMLKitComponents Link.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1781/2010] Compiling HTMLKitComponents List.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1782/2010] Compiling HTMLKitComponents Modal.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1783/2010] Compiling HTMLKitComponents Navigation.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1784/2010] Compiling HTMLKitComponents Scroll.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1785/2010] Compiling Vapor RouteCollection.swift
[1786/2010] Compiling Vapor Routes.swift
[1787/2010] Compiling Vapor RoutesBuilder+Group.swift
[1788/2010] Compiling Vapor RoutesBuilder+Method.swift
[1789/2010] Compiling Vapor RoutesBuilder+Middleware.swift
[1790/2010] Compiling Vapor RoutesBuilder+WebSocket.swift
[1791/2010] Compiling Vapor RoutesBuilder.swift
[1792/2010] Compiling Vapor OTP.swift
[1793/2010] Compiling Vapor Application+Servers.swift
[1794/2010] Compiling Vapor Server.swift
[1795/2010] Compiling Vapor App+Service.swift
[1796/2010] Compiling Vapor Req+Service.swift
[1797/2010] Compiling Vapor Service.swift
[1798/2010] Compiling Vapor Application+Sessions.swift
[1799/2010] Compiling Vapor MemorySessions.swift
[1800/2010] Compiling Vapor Request+Session.swift
[1801/2010] Compiling Vapor Session.swift
[1802/2010] Compiling Vapor SessionCache.swift
[1803/2010] Compiling Vapor SessionData.swift
[1804/2010] Compiling Vapor SessionDriver.swift
[1805/2010] Compiling Vapor SessionsConfiguration.swift
[1808/2010] Compiling HTMLKitComponents Selectable.swift
[1809/2010] Compiling HTMLKitComponents Tokens.swift
[1810/2010] Compiling HTMLKitComponents Validator.swift
[1811/2010] Compiling HTMLKitComponents resource_bundle_accessor.swift
[1812/2010] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1813/2010] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1814/2010] Compiling Vapor DotEnvFile+load.swift
[1815/2010] Compiling Vapor Routes+caseInsenstive.swift
[1816/2010] Compiling Vapor Validatable+validate.swift
[1817/2010] Compiling Vapor Environment+Process.swift
[1818/2010] Compiling Vapor Environment+Secret.swift
[1819/2010] Compiling Vapor Environment.swift
[1820/2010] Compiling Vapor Abort.swift
[1821/2010] Compiling Vapor AbortError.swift
[1822/2010] Compiling Vapor DebuggableError.swift
[1823/2010] Compiling Vapor Demangler.swift
[1824/2010] Compiling Vapor ErrorSource.swift
[1825/2010] Compiling Vapor StackTrace.swift
[1826/2010] Compiling Vapor Exports.swift
[1827/2010] Compiling Vapor Application+HTTP.swift
[1832/2031] Compiling HTMLKitComponents Video.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1833/2031] Compiling HTMLKitComponents DragEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1834/2031] Compiling HTMLKitComponents FormEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1835/2031] Compiling HTMLKitComponents MouseEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1836/2031] Compiling HTMLKitComponents PressEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1837/2031] Compiling HTMLKitComponents Snippet.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1838/2031] Compiling HTMLKitComponents Stack.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1839/2031] Compiling HTMLKitComponents Symbol.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1840/2031] Compiling HTMLKitComponents Tabs.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1841/2031] Compiling HTMLKitComponents Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1857/2031] Compiling HTMLKitComponents Dropdown.swift
[1858/2031] Compiling HTMLKitComponents Form.swift
[1859/2031] Compiling HTMLKitComponents Grid.swift
[1860/2031] Compiling HTMLKitComponents Grouping.swift
[1861/2031] Compiling HTMLKitComponents Image.swift
[1863/2031] Compiling Vapor Case.swift
[1864/2031] Compiling Vapor CharacterSet.swift
[1865/2031] Compiling Vapor Count.swift
[1866/2031] Compiling Vapor Custom.swift
[1867/2031] Compiling Vapor Email.swift
[1868/2031] Compiling Vapor Empty.swift
[1869/2031] Compiling Vapor In.swift
[1870/2031] Compiling Vapor Nil.swift
[1871/2031] Compiling Vapor NilIgnoring.swift
[1872/2031] Compiling Vapor Not.swift
[1873/2031] Compiling Vapor Or.swift
[1874/2031] Compiling Vapor Pattern.swift
[1875/2031] Compiling Vapor Range.swift
[1876/2031] Compiling Vapor URL.swift
[1877/2031] Compiling Vapor Valid.swift
[1878/2031] Compiling Vapor Application+Views.swift
[1879/2031] Compiling Vapor PlaintextRenderer.swift
[1880/2031] Compiling Vapor Request+View.swift
[1881/2031] Compiling Vapor View.swift
[1882/2031] Compiling Vapor ViewRenderer.swift
[1883/2031] Compiling Vapor _Deprecations.swift
[1884/2031] Compiling HTMLKitConverter Converter.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitConverter/Converter.swift:15:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Converter' may have shared mutable state; this is an error in the Swift 6 language mode
  6 |
  7 | @available(macOS 11.0, *)
  8 | public class Converter {
    |              `- note: class 'Converter' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum ConverterError: Error {
    :
 13 |     }
 14 |
 15 |     public static let `default` = Converter()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Converter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitConverter/Parser.swift:35:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Parser' may have shared mutable state; this is an error in the Swift 6 language mode
   6 | #endif
   7 |
   8 | internal class Parser {
     |                `- note: class 'Parser' does not conform to the 'Sendable' protocol
   9 |
  10 |     internal enum ParserError: Error {
     :
  33 |     }
  34 |
  35 |     internal static let shared = Parser()
     |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Parser' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  36 |
  37 |     private init() {}
[1885/2031] Compiling HTMLKitConverter InitRepresentable.swift
[1886/2031] Compiling HTMLKitConverter Parser.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitConverter/Parser.swift:35:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Parser' may have shared mutable state; this is an error in the Swift 6 language mode
   6 | #endif
   7 |
   8 | internal class Parser {
     |                `- note: class 'Parser' does not conform to the 'Sendable' protocol
   9 |
  10 |     internal enum ParserError: Error {
     :
  33 |     }
  34 |
  35 |     internal static let shared = Parser()
     |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Parser' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  36 |
  37 |     private init() {}
[1887/2031] Emitting module HTMLKitConverter
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitConverter/Converter.swift:15:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Converter' may have shared mutable state; this is an error in the Swift 6 language mode
  6 |
  7 | @available(macOS 11.0, *)
  8 | public class Converter {
    |              `- note: class 'Converter' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum ConverterError: Error {
    :
 13 |     }
 14 |
 15 |     public static let `default` = Converter()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Converter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitConverter/Parser.swift:35:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Parser' may have shared mutable state; this is an error in the Swift 6 language mode
   6 | #endif
   7 |
   8 | internal class Parser {
     |                `- note: class 'Parser' does not conform to the 'Sendable' protocol
   9 |
  10 |     internal enum ParserError: Error {
     :
  33 |     }
  34 |
  35 |     internal static let shared = Parser()
     |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Parser' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  36 |
  37 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
[1893/2033] Emitting module HTMLKitComponents
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:17:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:10:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'top' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:11:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
 9 |
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bottom' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:12:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
10 |     public static let top = EdgeSet(rawValue: 1 << 0)
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'leading' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:13:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
11 |     public static let bottom = EdgeSet(rawValue: 1 << 1)
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'trailing' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:14:23: warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
12 |     public static let leading = EdgeSet(rawValue: 1 << 2)
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
   |                       |- warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'horizontal' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
16 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Options.swift:15:23: warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |  */
 5 |
 6 | public struct EdgeSet: OptionSet {
   |               `- note: consider making struct 'EdgeSet' conform to the 'Sendable' protocol
 7 |
 8 |     public var rawValue: Int
   :
13 |     public static let trailing = EdgeSet(rawValue: 1 << 3)
14 |     public static let horizontal = EdgeSet(rawValue: 1 << 4)
15 |     public static let vertical = EdgeSet(rawValue: 1 << 5)
   |                       |- warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'EdgeSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'vertical' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     public static let all: EdgeSet = [.top, .bottom, .leading, .trailing]
[1894/2033] Compiling ConvertCommand ConvertCommand.swift
[1895/2033] Emitting module ConvertCommand
[1895/2035] Write Objects.LinkFileList
[1897/2035] Emitting module DeployCommand
/Users/admin/builder/spi-builder-workspace/Sources/Commands/Components/DeployCommand.swift:21:24: warning: static property 'manager' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
 19 |     }
 20 |
 21 |     private static let manager = FileManager.default
    |                        |- warning: static property 'manager' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'manager' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     internal static func main() throws {
Foundation.FileManager:1:12: note: class 'FileManager' does not conform to the 'Sendable' protocol
  1 | open class FileManager : NSObject {
    |            `- note: class 'FileManager' does not conform to the 'Sendable' protocol
  2 |     open class var `default`: FileManager { get }
  3 |     @available(swift, obsoleted: 3, renamed: "default")
[1898/2035] Compiling DeployCommand DeployCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/Commands/Components/DeployCommand.swift:21:24: warning: static property 'manager' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
 19 |     }
 20 |
 21 |     private static let manager = FileManager.default
    |                        |- warning: static property 'manager' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'manager' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     internal static func main() throws {
Foundation.FileManager:1:12: note: class 'FileManager' does not conform to the 'Sendable' protocol
  1 | open class FileManager : NSObject {
    |            `- note: class 'FileManager' does not conform to the 'Sendable' protocol
  2 |     open class var `default`: FileManager { get }
  3 |     @available(swift, obsoleted: 3, renamed: "default")
[1898/2035] Write Objects.LinkFileList
[1899/2035] Linking ConvertCommand
[1900/2035] Applying ConvertCommand
[1901/2035] Linking DeployCommand
[1902/2035] Applying DeployCommand
[1904/2035] Compiling Vapor BasicResponder.swift
[1905/2035] Compiling Vapor BodyStream.swift
[1906/2035] Compiling Vapor Application+HTTP+Client.swift
[1907/2035] Compiling Vapor EventLoopHTTPClient.swift
[1908/2035] Compiling Vapor EndpointCache.swift
[1909/2035] Compiling Vapor HTTPMethod+String.swift
[1910/2035] Compiling Vapor HTTPStatus.swift
[1911/2035] Compiling Vapor HTTPCookies.swift
[1912/2035] Compiling Vapor HTTPHeaderCacheControl.swift
[1913/2035] Compiling Vapor HTTPHeaderExpires.swift
[1914/2035] Compiling Vapor HTTPHeaderLastModified.swift
[1915/2035] Compiling Vapor HTTPHeaders+Cache.swift
[1916/2035] Compiling Vapor HTTPHeaders+Connection.swift
[1917/2035] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1918/2035] Compiling Vapor HTTPHeaders+ContentRange.swift
[1919/2035] Compiling Vapor HTTPHeaders+Directive.swift
[1920/2035] Compiling Vapor HTTPHeaders+Forwarded.swift
[1921/2035] Compiling Vapor HTTPHeaders+Link.swift
[1922/2035] Compiling Vapor HTTPHeaders+Name.swift
[1923/2035] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1924/2035] Compiling Vapor HTTPHeaders.swift
[1925/2035] Compiling Vapor HTTPMediaType.swift
[1948/2035] Compiling Vapor HTTPMediaTypePreference.swift
[1949/2035] Compiling Vapor Responder.swift
[1950/2035] Compiling Vapor Application+HTTP+Server.swift
[1951/2035] Compiling Vapor HTTPServer.swift
[1952/2035] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1953/2035] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1954/2035] Compiling Vapor HTTPServerHandler.swift
[1955/2035] Compiling Vapor HTTPServerRequestDecoder.swift
[1956/2035] Compiling Vapor HTTPServerResponseEncoder.swift
[1957/2035] Compiling Vapor HTTPServerUpgradeHandler.swift
[1958/2035] Compiling Vapor Logger+Report.swift
[1959/2035] Compiling Vapor LoggingSystem+Environment.swift
[1960/2035] Compiling Vapor Application+Middleware.swift
[1961/2035] Compiling Vapor CORSMiddleware.swift
[1962/2035] Compiling Vapor ErrorMiddleware.swift
[1963/2035] Compiling Vapor FileMiddleware.swift
[1964/2035] Compiling Vapor Middleware.swift
[1965/2035] Compiling Vapor MiddlewareConfiguration.swift
[1966/2035] Compiling Vapor ResponseCompressionMiddleware.swift
[1967/2035] Compiling Vapor RouteLoggingMiddleware.swift
[1968/2035] Compiling Vapor TracingMiddleware.swift
[1969/2035] Compiling Vapor File+Multipart.swift
[1970/2035] Compiling Vapor SessionsMiddleware.swift
[1971/2035] Compiling Vapor URLEncodedFormData.swift
[1972/2035] Compiling Vapor URLEncodedFormDecoder.swift
[1973/2035] Compiling Vapor URLEncodedFormEncoder.swift
[1974/2035] Compiling Vapor URLEncodedFormError.swift
[1975/2035] Compiling Vapor URLEncodedFormParser.swift
[1976/2035] Compiling Vapor URLEncodedFormSerializer.swift
[1977/2035] Compiling Vapor URLQueryFragmentConvertible.swift
[1978/2035] Compiling Vapor AnyResponse.swift
[1979/2035] Compiling Vapor Array+Random.swift
[1980/2035] Compiling Vapor Base32.swift
[1981/2035] Compiling Vapor Base64.swift
[1982/2035] Compiling Vapor BaseN.swift
[1983/2035] Compiling Vapor BasicCodingKey.swift
[1984/2035] Compiling Vapor ByteCount.swift
[1985/2035] Compiling Vapor Bytes+Hex.swift
[1986/2035] Compiling Vapor Bytes+SecureCompare.swift
[1987/2035] Compiling Vapor Collection+Safe.swift
[1988/2035] Compiling Vapor DataProtocol+Copy.swift
[1989/2035] Compiling Vapor DecoderUnwrapper.swift
[1990/2035] Compiling Vapor DirectoryConfiguration.swift
[1991/2035] Compiling Vapor ServeCommand.swift
[1992/2035] Compiling Vapor AnyResponse+Concurrency.swift
[1993/2035] Compiling Vapor AsyncBasicResponder.swift
[1994/2035] Compiling Vapor AsyncMiddleware.swift
[1995/2035] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1996/2035] Compiling Vapor AsyncSessionDriver.swift
[1997/2035] Compiling Vapor Authentication+Concurrency.swift
[1998/2035] Compiling Vapor Cache+Concurrency.swift
[1999/2035] Compiling Vapor Client+Concurrency.swift
[2000/2035] Compiling Vapor RequestBody+Concurrency.swift
[2001/2035] Compiling Vapor Responder+Concurrency.swift
[2002/2035] Compiling Vapor ResponseCodable+Concurrency.swift
[2003/2035] Compiling Vapor RoutesBuilder+Concurrency.swift
[2004/2035] Compiling Vapor ViewRenderer+Concurrency.swift
[2005/2035] Compiling Vapor WebSocket+Concurrency.swift
[2006/2035] Compiling Vapor ContainerGetPathExecutor.swift
[2007/2035] Compiling Vapor Content.swift
[2008/2035] Compiling Vapor ContentCoders.swift
[2009/2035] Compiling Vapor ContentConfiguration.swift
[2010/2035] Compiling Vapor ContentContainer.swift
[2011/2035] Compiling Vapor JSONCoder+Custom.swift
[2012/2035] Compiling Vapor JSONCoders+Content.swift
[2013/2035] Compiling Vapor FormDataDecoder+Content.swift
[2014/2035] Compiling Vapor FormDataEncoder+Content.swift
[2015/2035] Compiling Vapor Application+Password.swift
[2016/2035] Compiling Vapor Application+Passwords.swift
[2017/2035] Compiling Vapor AsyncPasswordHasher.swift
[2018/2035] Compiling Vapor BcryptHasher.swift
[2019/2035] Compiling Vapor PasswordHasher.swift
[2020/2035] Compiling Vapor PlaintextHasher.swift
[2021/2035] Compiling Vapor Request+Password.swift
[2022/2035] Compiling Vapor Redirect.swift
[2023/2035] Compiling Vapor Request+Body.swift
[2024/2035] Compiling Vapor Request+BodyStream.swift
[2025/2035] Compiling Vapor Request.swift
[2026/2035] Compiling Vapor Application+Responder.swift
[2027/2035] Compiling Vapor DefaultResponder.swift
[2028/2035] Compiling Vapor Response+Body.swift
[2029/2035] Compiling Vapor Response.swift
[2030/2035] Compiling Vapor ResponseCodable.swift
[2031/2035] Compiling Vapor Application+Routes.swift
[2032/2035] Compiling Vapor Parameters+Require.swift
[2033/2035] Compiling Vapor Request+WebSocket.swift
[2034/2035] Compiling Vapor Route.swift
[2035/2035] Emitting module Vapor
[2036/2039] Compiling HTMLKitVapor ViewRenderer.swift
[2037/2039] Compiling HTMLKitVapor Configuration.swift
[2038/2039] Emitting module HTMLKitVapor
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:63:25: warning: type 'Application.HtmlKit.ConfigurationKey.Value' (aka 'Configuration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 61 |         }
 62 |
 63 |         internal struct ConfigurationKey: StorageKey {
    |                         `- warning: type 'Application.HtmlKit.ConfigurationKey.Value' (aka 'Configuration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 64 |
 65 |             public typealias Value = Configuration
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Configuration.swift:4:20: note: class 'Configuration' does not conform to the 'Sendable' protocol
 2 |
 3 | /// Holds the renderer configuration
 4 | public final class Configuration {
   |                    `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 5 |
 6 |     /// Holds the localization configuration
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:122:1: warning: extension declares a conformance of imported type 'Errors' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
120 | }
121 |
122 | extension HTMLKit.Environment.Errors: AbortError {
    | |- warning: extension declares a conformance of imported type 'Errors' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
123 |
124 |     @_implements(AbortError, reason)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:130:1: warning: extension declares a conformance of imported type 'Errors' to imported protocols 'DebuggableError', 'CustomStringConvertible', 'CustomDebugStringConvertible', 'LocalizedError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
128 | }
129 |
130 | extension HTMLKit.Environment.Errors: DebuggableError {
    | |- warning: extension declares a conformance of imported type 'Errors' to imported protocols 'DebuggableError', 'CustomStringConvertible', 'CustomDebugStringConvertible', 'LocalizedError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     @_implements(DebuggableError, reason)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:136:1: warning: extension declares a conformance of imported type 'Errors' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
134 | }
135 |
136 | extension HTMLKit.Localization.Errors: AbortError {
    | |- warning: extension declares a conformance of imported type 'Errors' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
137 |
138 |     @_implements(AbortError, reason)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:144:1: warning: extension declares a conformance of imported type 'Errors' to imported protocols 'DebuggableError', 'CustomStringConvertible', 'CustomDebugStringConvertible', 'LocalizedError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
142 | }
143 |
144 | extension HTMLKit.Localization.Errors: DebuggableError {
    | |- warning: extension declares a conformance of imported type 'Errors' to imported protocols 'DebuggableError', 'CustomStringConvertible', 'CustomDebugStringConvertible', 'LocalizedError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 |     @_implements(DebuggableError, reason)
[2039/2039] Compiling HTMLKitVapor Vapor+HTMLKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:63:25: warning: type 'Application.HtmlKit.ConfigurationKey.Value' (aka 'Configuration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 61 |         }
 62 |
 63 |         internal struct ConfigurationKey: StorageKey {
    |                         `- warning: type 'Application.HtmlKit.ConfigurationKey.Value' (aka 'Configuration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 64 |
 65 |             public typealias Value = Configuration
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Configuration.swift:4:20: note: class 'Configuration' does not conform to the 'Sendable' protocol
 2 |
 3 | /// Holds the renderer configuration
 4 | public final class Configuration {
   |                    `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 5 |
 6 |     /// Holds the localization configuration
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:122:1: warning: extension declares a conformance of imported type 'Errors' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
120 | }
121 |
122 | extension HTMLKit.Environment.Errors: AbortError {
    | |- warning: extension declares a conformance of imported type 'Errors' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
123 |
124 |     @_implements(AbortError, reason)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:130:1: warning: extension declares a conformance of imported type 'Errors' to imported protocols 'DebuggableError', 'CustomStringConvertible', 'CustomDebugStringConvertible', 'LocalizedError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
128 | }
129 |
130 | extension HTMLKit.Environment.Errors: DebuggableError {
    | |- warning: extension declares a conformance of imported type 'Errors' to imported protocols 'DebuggableError', 'CustomStringConvertible', 'CustomDebugStringConvertible', 'LocalizedError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     @_implements(DebuggableError, reason)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:136:1: warning: extension declares a conformance of imported type 'Errors' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
134 | }
135 |
136 | extension HTMLKit.Localization.Errors: AbortError {
    | |- warning: extension declares a conformance of imported type 'Errors' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
137 |
138 |     @_implements(AbortError, reason)
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift:144:1: warning: extension declares a conformance of imported type 'Errors' to imported protocols 'DebuggableError', 'CustomStringConvertible', 'CustomDebugStringConvertible', 'LocalizedError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
142 | }
143 |
144 | extension HTMLKit.Localization.Errors: DebuggableError {
    | |- warning: extension declares a conformance of imported type 'Errors' to imported protocols 'DebuggableError', 'CustomStringConvertible', 'CustomDebugStringConvertible', 'LocalizedError'; this will not behave correctly if the owners of 'HTMLKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 |     @_implements(DebuggableError, reason)
Build complete! (128.15s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.65.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "HTMLKit",
  "name" : "HTMLKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "HTMLKit",
      "targets" : [
        "HTMLKit",
        "HTMLKitComponents",
        "HTMLKitVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComponentsPlugin",
      "targets" : [
        "ComponentsPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ConverterPlugin",
      "targets" : [
        "ConverterPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "DeployCommand",
      "targets" : [
        "DeployCommand"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConvertCommand",
      "targets" : [
        "ConvertCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilitiesTests",
      "path" : "Tests/UtilitiesTests",
      "sources" : [
        "Minification/JavascriptTests.swift",
        "Minification/StylesheetTests.swift"
      ],
      "target_dependencies" : [
        "Minifier"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Minifier",
      "module_type" : "SwiftTarget",
      "name" : "Minifier",
      "path" : "Sources/Utilities",
      "product_memberships" : [
        "ComponentsPlugin",
        "DeployCommand"
      ],
      "sources" : [
        "Minifier/Extensions/Minifier+Character.swift",
        "Minifier/Minifier.swift",
        "Minifier/Tokenization/Javascript/Javascript.swift",
        "Minifier/Tokenization/Stylesheet/Stylesheet.swift",
        "Minifier/Tokenization/Token.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLKitVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitVaporTests",
      "path" : "Tests/HTMLKitVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HTMLKitVaporTests/Localization",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ProviderTests.swift",
        "Utilities/AbortResponse.swift"
      ],
      "target_dependencies" : [
        "HTMLKitVapor",
        "HTMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLKitVapor",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitVapor",
      "path" : "Sources/HTMLKitVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "HTMLKit"
      ],
      "sources" : [
        "Configuration.swift",
        "Extensions/Vapor+HTMLKit.swift",
        "ViewRenderer.swift"
      ],
      "target_dependencies" : [
        "HTMLKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitTests",
      "path" : "Tests/HTMLKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HTMLKitTests/Localization",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AttributesTests.swift",
        "ContextTests.swift",
        "ElementTests.swift",
        "EnvironmentTests.swift",
        "LocalizationTests.swift",
        "Performance/Samples.swift",
        "PerformanceTests.swift",
        "RenderingTests.swift",
        "SecurityTests.swift",
        "StatementTests.swift",
        "TemplatingTests.swift"
      ],
      "target_dependencies" : [
        "HTMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLKitConverterTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitConverterTests",
      "path" : "Tests/HTMLKitConverterTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/articles/article.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/component.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/index.html",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ConversionTests.swift"
      ],
      "target_dependencies" : [
        "HTMLKitConverter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLKitConverter",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitConverter",
      "path" : "Sources/HTMLKitConverter",
      "product_memberships" : [
        "ConverterPlugin",
        "ConvertCommand"
      ],
      "sources" : [
        "Converter.swift",
        "InitRepresentable.swift",
        "Parser.swift"
      ],
      "target_dependencies" : [
        "HTMLKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLKitComponentsTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitComponentsTests",
      "path" : "Tests/HTMLKitComponentsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HTMLKitComponentsTests/Localization",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ComponentTests.swift",
        "InteractionTests.swift",
        "LocalizationTests.swift",
        "ModifierTests.swift",
        "SecurityTests.swift"
      ],
      "target_dependencies" : [
        "HTMLKitComponents",
        "HTMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLKitComponents",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitComponents",
      "path" : "Sources/HTMLKitComponents",
      "product_memberships" : [
        "HTMLKit",
        "ComponentsPlugin",
        "DeployCommand"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/buttons/button.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/checkfield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/datepicker.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/filedialog.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/picker.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/radioselect.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/searchfield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/securefield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/selectfield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/slider.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/texteditor.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/textfield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/textpad.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/globals.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/helpers/grouping.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/grid.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/list.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/stack.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/link.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/symbol.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/text.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/alert.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/card.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/carousel.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/chart.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/disclosure.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/divider.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/dropdown.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/form.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/image.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/modal.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/navigation.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/progress.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/scroll.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/snippet.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/tabs.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/video.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/buttons/dropdown.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/progress.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/selectfield.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/textpad.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/alert.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/carousel.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/chart.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/datepicker.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/disclosure.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/navigation.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/tabs.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/video.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/interactions/all.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/bell.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/bookmark.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/calendar.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chart.pie.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.down.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.left.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.right.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.up.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/clock.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/cloud.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/ellipsis.horizontal.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/ellipsis.vertical.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/envelope.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/eye.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/file.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/filter.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/flask.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/folder.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/house.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/key.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lifepreserver.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lightbulb.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/location.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lock.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/pencil.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/person.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/photo.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/refresh.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/scope.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/sidebar.left.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/sidebar.right.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/square.split.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/target.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.aligncenter.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignjustify.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignleft.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignright.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/trash.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/tresor.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/window.maximize.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/window.minimize.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Actions/SubmitAction.swift",
        "Actions/ViewAction.swift",
        "Builders/ActionBuilder.swift",
        "Components/Alert.swift",
        "Components/Button.swift",
        "Components/Card.swift",
        "Components/Carousel.swift",
        "Components/Chart.swift",
        "Components/Disclosure.swift",
        "Components/Divider.swift",
        "Components/Dropdown.swift",
        "Components/Form.swift",
        "Components/Grid.swift",
        "Components/Grouping.swift",
        "Components/Image.swift",
        "Components/Link.swift",
        "Components/List.swift",
        "Components/Modal.swift",
        "Components/Navigation.swift",
        "Components/Scroll.swift",
        "Components/Snippet.swift",
        "Components/Stack.swift",
        "Components/Symbol.swift",
        "Components/Tabs.swift",
        "Components/Text.swift",
        "Components/Video.swift",
        "Events/DragEvent.swift",
        "Events/FormEvent.swift",
        "Events/MouseEvent.swift",
        "Events/PressEvent.swift",
        "Extensions/Components+Image.swift",
        "Extensions/Components+String.swift",
        "Modifiers/ButtonModifier.swift",
        "Modifiers/GraphicsModifier.swift",
        "Modifiers/ImageModifier.swift",
        "Modifiers/InputModifier.swift",
        "Modifiers/TextModifier.swift",
        "Modifiers/ViewModifier.swift",
        "Options.swift",
        "Primitives/Action.swift",
        "Primitives/Configurations.swift",
        "Primitives/DynamicType.swift",
        "Properties/Actionable.swift",
        "Properties/Identifiable.swift",
        "Properties/Modifiable.swift",
        "Properties/Selectable.swift",
        "Tokens.swift",
        "Validator.swift"
      ],
      "target_dependencies" : [
        "HTMLKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLKit",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKit",
      "path" : "Sources/HTMLKit",
      "product_dependencies" : [
        "Collections",
        "Logging"
      ],
      "product_memberships" : [
        "HTMLKit",
        "ComponentsPlugin",
        "ConverterPlugin",
        "DeployCommand",
        "ConvertCommand"
      ],
      "sources" : [
        "Abstraction/Attributes/AriaAttributes.swift",
        "Abstraction/Attributes/BasicAttributes.swift",
        "Abstraction/Attributes/EventAttributes.swift",
        "Abstraction/Attributes/VectorAttributes.swift",
        "Abstraction/Elements/BasicElements.swift",
        "Abstraction/Elements/BodyElements.swift",
        "Abstraction/Elements/DefinitionElements.swift",
        "Abstraction/Elements/FigureElements.swift",
        "Abstraction/Elements/FormElements.swift",
        "Abstraction/Elements/HeadElements.swift",
        "Abstraction/Elements/HtmlElements.swift",
        "Abstraction/Elements/InputElements.swift",
        "Abstraction/Elements/ListElements.swift",
        "Abstraction/Elements/MapElements.swift",
        "Abstraction/Elements/MediaElements.swift",
        "Abstraction/Elements/ObjectElements.swift",
        "Abstraction/Elements/RubyElements.swift",
        "Abstraction/Elements/TableElements.swift",
        "Abstraction/Elements/VectorElements.swift",
        "Abstraction/Tokens/EventTokens.swift",
        "Abstraction/Tokens/ValueTokens.swift",
        "Framework/Builders/ContentBuilder.swift",
        "Framework/Environment/Condition.swift",
        "Framework/Environment/Conditional.swift",
        "Framework/Environment/Environment.swift",
        "Framework/Environment/EnvironmentKeys.swift",
        "Framework/Environment/EnvironmentModifier.swift",
        "Framework/Environment/EnvironmentObject.swift",
        "Framework/Environment/EnvironmentString.swift",
        "Framework/Environment/EnvironmentValue.swift",
        "Framework/Environment/Negation.swift",
        "Framework/Environment/Nullable.swift",
        "Framework/Environment/Relation.swift",
        "Framework/Environment/Sequence.swift",
        "Framework/Environment/Statement.swift",
        "Framework/Extensions/Comparable+HTMLKit.swift",
        "Framework/Extensions/Datatypes+Content.swift",
        "Framework/Extensions/Optional+HTMLKit.swift",
        "Framework/Localization/InterpolationArgument.swift",
        "Framework/Localization/Locale.swift",
        "Framework/Localization/Localizable.swift",
        "Framework/Localization/Localization.swift",
        "Framework/Localization/LocalizedString.swift",
        "Framework/Localization/LocalizedStringKey.swift",
        "Framework/Localization/TranslationTable.swift",
        "Framework/Primitives/Attributes/Attribute.swift",
        "Framework/Primitives/Elements/Element.swift",
        "Framework/Primitives/Elements/Elements.swift",
        "Framework/Primitives/Layouts/Layouts.swift",
        "Framework/Primitives/Nodes/Node.swift",
        "Framework/Primitives/Nodes/Nodes.swift",
        "Framework/Primitives/Shared/Content.swift",
        "Framework/Rendering/Features.swift",
        "Framework/Rendering/Markdown/Extensions/Markdown+Character.swift",
        "Framework/Rendering/Markdown/Lexer/MarkdownLexer.swift",
        "Framework/Rendering/Markdown/Lexer/MarkdownToken.swift",
        "Framework/Rendering/Markdown/Markdown.swift",
        "Framework/Rendering/Markdown/MarkdownString.swift",
        "Framework/Rendering/Markdown/Parser/MarkdownNode.swift",
        "Framework/Rendering/Markdown/Parser/MarkdownParser.swift",
        "Framework/Rendering/Renderer.swift",
        "Framework/Security/Security.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeployCommand",
      "module_type" : "SwiftTarget",
      "name" : "DeployCommand",
      "path" : "Sources/Commands/Components",
      "product_memberships" : [
        "ComponentsPlugin",
        "DeployCommand"
      ],
      "sources" : [
        "DeployCommand.swift"
      ],
      "target_dependencies" : [
        "HTMLKitComponents",
        "Minifier"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConverterPlugin",
      "module_type" : "PluginTarget",
      "name" : "ConverterPlugin",
      "path" : "Plugins/ConverterPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Converts HTML markup into Swift syntax.",
          "type" : "custom",
          "verb" : "convert"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "The command needs the permission to create the file.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "ConverterPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "ConvertCommand"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ConvertCommand",
      "module_type" : "SwiftTarget",
      "name" : "ConvertCommand",
      "path" : "Sources/Commands/Converter",
      "product_memberships" : [
        "ConverterPlugin",
        "ConvertCommand"
      ],
      "sources" : [
        "ConvertCommand.swift"
      ],
      "target_dependencies" : [
        "HTMLKitConverter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ComponentsPlugin",
      "module_type" : "PluginTarget",
      "name" : "ComponentsPlugin",
      "path" : "Plugins/ComponentsPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Deploys the CSS and JS files for the HTMLKit components.",
          "type" : "custom",
          "verb" : "deploy"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "The command needs the permission to create the files.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "ComponentsPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "DeployCommand"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/vapor-community/htmlkit/3.0.0-alpha.11
Repository:               vapor-community/htmlkit
Swift version used:       6.0
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
Target:                   HTMLKit
Extracting symbol information for 'HTMLKit'...
Finished extracting symbol information for 'HTMLKit'. (11.92s)
Building documentation for 'HTMLKit'...
warning: 'EnvironmentValue' doesn't exist at '/HTMLKit'
  --> Framework/Environment.md:23:13-23:29
21 | ### Value
22 |
23 + - ``HTMLKit/EnvironmentValue``
   |             ├─suggestion: Replace 'EnvironmentValue' with 'Environment'
   |             ╰─suggestion: Replace 'EnvironmentValue' with 'EnvironmentKeys'
24 |
25 | ### Model
warning: 'DocumentationExtension' doesn't change default configuration and has no effect
 --> Framework/Layouts/View.md:4:5-4:51
2 |
3 | @Metadata {
4 +     @DocumentationExtension(mergeBehavior: append)
  |     ╰─suggestion: Remove this 'DocumentationExtension' directive.
5 | }
6 |
warning: 'Documentation' directive should contain at least one list item
  --> Tutorials/Introduction.tutorial:29:9-31:10
27 |         Explore more resources for learning about HTMLKit.
28 |
29 +         @Documentation(destination: "https://swiftpackageindex.com/vapor-community/HTMLKit/documentation/htmlkit") {
30 +             Browse and search the API documentation.
31 +         }
32 |         @SampleCode(destination: "https://github.com/mattesmohr/Website") {
33 |             Explore sample code to get to know HTMLKit.
warning: 'SampleCode' directive should contain at least one list item
  --> Tutorials/Introduction.tutorial:32:9-34:10
30 |             Browse and search the API documentation.
31 |         }
32 +         @SampleCode(destination: "https://github.com/mattesmohr/Website") {
33 +             Explore sample code to get to know HTMLKit.
34 +         }
35 |         @Forums(destination: "https://discord.gg/invite/vapor") {
36 |             Discuss HTMLKit or reach out for help.
warning: Parameter 'lhs' not found in operator declaration
  --> ../Framework/Environment/Negation.swift:25:7-26:5
23 | ///
24 | /// - Parameters:
25 + ///   - lhs: The left-hand side conditional
   |       ╰─suggestion: Remove 'lhs' parameter documentation
26 + ///
27 | /// - Returns: A invert conditional
28 | public prefix func ! (value: EnvironmentValue) -> Conditional {
warning: Parameter 'value' is missing documentation
  --> ../Framework/Environment/Negation.swift:26:5-26:5
24 | /// - Parameters:
25 | ///   - lhs: The left-hand side conditional
26 + ///
   |     ╰─suggestion: Document 'value' parameter
27 | /// - Returns: A invert conditional
28 | public prefix func ! (value: EnvironmentValue) -> Conditional {Finished building documentation for 'HTMLKit' (5.76s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/vapor-community/htmlkit/3.0.0-alpha.11
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit SourceRange.swift
[17/57] Compiling SymbolKit Metadata.swift
[18/57] Compiling SymbolKit Module.swift
[19/57] Compiling SymbolKit OperatingSystem.swift
[20/57] Compiling SymbolKit Platform.swift
[21/57] Compiling SymbolKit Identifier.swift
[22/57] Compiling SymbolKit KindIdentifier.swift
[23/57] Compiling SymbolKit Location.swift
[24/57] Compiling SymbolKit Mutability.swift
[25/57] Compiling SymbolKit Relationship.swift
[26/57] Compiling SymbolKit RelationshipKind.swift
[27/57] Compiling SymbolKit SourceOrigin.swift
[28/57] Compiling SymbolKit GenericConstraints.swift
[29/57] Compiling SymbolKit Swift.swift
[30/57] Compiling SymbolKit Names.swift
[31/57] Compiling SymbolKit SPI.swift
[32/57] Compiling SymbolKit Snippet.swift
[33/57] Compiling SymbolKit Extension.swift
[34/57] Compiling SymbolKit Mixin+Equals.swift
[35/57] Compiling SymbolKit Mixin+Hash.swift
[36/57] Compiling SymbolKit Mixin.swift
[37/57] Compiling SymbolKit LineList.swift
[38/57] Compiling SymbolKit Position.swift
[39/57] Compiling SymbolKit DeclarationFragments.swift
[40/57] Compiling SymbolKit Fragment.swift
[41/57] Compiling SymbolKit FragmentKind.swift
[42/57] Compiling SymbolKit FunctionParameter.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.90s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/24] Compiling InternalCollectionsUtilities Integer rank.swift
[3/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[4/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[5/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[6/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/25] Compiling InternalCollectionsUtilities Specialize.swift
[8/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/25] Compiling InternalCollectionsUtilities Debugging.swift
[11/25] Compiling InternalCollectionsUtilities Descriptions.swift
[12/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[13/25] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[14/25] Emitting module InternalCollectionsUtilities
[15/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/25] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[19/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/25] Compiling Logging Locks.swift
[21/25] Emitting module Logging
[22/25] Compiling Logging LogHandler.swift
[23/25] Compiling Logging MetadataProvider.swift
[24/25] Compiling Logging Logging.swift
[25/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/307] Compiling HeapModule Heap.swift
[27/307] Compiling HeapModule Heap+Invariants.swift
[28/307] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/307] Compiling HeapModule Heap+UnsafeHandle.swift
[30/307] Compiling HeapModule Heap+Descriptions.swift
[31/307] Compiling HeapModule _HeapNode.swift
[32/307] Compiling DequeModule _DequeBufferHeader.swift
[33/307] Compiling DequeModule _DequeSlot.swift
[34/308] Compiling DequeModule _DequeBuffer.swift
[35/308] Emitting module HeapModule
[36/308] Compiling _RopeModule BigString+Debugging.swift
[37/308] Compiling _RopeModule BigString+Index.swift
[38/308] Compiling _RopeModule BigString+Ingester.swift
[39/308] Compiling _RopeModule BigString+Invariants.swift
[40/308] Compiling _RopeModule BigString+Iterators.swift
[41/308] Compiling _RopeModule BigString+Metrics.swift
[42/308] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/308] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[44/308] Compiling _RopeModule BigString+Hashing.swift
[45/308] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[46/308] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[47/308] Compiling _RopeModule BigString+Sequence.swift
[48/308] Compiling _RopeModule BigString+TextOutputStream.swift
[49/308] Compiling _RopeModule BigString+Append.swift
[50/308] Compiling _RopeModule BigString+Initializers.swift
[51/308] Compiling _RopeModule BigString+Insert.swift
[52/308] Compiling _RopeModule BigString+Managing Breaks.swift
[53/308] Compiling _RopeModule BigString+RemoveSubrange.swift
[54/308] Compiling _RopeModule BigString+ReplaceSubrange.swift
[55/313] Compiling _RopeModule Range+BigString.swift
[56/313] Compiling _RopeModule BigString+UTF16View.swift
[57/313] Compiling HashTreeCollections TreeDictionary+Codable.swift
[58/313] Compiling HashTreeCollections TreeDictionary+Collection.swift
[59/313] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[60/313] Compiling _RopeModule BigSubstring+UTF8View.swift
[61/313] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[62/313] Compiling _RopeModule BigSubstring.swift
[63/313] Compiling _RopeModule Rope+Builder.swift
[64/313] Compiling _RopeModule Rope+Debugging.swift
[65/313] Compiling _RopeModule Rope+Invariants.swift
[66/313] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[67/313] Compiling BitCollections BitSet+SetAlgebra union.swift
[68/313] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[69/313] Compiling BitCollections BitSet.Counted.swift
[70/313] Compiling BitCollections BitSet.Index.swift
[71/313] Compiling BitCollections BitSet._UnsafeHandle.swift
[72/313] Compiling BitCollections BitSet.swift
[73/319] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[74/319] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[75/319] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[76/319] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[77/319] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[78/319] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[79/319] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[80/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[81/319] Compiling _RopeModule Rope+Sequence.swift
[82/319] Compiling _RopeModule Rope+Append.swift
[83/319] Compiling _RopeModule Rope+Extract.swift
[84/319] Compiling _RopeModule Rope+Find.swift
[85/319] Compiling _RopeModule Rope+ForEachWhile.swift
[86/319] Compiling _RopeModule Rope+Insert.swift
[87/319] Compiling _RopeModule Rope+Join.swift
[88/319] Compiling _RopeModule Rope+MutatingForEach.swift
[89/321] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[90/322] Compiling _RopeModule BigString+Chunk+Breaks.swift
[91/322] Compiling _RopeModule BigString+Summary.swift
[92/322] Compiling _RopeModule BigString.swift
[98/327] Compiling _RopeModule BigString+Chunk+Counts.swift
[99/327] Compiling _RopeModule BigString+Builder.swift
[100/327] Compiling _RopeModule BigString+Contents.swift
[101/327] Compiling _RopeModule BigString+Chunk+Description.swift
[102/327] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[103/327] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[104/327] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[105/327] Compiling _RopeModule BigString+Chunk+Splitting.swift
[106/327] Compiling _RopeModule BigString+Chunk.swift
[107/327] Compiling _RopeModule BigString+BidirectionalCollection.swift
[108/327] Compiling _RopeModule BigString+Comparable.swift
[109/327] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[110/327] Compiling _RopeModule BigString+CustomStringConvertible.swift
[111/327] Compiling _RopeModule BigString+Equatable.swift
[118/327] Compiling _RopeModule BigString+Split.swift
[135/327] Compiling OrderedCollections OrderedSet+SubSequence.swift
[136/327] Compiling OrderedCollections OrderedSet+Testing.swift
[137/327] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[138/327] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[139/327] Compiling OrderedCollections OrderedSet.swift
[140/327] Compiling OrderedCollections _UnsafeBitset.swift
[141/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[142/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[143/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[144/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[145/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[146/327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[147/327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[148/327] Compiling HashTreeCollections TreeSet.swift
[204/334] Emitting module BitCollections
[236/334] Emitting module DequeModule
[317/334] Compiling _RopeModule Rope+Remove.swift
[318/334] Compiling _RopeModule Rope+RemoveSubrange.swift
[319/334] Compiling _RopeModule Rope+Split.swift
[320/334] Compiling _RopeModule Optional Utilities.swift
[321/334] Compiling _RopeModule String Utilities.swift
[322/334] Compiling _RopeModule String.Index+ABI.swift
[323/334] Compiling _RopeModule _CharacterRecognizer.swift
[324/334] Emitting module OrderedCollections
[333/334] Emitting module _RopeModule
[334/334] Emitting module HashTreeCollections
[335/336] Compiling Collections Collections.swift
[336/336] Emitting module Collections
[337/393] Compiling HTMLKit Relation.swift
[338/393] Compiling HTMLKit Sequence.swift
[339/393] Compiling HTMLKit Statement.swift
[340/393] Compiling HTMLKit Comparable+HTMLKit.swift
[341/393] Compiling HTMLKit Datatypes+Content.swift
[342/393] Compiling HTMLKit Optional+HTMLKit.swift
[343/399] Compiling HTMLKit InterpolationArgument.swift
[344/399] Compiling HTMLKit Locale.swift
[345/399] Compiling HTMLKit Localizable.swift
[346/399] Compiling HTMLKit Localization.swift
[347/399] Compiling HTMLKit LocalizedString.swift
[348/399] Compiling HTMLKit LocalizedStringKey.swift
[349/399] Compiling HTMLKit ValueTokens.swift
[350/399] Compiling HTMLKit ContentBuilder.swift
[351/399] Compiling HTMLKit Condition.swift
[352/399] Compiling HTMLKit Conditional.swift
[353/399] Compiling HTMLKit Environment.swift
[354/399] Compiling HTMLKit EnvironmentKeys.swift
[355/399] Compiling HTMLKit Markdown.swift
[356/399] Compiling HTMLKit MarkdownString.swift
[357/399] Compiling HTMLKit MarkdownNode.swift
[358/399] Compiling HTMLKit MarkdownParser.swift
[359/399] Compiling HTMLKit Renderer.swift
[360/399] Compiling HTMLKit Security.swift
[361/399] Compiling HTMLKit MediaElements.swift
[362/399] Compiling HTMLKit ObjectElements.swift
[363/399] Compiling HTMLKit RubyElements.swift
[364/399] Compiling HTMLKit TableElements.swift
[365/399] Compiling HTMLKit VectorElements.swift
[366/399] Compiling HTMLKit EventTokens.swift
[367/399] Compiling HTMLKit Nodes.swift
[368/399] Compiling HTMLKit Content.swift
[369/399] Compiling HTMLKit Features.swift
[370/399] Compiling HTMLKit Markdown+Character.swift
[371/399] Compiling HTMLKit MarkdownLexer.swift
[372/399] Compiling HTMLKit MarkdownToken.swift
[373/399] Compiling HTMLKit TranslationTable.swift
[374/399] Compiling HTMLKit Attribute.swift
[375/399] Compiling HTMLKit Element.swift
[376/399] Compiling HTMLKit Elements.swift
[377/399] Compiling HTMLKit Layouts.swift
[378/399] Compiling HTMLKit Node.swift
[379/399] Compiling HTMLKit FigureElements.swift
[380/399] Compiling HTMLKit FormElements.swift
[381/399] Compiling HTMLKit HeadElements.swift
[382/399] Compiling HTMLKit HtmlElements.swift
[383/399] Compiling HTMLKit InputElements.swift
[384/399] Compiling HTMLKit ListElements.swift
[385/399] Compiling HTMLKit MapElements.swift
[386/399] Compiling HTMLKit EnvironmentModifier.swift
[387/399] Compiling HTMLKit EnvironmentObject.swift
[388/399] Compiling HTMLKit EnvironmentString.swift
[389/399] Compiling HTMLKit EnvironmentValue.swift
[390/399] Compiling HTMLKit Negation.swift
[391/399] Compiling HTMLKit Nullable.swift
[392/399] Emitting module HTMLKit
[393/399] Compiling HTMLKit AriaAttributes.swift
[394/399] Compiling HTMLKit BasicAttributes.swift
[395/399] Compiling HTMLKit EventAttributes.swift
[396/399] Compiling HTMLKit VectorAttributes.swift
[397/399] Compiling HTMLKit BasicElements.swift
[398/399] Compiling HTMLKit BodyElements.swift
[399/399] Compiling HTMLKit DefinitionElements.swift
Build of target: 'HTMLKit' complete! (9.41s)
   27491
142	/Users/admin/builder/spi-builder-workspace/.docs/vapor-community/htmlkit/3.0.0-alpha.11
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vapor-community/htmlkit/3.0.0-alpha.11
File count: 27491
Doc size:   142.0MB
Preparing doc bundle ...
Uploading prod-vapor-community-htmlkit-3.0.0-alpha.11-6fe05a7d.zip to s3://spi-docs-inbox/prod-vapor-community-htmlkit-3.0.0-alpha.11-6fe05a7d.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.