Build Information
Successful build of HTMLKit, reference main (f15c95
), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 16:19:09 UTC.
Swift 6 data race errors: 16
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
| |- 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) {
[1160/1290] Compiling NIOCore IntegerTypes.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: 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) {
[1161/1290] Compiling NIOCore Interfaces.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: 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) {
[1162/1290] Compiling NIOCore Linux.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: 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) {
[1163/1290] Compiling NIOCore MarkedCircularBuffer.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: 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) {
[1164/1290] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1165/1290] Compiling ConsoleKitCommands Utilities.swift
[1166/1290] Compiling NIOCore ByteBuffer-hex.swift
[1167/1290] Compiling NIOCore ByteBuffer-int.swift
[1168/1290] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1169/1290] Compiling NIOCore AsyncChannelHandler.swift
[1170/1290] Compiling NIOCore AsyncChannelInboundStream.swift
[1171/1290] Compiling NIOCore AddressedEnvelope.swift
[1172/1290] Compiling NIOCore AsyncAwaitSupport.swift
[1173/1290] Compiling NIOCore AsyncChannel.swift
[1174/1290] Compiling NIOCore ByteBuffer-views.swift
[1175/1290] Compiling NIOCore NIOScheduledCallback.swift
[1176/1290] Compiling NIOCore ByteBuffer-multi-int.swift
[1177/1290] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1178/1290] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1179/1290] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1180/1290] Compiling NIOCore ByteBuffer-core.swift
[1181/1290] Emitting module Algorithms
[1182/1292] Compiling ConsoleKit Exports.swift
[1183/1292] Emitting module ConsoleKit
[1190/1298] Compiling NIOCore GlobalSingletons.swift
[1191/1298] Compiling NIOCore IO.swift
[1192/1298] Compiling NIOCore IOData.swift
[1193/1298] Compiling NIOCore IPProtocol.swift
[1199/1298] Compiling NIOCore MulticastChannel.swift
[1200/1298] Compiling NIOCore NIOAny.swift
[1201/1298] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1202/1298] Compiling NIOCore NIOLoopBound.swift
[1203/1298] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1204/1298] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1205/1298] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1206/1298] Compiling NIOCore EventLoopFuture.swift
[1207/1298] Compiling NIOCore FileDescriptor.swift
[1208/1298] Compiling NIOCore FileHandle.swift
[1209/1298] Compiling NIOCore FileRegion.swift
[1210/1298] Compiling NIOCore Codec.swift
[1211/1298] Compiling NIOCore ConvenienceOptionSupport.swift
[1212/1298] Compiling NIOCore DeadChannel.swift
[1213/1298] Compiling NIOCore DispatchQueue+WithFuture.swift
[1214/1298] Compiling NIOCore EventLoop+Deprecated.swift
[1215/1298] Compiling NIOCore EventLoop+SerialExecutor.swift
[1216/1298] Compiling NIOCore EventLoop.swift
[1217/1298] Compiling NIOCore SocketOptionProvider.swift
[1218/1298] Compiling NIOCore SystemCallHelpers.swift
[1219/1298] Compiling NIOCore TimeAmount+Duration.swift
[1220/1298] Compiling NIOCore TypeAssistedChannelHandler.swift
[1221/1298] Compiling NIOCore UniversalBootstrapSupport.swift
[1222/1298] Compiling NIOCore Utilities.swift
[1223/1298] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1224/1298] Compiling NIOCore NIOAsyncWriter.swift
[1225/1298] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1226/1298] Compiling NIOCore BSDSocketAPI.swift
[1227/1298] Compiling NIOCore ByteBuffer-aux.swift
[1228/1298] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1229/1298] Compiling NIOCore ByteBuffer-conversions.swift
[1233/1298] Compiling NIOCore ChannelInvoker.swift
[1234/1298] Compiling NIOCore ChannelOption.swift
[1235/1298] Compiling NIOCore ChannelPipeline.swift
[1236/1298] Compiling NIOCore CircularBuffer.swift
[1261/1298] Emitting module NIOCore
[1262/1352] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1263/1352] Compiling NIOEmbedded Embedded.swift
[1264/1352] Emitting module NIOEmbedded
[1265/1352] Compiling NIOEmbedded AsyncTestingChannel.swift
[1266/1352] Compiling NIOPosix GetaddrinfoResolver.swift
[1267/1352] Compiling NIOPosix HappyEyeballs.swift
[1268/1352] Compiling NIOPosix IO.swift
[1269/1352] Compiling NIOPosix IntegerBitPacking.swift
[1270/1352] Compiling NIOPosix IntegerTypes.swift
[1271/1352] Compiling NIOPosix Linux.swift
[1272/1357] Compiling NIOPosix SocketProtocols.swift
[1273/1357] Compiling NIOPosix System.swift
[1274/1357] Compiling NIOPosix Thread.swift
[1275/1357] Compiling NIOPosix ThreadPosix.swift
[1276/1357] Compiling NIOPosix ThreadWindows.swift
[1277/1357] Compiling NIOPosix UnsafeTransfer.swift
[1278/1357] Compiling NIOPosix Utilities.swift
[1279/1357] Compiling NIOPosix VsockAddress.swift
[1280/1357] Compiling NIOPosix VsockChannelEvents.swift
[1281/1357] Compiling NIOPosix resource_bundle_accessor.swift
[1282/1357] Compiling NIOPosix BSDSocketAPICommon.swift
[1283/1357] Compiling NIOPosix BSDSocketAPIPosix.swift
[1284/1357] Compiling NIOPosix BSDSocketAPIWindows.swift
[1285/1357] Compiling NIOPosix BaseSocket.swift
[1286/1357] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1287/1357] Compiling NIOPosix BaseSocketChannel.swift
[1288/1357] Compiling NIOPosix Selectable.swift
[1289/1357] Compiling NIOPosix SelectableChannel.swift
[1290/1357] Compiling NIOPosix SelectableEventLoop.swift
[1291/1357] Compiling NIOPosix SelectorEpoll.swift
[1292/1357] Compiling NIOPosix SelectorGeneric.swift
[1293/1357] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1294/1357] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1295/1357] Compiling NIOPosix PosixSingletons.swift
[1296/1357] Compiling NIOPosix RawSocketBootstrap.swift
[1297/1357] Compiling NIOPosix Resolver.swift
[1298/1357] Compiling NIOPosix PendingWritesManager.swift
[1299/1357] Compiling NIOPosix PipeChannel.swift
[1300/1357] Compiling NIOPosix PipePair.swift
[1301/1357] Compiling NIOPosix PointerHelpers.swift
[1302/1357] Compiling NIOPosix Pool.swift
[1303/1357] Compiling NIOPosix SelectorKqueue.swift
[1304/1357] Compiling NIOPosix SelectorUring.swift
[1305/1357] Compiling NIOPosix ServerSocket.swift
[1306/1357] Compiling NIOPosix Socket.swift
[1307/1357] Compiling NIOPosix SocketChannel.swift
[1308/1357] Compiling NIOPosix BaseStreamSocketChannel.swift
[1309/1357] Compiling NIOPosix Bootstrap.swift
[1310/1357] Compiling NIOPosix ControlMessage.swift
[1311/1357] Compiling NIOPosix DatagramVectorReadManager.swift
[1312/1357] Compiling NIOPosix Errors+Any.swift
[1313/1357] Compiling NIOPosix FileDescriptor.swift
[1314/1357] Compiling NIOPosix LinuxCPUSet.swift
[1315/1357] Compiling NIOPosix LinuxUring.swift
[1316/1357] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1317/1357] Compiling NIOPosix NIOThreadPool.swift
[1318/1357] Compiling NIOPosix NonBlockingFileIO.swift
[1319/1357] Compiling NIOPosix PendingDatagramWritesManager.swift
[1320/1357] Emitting module NIOPosix
[1321/1415] Emitting module NIO
[1322/1415] Compiling NIO Exports.swift
[1323/1454] Compiling _NIOFileSystem FileSystem.swift
[1324/1454] Compiling _NIOFileSystem Array+FileSystem.swift
[1325/1456] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1326/1456] Compiling NIOSOCKS ClientGreeting.swift
[1327/1456] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1328/1456] Compiling NIOSOCKS Messages.swift
[1329/1456] Compiling NIOSOCKS SOCKSResponse.swift
[1330/1456] Compiling NIOSOCKS ClientStateMachine.swift
[1331/1456] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1332/1456] Compiling NIOSOCKS Errors.swift
[1333/1456] Compiling NIOSOCKS Helpers.swift
[1334/1456] Compiling NIOSOCKS AuthenticationMethod.swift
[1336/1456] Compiling NIOSOCKS SOCKSRequest.swift
[1337/1457] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1338/1457] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1339/1457] Compiling NIOTLS TLSEvents.swift
[1340/1457] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1341/1457] Emitting module NIOTLS
[1342/1457] Compiling NIOTLS SNIHandler.swift
[1343/1457] Emitting module NIOSOCKS
[1344/1457] Compiling NIOSOCKS SOCKSClientHandler.swift
[1345/1457] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1346/1486] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1347/1486] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1348/1487] Compiling NIOSOCKS ServerStateMachine.swift
[1349/1487] Compiling NIOSSL NIOSSLSecureBytes.swift
[1350/1487] Compiling NIOSSL LinuxCABundle.swift
[1351/1487] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1352/1487] Emitting module NIOFoundationCompat
[1353/1487] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1354/1509] Compiling NIOTransportServices NIOTSBootstraps.swift
[1355/1509] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1356/1509] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1357/1509] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1358/1509] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1359/1509] Emitting module NIOHTTP1
[1361/1509] Compiling NIOSSL NIOSSLClientHandler.swift
[1362/1509] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1363/1509] Compiling NIOSSL SSLPrivateKey.swift
[1364/1509] Compiling NIOSSL SSLPublicKey.swift
[1365/1509] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1366/1512] Emitting module _NIOFileSystem
[1367/1515] Compiling NIOTransportServices NIOTSEventLoop.swift
[1368/1515] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1369/1515] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1370/1515] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1371/1515] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1372/1515] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1373/1515] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1374/1515] Compiling NIOTransportServices AcceptHandler.swift
[1375/1515] Compiling NIOTransportServices StateManagedChannel.swift
[1376/1515] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1378/1580] Compiling NIOSSL TLSConfiguration.swift
[1379/1580] Compiling NIOSSL UniversalBootstrapSupport.swift
[1383/1580] Compiling NIOSSL resource_bundle_accessor.swift
[1384/1580] Compiling _NIOFileSystem Syscalls.swift
[1385/1580] Compiling _NIOFileSystem SystemFileHandle.swift
[1386/1580] Compiling MultipartKit BasicCodingKey.swift
[1387/1580] Compiling MultipartKit MultipartError.swift
[1388/1580] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1389/1580] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1390/1580] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1392/1580] Compiling MultipartKit MultipartParser.swift
[1393/1580] Compiling MultipartKit MultipartPart.swift
[1394/1580] Compiling MultipartKit MultipartPartConvertible.swift
[1395/1580] Compiling MultipartKit FormDataEncoder.swift
[1396/1580] Compiling MultipartKit Storage.swift
[1397/1580] Compiling MultipartKit MultipartFormData.swift
[1398/1580] Compiling MultipartKit FormDataDecoder.swift
[1399/1580] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1400/1580] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1401/1580] Compiling _NIOFileSystem Utilities.swift
[1402/1580] Compiling _NIOFileSystem OpenOptions.swift
[1403/1580] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1404/1580] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1405/1580] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1406/1580] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1409/1581] Emitting module NIOTransportServices
[1410/1583] Compiling NIOHPACK IntegerCoding.swift
[1411/1584] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1412/1584] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1413/1584] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1414/1584] Compiling NIOWebSocket WebSocketOpcode.swift
[1415/1585] Compiling NIOWebSocket SHA1.swift
[1424/1585] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1425/1585] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1426/1585] Compiling MultipartKit Exports.swift
[1427/1585] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1430/1585] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1433/1585] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1434/1585] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1440/1588] Compiling NIOHPACK StaticHeaderTable.swift
[1462/1588] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1463/1588] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1464/1588] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1465/1588] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1466/1588] Emitting module NIOHTTPCompression
[1467/1588] Compiling NIOHTTPCompression HTTPDecompression.swift
[1468/1588] Compiling NIOHTTPCompression HTTPCompression.swift
[1469/1588] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1470/1588] Compiling NIOHPACK HPACKErrors.swift
[1471/1588] Compiling NIOHPACK IndexedHeaderTable.swift
[1472/1588] Compiling NIOHPACK HuffmanTables.swift
[1475/1588] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1476/1588] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1477/1588] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1478/1588] Compiling NIOWebSocket WebSocketFrame.swift
[1479/1588] Emitting module NIOWebSocket
[1486/1590] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1487/1590] Emitting module _NIOFileSystemFoundationCompat
[1488/1590] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1489/1590] Emitting module NIOFileSystem
[1490/1590] Compiling NIOFileSystem Exports.swift
[1491/1590] Compiling NIOHPACK HuffmanCoding.swift
[1492/1590] Compiling NIOHPACK HPACKEncoder.swift
[1493/1590] Compiling NIOHPACK HeaderTables.swift
[1496/1590] Compiling NIOHPACK HPACKHeader.swift
[1503/1590] Emitting module MultipartKit
[1525/1592] Emitting module NIOExtras
[1526/1592] Emitting module NIOHPACK
[1527/1592] Compiling MultipartKit MultipartSerializer.swift
[1528/1592] Compiling MultipartKit Utilities.swift
[1529/1592] Emitting module NIOSSL
[1537/1652] Compiling NIOExtras WritePCAPHandler.swift
[1538/1652] 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: 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) {
[1539/1660] Compiling WebSocketKit WebSocketHandler.swift
[1540/1660] Compiling WebSocketKit WebSocket.swift
[1541/1660] Compiling WebSocketKit WebSocket+Connect.swift
[1542/1660] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1543/1660] Compiling WebSocketKit WebSocket+Concurrency.swift
[1544/1660] Compiling WebSocketKit Exports.swift
[1545/1660] Emitting module WebSocketKit
[1546/1660] Compiling WebSocketKit WebSocketClient.swift
[1547/1660] Compiling NIOHTTP2 HTTP2Settings.swift
[1548/1660] Compiling NIOHTTP2 HTTP2Stream.swift
[1549/1660] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1550/1660] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1551/1660] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1552/1660] Compiling NIOHTTP2 HTTP2StreamID.swift
[1553/1660] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1554/1660] Compiling NIOHTTP2 QuiescingState.swift
[1555/1660] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1556/1660] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1557/1660] Compiling NIOHTTP2 StateMachineResult.swift
[1558/1660] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1559/1660] Compiling NIOHTTP2 DOSHeuristics.swift
[1560/1666] Compiling NIOHTTP2 Error+Any.swift
[1561/1666] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1562/1666] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1563/1666] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1564/1666] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1565/1666] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1566/1666] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1567/1666] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1568/1666] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1569/1666] Compiling NIOHTTP2 MaySendFrames.swift
[1570/1666] Compiling NIOHTTP2 SendingDataState.swift
[1571/1666] Compiling NIOHTTP2 SendingGoawayState.swift
[1572/1666] Compiling NIOHTTP2 SendingHeadersState.swift
[1573/1666] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1574/1666] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1575/1666] Compiling NIOHTTP2 StreamChannelList.swift
[1576/1666] Compiling NIOHTTP2 StreamMap.swift
[1577/1666] Compiling NIOHTTP2 StreamStateMachine.swift
[1578/1666] Compiling NIOHTTP2 UnsafeTransfer.swift
[1579/1666] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1580/1666] Compiling NIOHTTP2 SendingRstStreamState.swift
[1581/1666] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1582/1666] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1583/1666] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1584/1666] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1585/1666] Compiling NIOHTTP2 HasLocalSettings.swift
[1586/1666] Compiling NIOHTTP2 HasRemoteSettings.swift
[1587/1666] Emitting module NIOHTTP2
[1588/1666] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1589/1666] Compiling NIOHTTP2 HTTP2Frame.swift
[1590/1666] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1591/1666] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1592/1666] Compiling NIOHTTP2 HTTP2PingData.swift
[1593/1666] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1594/1666] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1595/1666] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1596/1666] Compiling NIOHTTP2 MayReceiveFrames.swift
[1597/1666] Compiling NIOHTTP2 ReceivingDataState.swift
[1598/1666] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1599/1666] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1600/1666] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1601/1666] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1602/1666] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1603/1666] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1604/1666] Compiling NIOHTTP2 InboundEventBuffer.swift
[1605/1666] Compiling NIOHTTP2 InboundWindowManager.swift
[1606/1666] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1607/1666] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1608/1666] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1609/1666] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1610/1666] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1611/1666] Compiling NIOHTTP2 HTTP2Error.swift
[1612/1666] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1613/1724] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1614/1724] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1615/1724] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1616/1724] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1617/1724] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1618/1724] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1619/1724] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1620/1730] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1621/1730] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1622/1730] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1623/1730] Compiling AsyncHTTPClient Transaction.swift
[1624/1730] Compiling AsyncHTTPClient Base64.swift
[1625/1730] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1626/1730] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1627/1730] Compiling AsyncHTTPClient SSLContextCache.swift
[1628/1730] Compiling AsyncHTTPClient Scheme.swift
[1629/1730] Compiling AsyncHTTPClient Singleton.swift
[1630/1730] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1631/1730] Compiling AsyncHTTPClient UnsafeTransfer.swift
[1632/1730] Compiling AsyncHTTPClient Utils.swift
[1636/1730] Emitting module AsyncKit
[1637/1730] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1638/1730] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1639/1730] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1640/1730] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1641/1730] Compiling AsyncHTTPClient RequestBodyLength.swift
[1642/1730] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1643/1730] Compiling AsyncHTTPClient RequestOptions.swift
[1644/1730] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1645/1730] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1646/1730] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1647/1730] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1648/1730] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1649/1730] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1650/1730] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1651/1730] Compiling AsyncHTTPClient ConnectionTarget.swift
[1652/1730] Compiling AsyncHTTPClient DeconstructedURL.swift
[1653/1730] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1654/1730] Compiling AsyncHTTPClient FoundationExtensions.swift
[1655/1730] Emitting module AsyncHTTPClient
[1656/1730] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1657/1730] Compiling AsyncHTTPClient HTTP2Connection.swift
[1658/1730] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1659/1730] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1660/1730] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1661/1730] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1662/1730] Compiling AsyncHTTPClient ConnectionPool.swift
[1663/1730] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1664/1730] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1665/1730] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1666/1730] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1667/1730] Compiling AsyncHTTPClient HTTP1Connection.swift
[1668/1730] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1669/1730] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1670/1730] Compiling AsyncHTTPClient TLSConfiguration.swift
[1671/1730] Compiling AsyncHTTPClient RedirectState.swift
[1672/1730] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1673/1730] Compiling AsyncHTTPClient RequestBag.swift
[1674/1730] Compiling AsyncHTTPClient RequestValidation.swift
[1675/1730] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1676/1730] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1677/1730] Compiling AsyncHTTPClient HTTPClient.swift
[1678/1730] Compiling AsyncHTTPClient HTTPHandler.swift
[1679/1730] Compiling AsyncHTTPClient LRUCache.swift
[1680/1730] Compiling AsyncHTTPClient NWErrorHandler.swift
[1695/1921] Compiling Vapor Application+HTTP+Client.swift
[1696/1921] Compiling Vapor EventLoopHTTPClient.swift
[1697/1921] Compiling Vapor EndpointCache.swift
[1698/1921] Compiling Vapor HTTPMethod+String.swift
[1699/1921] Compiling Vapor HTTPStatus.swift
[1700/1921] Compiling Vapor DecoderUnwrapper.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: 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) {
[1701/1921] Compiling Vapor Exports.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: 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) {
[1702/1921] Compiling Vapor Application+HTTP.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: 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) {
[1703/1921] Compiling Vapor BasicResponder.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: 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) {
[1704/1921] Compiling Vapor BodyStream.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: 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) {
[1705/1921] Compiling Vapor HTTPHeaders+Link.swift
[1706/1921] Compiling Vapor HTTPHeaders+Name.swift
[1707/1921] Compiling Vapor DirectoryConfiguration.swift
[1708/1921] Compiling Vapor DotEnv.swift
[1709/1921] Compiling Vapor Extendable.swift
[1710/1921] Compiling Vapor Array+Random.swift
[1711/1921] Compiling Vapor Base32.swift
[1712/1921] Compiling Vapor Base64.swift
[1713/1921] Compiling Vapor BaseN.swift
[1714/1921] Compiling Vapor BasicCodingKey.swift
[1715/1921] Compiling Vapor ByteCount.swift
[1716/1921] Compiling Vapor Bytes+Hex.swift
[1717/1921] Compiling Vapor Bytes+SecureCompare.swift
[1718/1921] Compiling Vapor Collection+Safe.swift
[1719/1921] Compiling Vapor DataProtocol+Copy.swift
[1720/1921] Compiling Vapor HTTPCookies.swift
[1721/1921] Compiling Vapor HTTPHeaderCacheControl.swift
[1722/1921] Compiling Vapor HTTPHeaderExpires.swift
[1723/1921] Compiling Vapor HTTPHeaderLastModified.swift
[1724/1921] Compiling Vapor HTTPHeaders+Cache.swift
[1728/1921] Compiling Vapor File.swift
[1729/1921] Compiling Vapor FileIO.swift
[1730/1921] Compiling Vapor LifecycleHandler.swift
[1731/1921] Compiling Vapor OptionalType.swift
[1732/1921] Compiling Vapor RFC1123.swift
[1733/1921] Compiling Vapor SocketAddress+Hostname.swift
[1734/1921] Compiling Vapor Storage.swift
[1735/1921] Compiling Vapor String+IsIPAddress.swift
[1736/1921] Compiling Vapor Thread.swift
[1737/1921] Compiling Vapor URI.swift
[1738/1921] Compiling Vapor RangeResult.swift
[1739/1921] Compiling Vapor Validatable.swift
[1740/1921] Compiling Vapor Validation.swift
[1741/1921] Compiling Vapor ValidationKey.swift
[1742/1921] Compiling Vapor Validations.swift
[1743/1921] Compiling Vapor ValidationsError.swift
[1744/1921] Compiling Vapor Validator.swift
[1745/1921] Compiling Vapor ValidatorResult.swift
[1746/1992] Compiling HTMLKitComponents Stack.swift
[1747/1992] Compiling HTMLKitComponents Symbol.swift
[1748/1992] Compiling HTMLKitComponents Tabs.swift
[1749/1992] Compiling HTMLKitComponents Text.swift
[1750/1992] Compiling HTMLKitComponents Video.swift
[1751/1992] Compiling HTMLKitComponents DragEvent.swift
[1752/1992] Compiling HTMLKitComponents FormEvent.swift
[1753/1992] Compiling HTMLKitComponents MouseEvent.swift
[1754/1992] Compiling HTMLKitComponents PressEvent.swift
[1755/1992] Compiling HTMLKitComponents Components+Image.swift
[1756/1992] Compiling HTMLKitComponents Components+String.swift
[1757/1992] Compiling HTMLKitComponents ButtonModifier.swift
[1758/1992] Compiling HTMLKitComponents GraphicsModifier.swift
[1759/1992] Compiling HTMLKitComponents ImageModifier.swift
[1760/1992] Compiling HTMLKitComponents InputModifier.swift
[1761/1992] Compiling HTMLKitComponents TextModifier.swift
[1762/1992] Compiling HTMLKitComponents ViewModifier.swift
[1763/1992] Compiling HTMLKitComponents Options.swift
[1764/1992] Compiling HTMLKitComponents Action.swift
[1765/1992] Compiling HTMLKitComponents Configurations.swift
[1766/1992] Compiling HTMLKitComponents DynamicType.swift
[1769/1992] Compiling HTMLKitComponents Actionable.swift
[1770/1992] Compiling HTMLKitComponents Identifiable.swift
[1771/1992] Compiling HTMLKitComponents Modifiable.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: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) {
/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]
/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]
/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]
/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]
/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]
[1787/1996] 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) {
[1788/1996] 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) {
[1789/1996] 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) {
[1790/1996] 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) {
[1791/1996] 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) {
[1792/1996] Compiling HTMLKitComponents Selectable.swift
[1793/1996] Compiling HTMLKitComponents Tokens.swift
[1794/1996] Compiling HTMLKitComponents Validator.swift
[1795/1996] Compiling HTMLKitComponents resource_bundle_accessor.swift
[1801/1996] Compiling HTMLKitComponents Card.swift
[1802/1996] Compiling HTMLKitComponents Carousel.swift
[1803/1996] Compiling HTMLKitComponents Chart.swift
[1804/1996] Compiling HTMLKitComponents Disclosure.swift
[1805/1996] Compiling HTMLKitComponents Divider.swift
[1806/1996] Compiling HTMLKitComponents Dropdown.swift
[1807/1996] Compiling HTMLKitComponents Form.swift
[1808/1996] Compiling HTMLKitComponents Grid.swift
[1809/1996] Compiling HTMLKitComponents Grouping.swift
[1810/1996] Compiling HTMLKitComponents Image.swift
[1811/1996] Compiling HTMLKitComponents Link.swift
[1812/1996] Compiling HTMLKitComponents List.swift
[1813/1996] Compiling HTMLKitComponents Modal.swift
[1814/1996] Compiling HTMLKitComponents Navigation.swift
[1815/1996] Compiling HTMLKitComponents Scroll.swift
[1816/1996] Compiling HTMLKitComponents Snippet.swift
[1817/1996] Compiling Vapor And.swift
[1818/1996] Compiling Vapor Case.swift
[1819/1996] Compiling Vapor CharacterSet.swift
[1820/1996] Compiling Vapor Count.swift
[1821/1996] Compiling Vapor Email.swift
[1822/1996] Compiling Vapor Empty.swift
[1823/1996] Compiling Vapor In.swift
[1824/1996] Compiling Vapor Nil.swift
[1825/1996] Compiling Vapor NilIgnoring.swift
[1826/1996] Compiling Vapor Not.swift
[1827/1996] Compiling Vapor Or.swift
[1828/1996] Compiling Vapor Pattern.swift
[1829/1996] Compiling Vapor Range.swift
[1830/1996] Compiling Vapor URL.swift
[1831/1996] Compiling Vapor Valid.swift
[1832/1996] Compiling Vapor Application+Views.swift
[1833/1996] Compiling Vapor PlaintextRenderer.swift
[1834/1996] Compiling Vapor Request+View.swift
[1835/1996] Compiling Vapor View.swift
[1836/1996] Compiling Vapor ViewRenderer.swift
[1837/1996] Compiling Vapor _Deprecations.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: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) {
/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) {
[1848/1996] Compiling Vapor Application+Routes.swift
[1849/1996] Compiling Vapor Parameters+Require.swift
[1850/1996] Compiling Vapor Request+WebSocket.swift
[1851/1996] Compiling Vapor Route.swift
[1852/1996] Compiling Vapor RouteCollection.swift
[1853/1996] Compiling Vapor Routes.swift
[1854/1996] Compiling Vapor RoutesBuilder+Group.swift
[1855/1996] Compiling Vapor RoutesBuilder+Method.swift
[1856/1996] Compiling Vapor RoutesBuilder+Middleware.swift
[1857/1996] Compiling Vapor RoutesBuilder+WebSocket.swift
[1858/1996] Compiling Vapor RoutesBuilder.swift
[1859/1996] Compiling Vapor OTP.swift
[1860/1996] Compiling Vapor Application+Servers.swift
[1861/1996] Compiling Vapor Server.swift
[1862/1996] Compiling Vapor Application+Sessions.swift
[1863/1996] Compiling Vapor MemorySessions.swift
[1864/1996] Compiling Vapor Request+Session.swift
[1865/1996] Compiling Vapor Session.swift
[1866/1996] Compiling Vapor SessionCache.swift
[1867/1996] Compiling Vapor SessionData.swift
[1868/1996] Compiling Vapor SessionDriver.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: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) {
/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) {
[1879/1996] 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]
[1880/1996] 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() {}
[1881/1996] Compiling HTMLKitConverter InitRepresentable.swift
[1882/1996] 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() {}
[1883/1996] 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() {}
[1884/1998] Compiling Vapor JSONCoders+Content.swift
[1885/1998] Compiling Vapor PlaintextDecoder.swift
[1886/1998] Compiling Vapor PlaintextEncoder.swift
[1887/1998] Compiling Vapor URLQueryCoders.swift
[1888/1998] Compiling Vapor URLQueryContainer.swift
[1889/1998] Compiling Vapor Core.swift
[1890/1998] Compiling Vapor Running.swift
[1891/1998] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1892/1998] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1893/1998] Compiling Vapor DotEnvFile+load.swift
[1894/1998] Compiling Vapor Routes+caseInsenstive.swift
[1895/1998] Compiling Vapor Validatable+validate.swift
[1896/1998] Compiling Vapor Environment+Process.swift
[1897/1998] Compiling Vapor Environment+Secret.swift
[1898/1998] Compiling Vapor Environment.swift
[1899/1998] Compiling Vapor Abort.swift
[1900/1998] Compiling Vapor AbortError.swift
[1901/1998] Compiling Vapor DebuggableError.swift
[1902/1998] Compiling Vapor Demangler.swift
[1903/1998] Compiling Vapor ErrorSource.swift
[1904/1998] Compiling Vapor StackTrace.swift
[1905/1998] Compiling Vapor ResponseCompressionMiddleware.swift
[1906/1998] Compiling Vapor RouteLoggingMiddleware.swift
[1907/1998] Compiling Vapor File+Multipart.swift
[1908/1998] Compiling Vapor FormDataDecoder+Content.swift
[1909/1998] Compiling Vapor FormDataEncoder+Content.swift
[1910/1998] Compiling Vapor Application+Password.swift
[1911/1998] Compiling Vapor Application+Passwords.swift
[1912/1998] Compiling Vapor AsyncPasswordHasher.swift
[1913/1998] Compiling Vapor BcryptHasher.swift
[1914/1998] Compiling Vapor PasswordHasher.swift
[1915/1998] Compiling Vapor PlaintextHasher.swift
[1916/1998] Compiling Vapor Request+Password.swift
[1917/1998] Compiling Vapor Redirect.swift
[1918/1998] Compiling Vapor Request+Body.swift
[1919/1998] Compiling Vapor Request+BodyStream.swift
[1920/1998] Compiling Vapor Request.swift
[1921/1998] Compiling Vapor Application+Responder.swift
[1922/1998] Compiling Vapor DefaultResponder.swift
[1923/1998] Compiling Vapor Response+Body.swift
[1924/1998] Compiling Vapor Response.swift
[1925/1998] Compiling Vapor ResponseCodable.swift
[1926/1998] Compiling Vapor ServeCommand.swift
[1927/1998] Compiling Vapor AnyResponse+Concurrency.swift
[1928/1998] Compiling Vapor AsyncBasicResponder.swift
[1929/1998] Compiling Vapor AsyncMiddleware.swift
[1930/1998] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1931/1998] Compiling Vapor AsyncSessionDriver.swift
[1932/1998] Compiling Vapor Authentication+Concurrency.swift
[1933/1998] Compiling Vapor Cache+Concurrency.swift
[1934/1998] Compiling Vapor Client+Concurrency.swift
[1935/1998] Compiling Vapor RequestBody+Concurrency.swift
[1936/1998] Compiling Vapor Responder+Concurrency.swift
[1937/1998] Compiling Vapor ResponseCodable+Concurrency.swift
[1938/1998] Compiling Vapor RoutesBuilder+Concurrency.swift
[1939/1998] Compiling Vapor ViewRenderer+Concurrency.swift
[1940/1998] Compiling Vapor WebSocket+Concurrency.swift
[1941/1998] Compiling Vapor ContainerGetPathExecutor.swift
[1942/1998] Compiling Vapor Content.swift
[1943/1998] Compiling Vapor ContentCoders.swift
[1944/1998] Compiling Vapor ContentConfiguration.swift
[1945/1998] Compiling Vapor ContentContainer.swift
[1946/1998] Compiling Vapor JSONCoder+Custom.swift
[1947/1998] Compiling Vapor Application.swift
[1948/1998] Compiling Vapor AuthenticationCache.swift
[1949/1998] Compiling Vapor Authenticator.swift
[1950/1998] Compiling Vapor BasicAuthorization.swift
[1951/1998] Compiling Vapor BearerAuthorization.swift
[1952/1998] Compiling Vapor GuardMiddleware.swift
[1953/1998] Compiling Vapor RedirectMiddleware.swift
[1954/1998] Compiling Vapor SessionAuthenticatable.swift
[1955/1998] Compiling Vapor Bcrypt.swift
[1956/1998] Compiling Vapor Application+Cache.swift
[1957/1998] Compiling Vapor Cache.swift
[1958/1998] Compiling Vapor CacheExpirationTime.swift
[1959/1998] Compiling Vapor MemoryCache.swift
[1960/1998] Compiling Vapor Request+Cache.swift
[1961/1998] Compiling Vapor Application+Clients.swift
[1962/1998] Compiling Vapor Client.swift
[1963/1998] Compiling Vapor ClientRequest.swift
[1964/1998] Compiling Vapor ClientResponse.swift
[1965/1998] Compiling Vapor Request+Client.swift
[1966/1998] Compiling Vapor BootCommand.swift
[1967/1998] Compiling Vapor CommandContext+Application.swift
[1968/1998] Compiling Vapor RoutesCommand.swift
[1969/1998] Emitting module Vapor
[1970/1998] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1971/1998] Compiling Vapor HTTPHeaders.swift
[1972/1998] Compiling Vapor HTTPMediaType.swift
[1973/1998] Compiling Vapor HTTPMediaTypePreference.swift
[1974/1998] Compiling Vapor Responder.swift
[1975/1998] Compiling Vapor Application+HTTP+Server.swift
[1976/1998] Compiling Vapor HTTPServer.swift
[1977/1998] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1978/1998] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1979/1998] Compiling Vapor HTTPServerHandler.swift
[1980/1998] Compiling Vapor HTTPServerRequestDecoder.swift
[1981/1998] Compiling Vapor HTTPServerResponseEncoder.swift
[1982/1998] Compiling Vapor HTTPServerUpgradeHandler.swift
[1983/1998] Compiling Vapor Logger+Report.swift
[1984/1998] Compiling Vapor LoggingSystem+Environment.swift
[1985/1998] Compiling Vapor Application+Middleware.swift
[1986/1998] Compiling Vapor CORSMiddleware.swift
[1987/1998] Compiling Vapor ErrorMiddleware.swift
[1988/1998] Compiling Vapor FileMiddleware.swift
[1989/1998] Compiling Vapor Middleware.swift
[1990/1998] Compiling Vapor MiddlewareConfiguration.swift
[1991/2000] Emitting module ConvertCommand
[1992/2000] Compiling ConvertCommand ConvertCommand.swift
[1993/2004] 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")
[1994/2004] 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")
[1994/2004] Write Objects.LinkFileList
[1997/2004] Compiling HTMLKitVapor ViewRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/ViewRenderer.swift:41:35: warning: type 'View' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
39 | buffer.writeString(try renderer.render(view: view))
40 |
41 | return self.eventLoop.makeSucceededFuture(View(data: buffer))
| `- warning: type 'View' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
42 |
43 | } catch(let error) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/View/View.swift:3:15: note: struct 'View' does not conform to the 'Sendable' protocol
1 | import NIOCore
2 |
3 | public struct View: ResponseEncodable {
| `- note: struct 'View' does not conform to the 'Sendable' protocol
4 | public var data: ByteBuffer
5 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/ViewRenderer.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Vapor'
5 |
6 | import HTMLKit
7 | import Vapor
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Vapor'
8 |
9 | /// The view renderer
/Users/admin/builder/spi-builder-workspace/Sources/HTMLKitVapor/ViewRenderer.swift:50:39: warning: type 'View' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
48 | /// Renders a view and transforms it into a view response.
49 | public func render(_ view: some HTMLKit.View) async throws -> Vapor.View {
50 | return try await render(view).get()
| `- warning: type 'View' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
51 | }
52 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/View/View.swift:3:15: note: struct 'View' does not conform to the 'Sendable' protocol
1 | import NIOCore
2 |
3 | public struct View: ResponseEncodable {
| `- note: struct 'View' does not conform to the 'Sendable' protocol
4 | public var data: ByteBuffer
5 |
[1998/2004] 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.Renderer.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.Renderer.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)
[1999/2004] 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.Renderer.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.Renderer.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)
[2000/2004] Compiling HTMLKitVapor Configuration.swift
[2000/2004] Linking ConvertCommand
[2001/2004] Linking DeployCommand
[2002/2004] Applying ConvertCommand
[2003/2004] Applying DeployCommand
Build complete! (129.46s)
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
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"
],
"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/Environment.swift",
"Framework/Environment/EnvironmentKeys.swift",
"Framework/Environment/EnvironmentModifier.swift",
"Framework/Environment/EnvironmentObject.swift",
"Framework/Environment/EnvironmentValue.swift",
"Framework/Extensions/Datatypes+Content.swift",
"Framework/Localization/Locale.swift",
"Framework/Localization/Localizable.swift",
"Framework/Localization/Localization.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/main
Repository: vapor-community/htmlkit
Swift version used: 6.0
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
Target: HTMLKit
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'HTMLKit'...
Finished extracting symbol information for 'HTMLKit'. (12.27s)
Building documentation for 'HTMLKit'...
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.Finished building documentation for 'HTMLKit' (5.65s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/vapor-community/htmlkit/main
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit Mixin+Equals.swift
[13/57] Compiling SymbolKit Mixin+Hash.swift
[14/57] Compiling SymbolKit Mixin.swift
[15/57] Compiling SymbolKit LineList.swift
[16/57] Compiling SymbolKit Position.swift
[17/57] Compiling SymbolKit GenericConstraint.swift
[18/57] Compiling SymbolKit GenericParameter.swift
[19/57] Compiling SymbolKit Generics.swift
[20/57] Compiling SymbolKit Namespace.swift
[21/57] Compiling SymbolKit SemanticVersion.swift
[22/57] Compiling SymbolKit AccessControl.swift
[23/57] Compiling SymbolKit Availability.swift
[24/57] Compiling SymbolKit AvailabilityItem.swift
[25/57] Compiling SymbolKit Domain.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Identifier.swift
[36/57] Compiling SymbolKit KindIdentifier.swift
[37/57] Compiling SymbolKit Location.swift
[38/57] Compiling SymbolKit Mutability.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.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 SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[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.75s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/24] Compiling InternalCollectionsUtilities Specialize.swift
[4/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/25] Compiling InternalCollectionsUtilities Debugging.swift
[6/25] Compiling InternalCollectionsUtilities Descriptions.swift
[7/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/25] Compiling Logging MetadataProvider.swift
[10/25] Compiling InternalCollectionsUtilities Integer rank.swift
[11/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/25] Emitting module InternalCollectionsUtilities
[14/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[17/25] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[18/25] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[19/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/25] Compiling Logging LogHandler.swift
[23/25] Compiling Logging Locks.swift
[24/25] Emitting module Logging
[25/25] Compiling Logging Logging.swift
[26/116] Compiling HeapModule _HeapNode.swift
[27/307] Compiling DequeModule _DequeBufferHeader.swift
[28/307] Compiling DequeModule _DequeSlot.swift
[29/308] Compiling DequeModule _DequeBuffer.swift
[30/308] Compiling HeapModule Heap.swift
[31/308] Compiling HeapModule Heap+Invariants.swift
[32/308] Compiling HeapModule Heap+Descriptions.swift
[33/308] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/308] Compiling HeapModule Heap+UnsafeHandle.swift
[35/308] Compiling _RopeModule _RopeItem.swift
[36/308] Compiling _RopeModule _RopePath.swift
[37/308] Compiling _RopeModule _RopeVersion.swift
[38/308] Compiling _RopeModule Rope+Collection.swift
[39/308] Compiling _RopeModule Rope+Index.swift
[40/308] Compiling _RopeModule Rope+Sequence.swift
[41/313] Emitting module HeapModule
[42/313] Compiling _RopeModule BigString+Builder.swift
[43/313] Compiling _RopeModule BigString+Contents.swift
[44/313] Compiling _RopeModule BigString+Debugging.swift
[45/313] Compiling _RopeModule BigString+Index.swift
[46/313] Compiling _RopeModule BigString+Ingester.swift
[47/313] Compiling _RopeModule BigString+Invariants.swift
[53/313] Compiling BitCollections BitSet.swift
[54/319] Compiling DequeModule _UnsafeWrappedBuffer.swift
[55/319] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[56/319] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[57/319] Compiling _RopeModule BigString+Sequence.swift
[58/319] Compiling _RopeModule BigString+TextOutputStream.swift
[59/319] Compiling _RopeModule BigString+Append.swift
[60/319] Compiling _RopeModule BigString+Initializers.swift
[61/319] Compiling _RopeModule BigString+Insert.swift
[62/319] Compiling _RopeModule BigString+Managing Breaks.swift
[63/327] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[64/327] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[65/327] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[66/327] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[67/327] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[68/327] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[69/327] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[70/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[71/327] Compiling _RopeModule BigString+Summary.swift
[72/327] Compiling _RopeModule BigString.swift
[75/327] Compiling _RopeModule BigString+Iterators.swift
[76/327] Compiling _RopeModule BigString+Metrics.swift
[79/327] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[80/327] Compiling _RopeModule BigString+Chunk+Breaks.swift
[86/327] Compiling _RopeModule BigString+Chunk+Counts.swift
[89/327] Compiling _RopeModule Range+BigString.swift
[90/327] Compiling _RopeModule BigString+UTF16View.swift
[91/327] Compiling _RopeModule BigString+UTF8View.swift
[92/327] Compiling _RopeModule Rope+_Node.swift
[93/327] Compiling _RopeModule Rope+_Storage.swift
[94/327] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[98/327] Compiling _RopeModule BigString+RemoveSubrange.swift
[99/327] Compiling _RopeModule BigString+ReplaceSubrange.swift
[100/327] Compiling _RopeModule BigString+Split.swift
[101/327] Compiling _RopeModule BigString+Hashing.swift
[107/327] Compiling _RopeModule Rope+_UnsafeHandle.swift
[108/327] Compiling _RopeModule Rope.swift
[109/327] Compiling _RopeModule RopeElement.swift
[110/327] Compiling _RopeModule RopeMetric.swift
[111/327] Compiling _RopeModule RopeSummary.swift
[113/327] Compiling _RopeModule BigString+Chunk+Description.swift
[114/327] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[115/327] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[116/327] Compiling _RopeModule BigString+UnicodeScalarView.swift
[117/327] Compiling _RopeModule BigSubstring+UTF16View.swift
[118/327] Compiling _RopeModule BigSubstring+UTF8View.swift
[119/327] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[120/327] Compiling _RopeModule BigSubstring.swift
[121/327] Compiling _RopeModule Rope+Builder.swift
[122/327] Compiling _RopeModule Rope+Debugging.swift
[123/327] Compiling _RopeModule Rope+Invariants.swift
[124/327] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[126/327] Compiling OrderedCollections OrderedSet+SubSequence.swift
[127/327] Compiling OrderedCollections OrderedSet+Testing.swift
[128/327] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[129/327] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[130/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[131/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[132/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[133/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[134/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[135/327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[136/327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[137/327] Compiling HashTreeCollections TreeSet.swift
[162/327] Emitting module BitCollections
[181/327] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[182/327] Compiling _RopeModule BigString+Chunk+Splitting.swift
[183/327] Compiling _RopeModule BigString+Chunk.swift
[184/327] Compiling _RopeModule BigString+BidirectionalCollection.swift
[185/327] Compiling _RopeModule BigString+Comparable.swift
[186/327] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[187/327] Compiling _RopeModule BigString+CustomStringConvertible.swift
[188/327] Compiling _RopeModule BigString+Equatable.swift
[194/334] Compiling OrderedCollections OrderedSet.swift
[195/334] Compiling OrderedCollections _UnsafeBitset.swift
[196/334] Emitting module DequeModule
[302/334] Compiling _RopeModule Rope+Remove.swift
[303/334] Compiling _RopeModule Rope+RemoveSubrange.swift
[304/334] Compiling _RopeModule Rope+Split.swift
[305/334] Compiling _RopeModule Optional Utilities.swift
[306/334] Compiling _RopeModule String Utilities.swift
[307/334] Compiling _RopeModule String.Index+ABI.swift
[308/334] Compiling _RopeModule _CharacterRecognizer.swift
[316/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/382] Compiling HTMLKit Localization.swift
[338/382] Compiling HTMLKit LocalizedStringKey.swift
[339/382] Compiling HTMLKit TranslationTable.swift
[340/382] Compiling HTMLKit Attribute.swift
[341/382] Compiling HTMLKit Element.swift
[342/387] Compiling HTMLKit Features.swift
[343/387] Compiling HTMLKit Markdown+Character.swift
[344/387] Compiling HTMLKit MarkdownLexer.swift
[345/387] Compiling HTMLKit MarkdownToken.swift
[346/387] Compiling HTMLKit Markdown.swift
[347/387] Compiling HTMLKit ValueTokens.swift
[348/387] Compiling HTMLKit ContentBuilder.swift
[349/387] Compiling HTMLKit Environment.swift
[350/387] Compiling HTMLKit EnvironmentKeys.swift
[351/387] Compiling HTMLKit EnvironmentModifier.swift
[352/387] Compiling HTMLKit AriaAttributes.swift
[353/387] Compiling HTMLKit BasicAttributes.swift
[354/387] Compiling HTMLKit EventAttributes.swift
[355/387] Compiling HTMLKit VectorAttributes.swift
[356/387] Compiling HTMLKit BasicElements.swift
[357/387] Compiling HTMLKit MarkdownString.swift
[358/387] Compiling HTMLKit MarkdownNode.swift
[359/387] Compiling HTMLKit MarkdownParser.swift
[360/387] Compiling HTMLKit Renderer.swift
[361/387] Compiling HTMLKit Security.swift
[362/387] Compiling HTMLKit Elements.swift
[363/387] Compiling HTMLKit Layouts.swift
[364/387] Compiling HTMLKit Node.swift
[365/387] Compiling HTMLKit Nodes.swift
[366/387] Compiling HTMLKit Content.swift
[367/387] Compiling HTMLKit HtmlElements.swift
[368/387] Compiling HTMLKit InputElements.swift
[369/387] Compiling HTMLKit ListElements.swift
[370/387] Compiling HTMLKit MapElements.swift
[371/387] Compiling HTMLKit MediaElements.swift
[372/387] Compiling HTMLKit ObjectElements.swift
[373/387] Compiling HTMLKit RubyElements.swift
[374/387] Compiling HTMLKit TableElements.swift
[375/387] Compiling HTMLKit VectorElements.swift
[376/387] Compiling HTMLKit EventTokens.swift
[377/387] Emitting module HTMLKit
[378/387] Compiling HTMLKit EnvironmentObject.swift
[379/387] Compiling HTMLKit EnvironmentValue.swift
[380/387] Compiling HTMLKit Datatypes+Content.swift
[381/387] Compiling HTMLKit Locale.swift
[382/387] Compiling HTMLKit Localizable.swift
[383/387] Compiling HTMLKit BodyElements.swift
[384/387] Compiling HTMLKit DefinitionElements.swift
[385/387] Compiling HTMLKit FigureElements.swift
[386/387] Compiling HTMLKit FormElements.swift
[387/387] Compiling HTMLKit HeadElements.swift
Build of target: 'HTMLKit' complete! (9.88s)
26961
139 /Users/admin/builder/spi-builder-workspace/.docs/vapor-community/htmlkit/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vapor-community/htmlkit/main
File count: 26961
Doc size: 139.0MB
Preparing doc bundle ...
Uploading prod-vapor-community-htmlkit-main-6ebe8abc.zip to s3://spi-docs-inbox/prod-vapor-community-htmlkit-main-6ebe8abc.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.