Build Information
Successful build of swift-nio-imap, reference main (f367c4), with Swift 6.1 for Linux on 10 Sep 2025 00:33:00 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/odrobnik/swift-nio-imap.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/odrobnik/swift-nio-imap
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f367c46 Fetch parser: tolerate stray CRLF/spaces between attributes and before closing ')' after literals
Cloned https://github.com/odrobnik/swift-nio-imap.git
Revision (git rev-parse @):
f367c46cd4ee69a8764cba490ce57304517fb344
SUCCESS checkout https://github.com/odrobnik/swift-nio-imap.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/odrobnik/swift-nio-imap.git
https://github.com/odrobnik/swift-nio-imap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.64.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.24.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-se0270-range-set",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-se0270-range-set.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-nio-imap",
"name" : "swift-nio-imap",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOIMAP",
"targets" : [
"NIOIMAP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Proxy",
"targets" : [
"Proxy"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOIMAPPerformanceTester",
"targets" : [
"NIOIMAPPerformanceTester"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOIMAPFuzzer",
"targets" : [
"NIOIMAPFuzzer"
],
"type" : {
"executable" : null
}
},
{
"name" : "CLI",
"targets" : [
"CLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Proxy",
"module_type" : "SwiftTarget",
"name" : "Proxy",
"path" : "Sources/Proxy",
"product_dependencies" : [
"NIO",
"NIOSSL"
],
"product_memberships" : [
"Proxy"
],
"sources" : [
"InboundPrintHandler.swift",
"MailClientToProxyHandler.swift",
"OutboundPrintHandler.swift",
"ProxyToMailServerHandler.swift",
"main.swift"
],
"target_dependencies" : [
"NIOIMAP"
],
"type" : "executable"
},
{
"c99name" : "NIOIMAPTests",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPTests",
"path" : "Tests/NIOIMAPTests",
"product_dependencies" : [
"NIO",
"NIOTestUtils"
],
"sources" : [
"B2MV+Tests.swift",
"Client/AppendStateMachineTests.swift",
"Client/AuthenticationStateMachineTests.swift",
"Client/IdleStateMachineTests.swift",
"Coders/ClientEncodingOptionsTests.swift",
"Coders/ClientStateMachineTests.swift",
"Coders/IMAPClientHandlerTests.swift",
"Coders/IMAPServerHandlerTests.swift",
"CommandDecoder+Tests.swift",
"CommandEncoder+Tests.swift",
"FramingIntegrationTests.swift",
"FramingParserTests.swift",
"IntegrationTests.swift",
"ParserStressTests.swift",
"RealWorldTests.swift",
"TestUtilities.swift"
],
"target_dependencies" : [
"NIOIMAP",
"NIOIMAPCore"
],
"type" : "test"
},
{
"c99name" : "NIOIMAPPerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPPerformanceTester",
"path" : "Sources/NIOIMAPPerformanceTester",
"product_memberships" : [
"NIOIMAPPerformanceTester"
],
"sources" : [
"Benchmark.swift",
"CommandTester.swift",
"main.swift"
],
"target_dependencies" : [
"NIOIMAP"
],
"type" : "executable"
},
{
"c99name" : "NIOIMAPFuzzer",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPFuzzer",
"path" : "Sources/NIOIMAPFuzzer",
"product_dependencies" : [
"NIO"
],
"product_memberships" : [
"NIOIMAPFuzzer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOIMAP"
],
"type" : "executable"
},
{
"c99name" : "NIOIMAPCoreTests",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPCoreTests",
"path" : "Tests/NIOIMAPCoreTests",
"product_dependencies" : [
"NIO",
"NIOTestUtils"
],
"sources" : [
"Base64Tests.swift",
"Grammar/Access+Tests.swift",
"Grammar/Append/AppendData+Tests.swift",
"Grammar/Append/AppendMessage+Tests.swift",
"Grammar/Append/AppendOptions+Tests.swift",
"Grammar/AttributeFlag+Tests.swift",
"Grammar/AuthImapUrl+Tests.swift",
"Grammar/AuthImapUrlFull+Tests.swift",
"Grammar/AuthImapUrlRump+Tests.swift",
"Grammar/Body/BodyExtensionTests.swift",
"Grammar/Body/BodyStructure+Tests.swift",
"Grammar/Body/Field/BodyFieldDSPTests.swift",
"Grammar/Body/Field/BodyFieldEncodingTests.swift",
"Grammar/Body/Field/BodyFieldLanguageTests.swift",
"Grammar/Body/Field/BodyFieldParameterTests.swift",
"Grammar/Body/Field/BodyFieldsTests.swift",
"Grammar/Body/Field/FieldLanguageLocationTests.swift",
"Grammar/Body/Field/FieldLocationExtensionTests.swift",
"Grammar/Body/Type/BodyMultipartTests.swift",
"Grammar/Body/Type/BodySinglepartTests.swift",
"Grammar/ByteBufferWriteLiteralTests.swift",
"Grammar/ByteRange/ByteRange+Tests.swift",
"Grammar/ByteRange/MessagePathByteRange+Tests.swift",
"Grammar/Capability+Tests.swift",
"Grammar/ChangedSinceModifier+Tests.swift",
"Grammar/CommandType/CommandStream+Tests.swift",
"Grammar/CommandType/CommandType+Tests.swift",
"Grammar/ConditionalStore/ConditionalStore+Tests.swift",
"Grammar/CoreTypealiasesTests.swift",
"Grammar/CreateParameter+Tests.swift",
"Grammar/DateTests/DateTests.swift",
"Grammar/DateTests/InternalDateTests.swift",
"Grammar/ESearch/ESearchOptions+Tests.swift",
"Grammar/ESearch/ESearchScopeOptions+Tests.swift",
"Grammar/ESearch/ESearchSourceOptions+Tests.swift",
"Grammar/EmailAddressTests.swift",
"Grammar/Enable/EnableData+Tests.swift",
"Grammar/EncodeTestClass.swift",
"Grammar/EncodedAuthenticationType+Tests.swift",
"Grammar/EncodedMailbox+Tests.swift",
"Grammar/EncodedSearch+Tests.swift",
"Grammar/EncodedSection+Tests.swift",
"Grammar/EncodedUrlAuth+Tests.swift",
"Grammar/EncodedUser+Tests.swift",
"Grammar/Entry+Tests.swift",
"Grammar/Entry/EntryFlagName+Tests.swift",
"Grammar/Entry/EntryTypeRequest+Tests.swift",
"Grammar/Entry/EntryTypeResponse+Tests.swift",
"Grammar/EnvelopeTests.swift",
"Grammar/Expire+Tests.swift",
"Grammar/FetchAttributeTests.swift",
"Grammar/FetchModifiedResponse+Tests.swift",
"Grammar/FetchModifier+Tests.swift",
"Grammar/Flag/Flag+Tests.swift",
"Grammar/Flag/FlagKeyword+Tests.swift",
"Grammar/FullDateTime+Tests.swift",
"Grammar/HeaderListTests.swift",
"Grammar/IAbsolutePath+Tests.swift",
"Grammar/IAuth+Tests.swift",
"Grammar/ICommand+Tests.swift",
"Grammar/ID/ID+Tests.swift",
"Grammar/IMAPRangeTests.swift",
"Grammar/IMAPServer+Tests.swift",
"Grammar/IMAPURLSection+Tests.swift",
"Grammar/IMailboxReference+Tests.swift",
"Grammar/IMessageList+Tests.swift",
"Grammar/IMessageOrPartial+Tests.swift",
"Grammar/IMessagePart+Tests.swift",
"Grammar/INetworkPath+Tests.swift",
"Grammar/IUAVerifier+Tests.swift",
"Grammar/IURLAuthRump+Tests.swift",
"Grammar/IUrlAuth+Tests.swift",
"Grammar/IUserInfo+Tests.swift",
"Grammar/ImapUrl+Tests.swift",
"Grammar/ImapUrlRel+Tests.swift",
"Grammar/InitialClientResponse+Tests.swift",
"Grammar/InternetMessageDate+Tests.swift",
"Grammar/List/ListReturnOptions+Tests.swift",
"Grammar/List/ListSelectBaseOption+Tests.swift",
"Grammar/List/ListSelectIndependentOption+Tests.swift",
"Grammar/List/ListSelectOption+Tests.swift",
"Grammar/Mailbox/Mailbox+Tests.swift",
"Grammar/Mailbox/MailboxAttribute+Tests.swift",
"Grammar/Mailbox/MailboxData+Tests.swift",
"Grammar/Mailbox/MailboxInfo+Tests.swift",
"Grammar/Mailbox/MailboxName+Tests.swift",
"Grammar/Mailbox/MailboxPatterns+Tests.swift",
"Grammar/MechanismBase64+Tests.swift",
"Grammar/Media/MediaTests.swift",
"Grammar/Message/MessageAtributesTests.swift",
"Grammar/Message/MessageDataTests.swift",
"Grammar/MessageIdentifierRange+Tests.swift",
"Grammar/MessageIdentifierSet+Tests.swift",
"Grammar/MetadataOption+Tests.swift",
"Grammar/MetadataResponse+Tests.swift",
"Grammar/MetadataValue+Tests.swift",
"Grammar/Modifier/ModifierSequenceValue+Tests.swift",
"Grammar/Namespace/Namespace+Tests.swift",
"Grammar/Namespace/NamespaceCommand+Tests.swift",
"Grammar/Namespace/NamespaceDescription+Tests.swift",
"Grammar/Namespace/NamespaceResponse+Tests.swift",
"Grammar/Namespace/NamespaceResponseExtension+Tests.swift",
"Grammar/Notify/MailboxFilter+Tests.swift",
"Grammar/Notify/Mailboxes+Tests.swift",
"Grammar/Option/OptionExtension+Tests.swift",
"Grammar/Option/OptionValue+Tests.swift",
"Grammar/Option/OptionValueComp+Tests.swift",
"Grammar/Option/OptionVendorTag+Tests.swift",
"Grammar/Partial/PartialRange+Tests.swift",
"Grammar/Patterns+Tests.swift",
"Grammar/Quota/QuotaLimit+Tests.swift",
"Grammar/Quota/QuotaResource+Tests.swift",
"Grammar/Quota/QuotaResponse+Tests.swift",
"Grammar/Quota/QuotaRoot+Tests.swift",
"Grammar/Quota/QuotaRootResponse+Tests.swift",
"Grammar/Response/ContinuationRequestTests.swift",
"Grammar/Response/ESearchResponse+Tests.swift",
"Grammar/Response/PermanentFlagTests.swift",
"Grammar/Response/Response+Tests.swift",
"Grammar/Response/ResponseCodeAppend+Tests.swift",
"Grammar/Response/ResponseCodeCopy+Tests.swift",
"Grammar/Response/ResponseData+Tests.swift",
"Grammar/Response/ResponseFatalTests.swift",
"Grammar/Response/ResponsePayload+Tests.swift",
"Grammar/Response/ResponseText+Tests.swift",
"Grammar/Response/ResponseTextCodeTests.swift",
"Grammar/Response/TaggedResponse+Tests.swift",
"Grammar/Response/TaggedResponseState+Tests.swift",
"Grammar/Response/UntaggedStatus+Tests.swift",
"Grammar/ReturnOption+Tests.swift",
"Grammar/ScopeOption+Tests.swift",
"Grammar/Search/SearchCorrelator+Tests.swift",
"Grammar/Search/SearchCriteria+Tests.swift",
"Grammar/Search/SearchKeyTests.swift",
"Grammar/Search/SearchModifiedSequence+Tests.swift",
"Grammar/Search/SearchReturnData+Tests.swift",
"Grammar/Search/SearchReturnDataExtension+Tests.swift",
"Grammar/Search/SearchReturnOption+Tests.swift",
"Grammar/Search/SearchReturnOptionExtension+Tests.swift",
"Grammar/Section/SectionBinary+Tests.swift",
"Grammar/Section/SectionPartTests.swift",
"Grammar/Section/SectionSpecTests.swift",
"Grammar/SelectParameter+Tests.swift",
"Grammar/Sequence/SequenceNumberTests.swift",
"Grammar/SequenceMatchData+Tests.swift",
"Grammar/SortData+Tests.swift",
"Grammar/StoreAttributeFlags+Tests.swift",
"Grammar/TaggedExtension/TaggedExtension+Tests.swift",
"Grammar/TaggedExtension/TaggedExtensionComp+Tests.swift",
"Grammar/TaggedExtension/TaggedExtensionValue+Tests.swift",
"Grammar/UAuthMechanism+Tests.swift",
"Grammar/UID/IUID+Tests.swift",
"Grammar/UID/UIDRangeTests.swift",
"Grammar/UID/UIDSetNonEmptyTests.swift",
"Grammar/UID/UIDSetTests.swift",
"Grammar/UID/UIDTests.swift",
"Grammar/UID/UIDValidity+Tests.swift",
"Grammar/URLFetchData+Tests.swift",
"Grammar/URLRumpMechanism+Tests.swift",
"Grammar/UseAttribute+Tests.swift",
"ModifiedUTF7+Tests.swift",
"Parser/CommandParser+Tests.swift",
"Parser/Grammar/GrammarParser+Append+Tests.swift",
"Parser/Grammar/GrammarParser+Body+Tests.swift",
"Parser/Grammar/GrammarParser+Commands+Tests.swift",
"Parser/Grammar/GrammarParser+Date+Tests.swift",
"Parser/Grammar/GrammarParser+Entry+Tests.swift",
"Parser/Grammar/GrammarParser+Envelope+Tests.swift",
"Parser/Grammar/GrammarParser+Fetch+Tests.swift",
"Parser/Grammar/GrammarParser+List+Tests.swift",
"Parser/Grammar/GrammarParser+Mailbox+Tests.swift",
"Parser/Grammar/GrammarParser+Message+Tests.swift",
"Parser/Grammar/GrammarParser+Response+Tests.swift",
"Parser/Grammar/GrammarParser+Search+Tests.swift",
"Parser/Grammar/GrammarParser+Sequence.swift",
"Parser/Grammar/GrammarParser+UID+Tests.swift",
"Parser/IMAPParserTests.swift",
"Parser/ParserLibraryTests.swift",
"Parser/ResponseParser+Tests.swift",
"Parser/RoundtripTests.swift",
"Parser/SynchronizingLiteralParserTests.swift",
"Parser/UInt8+ParseTypeMembership.swift",
"PipeliningTests.swift",
"ResponseEncodeBuffer+Tests.swift",
"ResponseStreamingTests.swift",
"String+ByteBuffer+Tests.swift",
"TestUtilities.swift"
],
"target_dependencies" : [
"NIOIMAPCore"
],
"type" : "test"
},
{
"c99name" : "NIOIMAPCore",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPCore",
"path" : "Sources/NIOIMAPCore",
"product_dependencies" : [
"NIO",
"SE0270_RangeSet",
"OrderedCollections"
],
"product_memberships" : [
"NIOIMAP",
"Proxy",
"NIOIMAPPerformanceTester",
"NIOIMAPFuzzer",
"CLI"
],
"sources" : [
"Base64/Base64.swift",
"Base64/Chromium.swift",
"Base64/DecodingError.swift",
"ByteBuffer+WriteLiteral.swift",
"CommandEncodeBuffer.swift",
"CommandEncodingOptions.swift",
"EncodeBuffer.swift",
"Grammar/AbsoluteMessagePath.swift",
"Grammar/Access.swift",
"Grammar/Append/AppendData.swift",
"Grammar/Append/AppendMessage.swift",
"Grammar/Append/AppendOptions.swift",
"Grammar/AttributeFlag.swift",
"Grammar/AuthenticatedURL.swift",
"Grammar/AuthenticatedURLRump.swift",
"Grammar/AuthenticatedURLVerifier.swift",
"Grammar/AuthenticationMechanism.swift",
"Grammar/Body/Body.swift",
"Grammar/Body/BodyExtension.swift",
"Grammar/Body/Field/Disposition.swift",
"Grammar/Body/Field/DispositionAndLanguage.swift",
"Grammar/Body/Field/Encoding.swift",
"Grammar/Body/Field/Fields.swift",
"Grammar/Body/Field/Language.swift",
"Grammar/Body/Field/LanguageLocation.swift",
"Grammar/Body/Field/LocationAndExtensions.swift",
"Grammar/Body/Field/ParameterPair.swift",
"Grammar/Body/Multipart.swift",
"Grammar/Body/Singlepart.swift",
"Grammar/ByteRange/ByteRange.swift",
"Grammar/ByteRange/MessagePathByteRange.swift",
"Grammar/Capability.swift",
"Grammar/ChangedSinceModifier.swift",
"Grammar/Command/Command.swift",
"Grammar/Command/CommandStreamPart.swift",
"Grammar/Command/CustomCommandPayload.swift",
"Grammar/Command/TaggedCommand.swift",
"Grammar/ConditionalStore/ConditionalStore.swift",
"Grammar/CreateParameter.swift",
"Grammar/Date/IMAPDate.swift",
"Grammar/Date/InternalDate.swift",
"Grammar/EItem/EItem.swift",
"Grammar/ESearch/ExtendedSearchOptions.swift",
"Grammar/ESearch/ExtendedSearchScopeOptions.swift",
"Grammar/ESearch/ExtendedSearchSourceOptions.swift",
"Grammar/EmailAddress.swift",
"Grammar/Enable/EnableData.swift",
"Grammar/EncodedAuthenticationType.swift",
"Grammar/EncodedMailbox.swift",
"Grammar/EncodedSearch.swift",
"Grammar/EncodedSearchQuery.swift",
"Grammar/EncodedSection.swift",
"Grammar/EncodedUrlAuth.swift",
"Grammar/EncodedUser.swift",
"Grammar/Entry/EntryFlagName.swift",
"Grammar/Entry/EntryKindRequest.swift",
"Grammar/Entry/EntryTypeResponse.swift",
"Grammar/EntryValue.swift",
"Grammar/Envelope.swift",
"Grammar/Expire.swift",
"Grammar/FetchAttribute.swift",
"Grammar/FetchModificationResponse.swift",
"Grammar/FetchModifier.swift",
"Grammar/Flag/Flag.swift",
"Grammar/Flag/FlagKeyword.swift",
"Grammar/Flag/PermanentFlag.swift",
"Grammar/Flag/StoreFlags.swift",
"Grammar/FullAuthenticatedURL.swift",
"Grammar/FullDateTime.swift",
"Grammar/HeaderList.swift",
"Grammar/Helpers.swift",
"Grammar/ID/ID.swift",
"Grammar/IMAPServer.swift",
"Grammar/IMAPURL.swift",
"Grammar/IMAPURLAuthenticationMechanism.swift",
"Grammar/InitialResponse.swift",
"Grammar/InternetMessageDate.swift",
"Grammar/KeyValue.swift",
"Grammar/LastCommandMessageIdentifier.swift",
"Grammar/LastCommandSet.swift",
"Grammar/List/ListReturnOps.swift",
"Grammar/List/ListSelectBaseOption.swift",
"Grammar/List/ListSelectIndependentOption.swift",
"Grammar/List/ListSelectOption.swift",
"Grammar/Mailbox/MailboxAttribute.swift",
"Grammar/Mailbox/MailboxData.swift",
"Grammar/Mailbox/MailboxGroup.swift",
"Grammar/Mailbox/MailboxID.swift",
"Grammar/Mailbox/MailboxInfo.swift",
"Grammar/Mailbox/MailboxName.swift",
"Grammar/Mailbox/MailboxPatterns.swift",
"Grammar/MailboxUIDValidity.swift",
"Grammar/MechanismBase64.swift",
"Grammar/Media/Media.swift",
"Grammar/Message/EmailID.swift",
"Grammar/Message/GmailLabel.swift",
"Grammar/Message/MessageAttributes.swift",
"Grammar/Message/MessageData.swift",
"Grammar/Message/ThreadID.swift",
"Grammar/MessageID.swift",
"Grammar/MessagePath.swift",
"Grammar/Metadata/MetadataEntryName.swift",
"Grammar/MetadataOption.swift",
"Grammar/MetadataResponse.swift",
"Grammar/MetadataValue.swift",
"Grammar/Modifier/ModificationSequenceValue.swift",
"Grammar/NString.swift",
"Grammar/Namespace/Namespace.swift",
"Grammar/Namespace/NamespaceCommand.swift",
"Grammar/Namespace/NamespaceDescription.swift",
"Grammar/Namespace/NamespaceResponse.swift",
"Grammar/Namespace/NamespaceResponseExtension.swift",
"Grammar/NetworkMessagePath.swift",
"Grammar/NetworkPath.swift",
"Grammar/Notify/MailboxFilter.swift",
"Grammar/Notify/Mailboxes.swift",
"Grammar/ObjectID.swift",
"Grammar/Option/OptionExtension.swift",
"Grammar/Option/OptionValueComp.swift",
"Grammar/Partial/PartialRange.swift",
"Grammar/Partial/SearchReturnData+Partial.swift",
"Grammar/Patterns.swift",
"Grammar/Quota/QuotaLimit.swift",
"Grammar/Quota/QuotaResource.swift",
"Grammar/Quota/QuotaResponse.swift",
"Grammar/Quota/QuotaRoot.swift",
"Grammar/Quota/QuotaRootResponse.swift",
"Grammar/RelativeIMAPURL.swift",
"Grammar/Response/ContinuationRequest.swift",
"Grammar/Response/ExtendedSearchResponse.swift",
"Grammar/Response/Response.swift",
"Grammar/Response/ResponseCodeAppend.swift",
"Grammar/Response/ResponseCodeCopy.swift",
"Grammar/Response/ResponseData.swift",
"Grammar/Response/ResponseFatal.swift",
"Grammar/Response/ResponsePayload.swift",
"Grammar/Response/ResponseText.swift",
"Grammar/Response/ResponseTextCode.swift",
"Grammar/Response/TaggedResponse.swift",
"Grammar/Response/TaggedResponseState.swift",
"Grammar/Response/UIDBatchesResponse.swift",
"Grammar/Response/UntaggedResponseState.swift",
"Grammar/ReturnOption.swift",
"Grammar/RumpAuthenticatedURL.swift",
"Grammar/RumpURLAndMechanism.swift",
"Grammar/ScopeOption.swift",
"Grammar/Search/SearchCorrelator.swift",
"Grammar/Search/SearchCriteria.swift",
"Grammar/Search/SearchKey.swift",
"Grammar/Search/SearchModificationSequence.swift",
"Grammar/Search/SearchReturnData.swift",
"Grammar/Search/SearchReturnDataExtension.swift",
"Grammar/Search/SearchReturnOption.swift",
"Grammar/Search/SearchReturnOptionExtension.swift",
"Grammar/SectionSpec.swift",
"Grammar/SelectParameter.swift",
"Grammar/Sequence/SequenceNumber.swift",
"Grammar/Sequence/SequenceRange.swift",
"Grammar/SequenceMatchData.swift",
"Grammar/SortData.swift",
"Grammar/StoreModifier.swift",
"Grammar/Tagged/ParameterValue.swift",
"Grammar/Tagged/TaggedExtension.swift",
"Grammar/Tagged/TaggedExtensiontComp.swift",
"Grammar/UID/IUID.swift",
"Grammar/UID/MessageIdentifier.swift",
"Grammar/UID/MessageIdentifierRange.swift",
"Grammar/UID/MessageIdentifierSet.swift",
"Grammar/UID/MessageIdentifierSetNonEmpty.swift",
"Grammar/UID/UID.swift",
"Grammar/UID/UIDValidity.swift",
"Grammar/URLAuthenticationMechanism.swift",
"Grammar/URLCommand.swift",
"Grammar/URLFetchData.swift",
"Grammar/URLFetchType.swift",
"Grammar/URLMessageSection.swift",
"Grammar/UseAttribute.swift",
"Grammar/UserInfo.swift",
"IMAPDefaults.swift",
"ModifiedUTF7.swift",
"Parser/CommandParser.swift",
"Parser/Grammar/GrammarParser+Append.swift",
"Parser/Grammar/GrammarParser+Body.swift",
"Parser/Grammar/GrammarParser+Commands.swift",
"Parser/Grammar/GrammarParser+Date.swift",
"Parser/Grammar/GrammarParser+Entry.swift",
"Parser/Grammar/GrammarParser+Envelope.swift",
"Parser/Grammar/GrammarParser+Fetch.swift",
"Parser/Grammar/GrammarParser+List.swift",
"Parser/Grammar/GrammarParser+Mailbox.swift",
"Parser/Grammar/GrammarParser+Message.swift",
"Parser/Grammar/GrammarParser+Partial.swift",
"Parser/Grammar/GrammarParser+Response.swift",
"Parser/Grammar/GrammarParser+Search.swift",
"Parser/Grammar/GrammarParser+Sequence.swift",
"Parser/Grammar/GrammarParser+UID.swift",
"Parser/Grammar/GrammarParser.swift",
"Parser/Parser.swift",
"Parser/ParserLibrary.swift",
"Parser/ResponseParser.swift",
"Parser/SynchronizingLiteralParser.swift",
"Parser/UInt8+ParseTypeMembership.swift",
"Pipelining.swift",
"PreviewText.swift",
"ResponseEncodeBuffer.swift",
"ResponseEncodingOptions.swift",
"String+ByteBuffer.swift",
"_ByteBufferProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "NIOIMAP",
"module_type" : "SwiftTarget",
"name" : "NIOIMAP",
"path" : "Sources/NIOIMAP",
"product_memberships" : [
"NIOIMAP",
"Proxy",
"NIOIMAPPerformanceTester",
"NIOIMAPFuzzer",
"CLI"
],
"sources" : [
"Client/AppendStateMachine.swift",
"Client/AuthenticationStateMachine.swift",
"Client/FrameDecoder.swift",
"Client/FramingParser.swift",
"Client/IdleStateMachine.swift",
"Coders/ClientEncodingOptions.swift",
"Coders/ClientStateMachine.swift",
"Coders/CommandDecoder.swift",
"Coders/CommandEncoder.swift",
"Coders/IMAPClientHandler.swift",
"Coders/IMAPServerHandler.swift",
"Coders/ResponseDecoder.swift",
"NIOIMAP.swift"
],
"target_dependencies" : [
"NIOIMAPCore"
],
"type" : "library"
},
{
"c99name" : "CLILibTests",
"module_type" : "SwiftTarget",
"name" : "CLILibTests",
"path" : "Tests/CLILibTests",
"product_dependencies" : [
"NIO",
"NIOTestUtils"
],
"sources" : [
"CommandRoundtripHandler+PromiseTests.swift"
],
"target_dependencies" : [
"CLILib"
],
"type" : "test"
},
{
"c99name" : "CLILib",
"module_type" : "SwiftTarget",
"name" : "CLILib",
"path" : "Sources/CLILib",
"product_dependencies" : [
"NIO",
"NIOSSL",
"Logging"
],
"product_memberships" : [
"CLI"
],
"sources" : [
"Handlers/Inbound/ResponseRoundtripHandler.swift",
"Handlers/Outbound/CommandRoundtripHandler.swift"
],
"target_dependencies" : [
"NIOIMAP"
],
"type" : "library"
},
{
"c99name" : "CLI",
"module_type" : "SwiftTarget",
"name" : "CLI",
"path" : "Sources/CLI",
"product_memberships" : [
"CLI"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CLILib"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-se0270-range-set.git
[1/76] Fetching swift-se0270-range-set
[77/3979] Fetching swift-se0270-range-set, swift-log
Fetching https://github.com/apple/swift-nio
Fetched https://github.com/apple/swift-se0270-range-set.git from cache (0.50s)
[1015/3903] Fetching swift-log
[1016/21348] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log from cache (0.98s)
[2966/17445] Fetching swift-collections
[7677/95507] Fetching swift-collections, swift-nio
Fetching https://github.com/apple/swift-nio-ssl
Fetched https://github.com/apple/swift-collections.git from cache (3.00s)
[33567/78062] Fetching swift-nio
[48400/93137] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl from cache (4.13s)
Fetched https://github.com/apple/swift-nio from cache (11.88s)
Computing version for https://github.com/apple/swift-se0270-range-set.git
Computed https://github.com/apple/swift-se0270-range-set.git at 1.0.1 (13.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.55s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.08s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.34.0 (1.34s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.86.0 (1.59s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[401/6751] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.97s)
Fetched https://github.com/apple/swift-system.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.21s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-se0270-range-set.git
Working copy of https://github.com/apple/swift-se0270-range-set.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Building for debugging...
[0/463] Write sources
[19/463] Compiling _AtomicsShims.c
[20/463] Compiling CNIOWindows shim.c
[21/463] Compiling CNIOWindows WSAStartup.c
[22/463] Compiling CNIOWASI CNIOWASI.c
[23/463] Compiling CNIOPosix event_loop_id.c
[24/463] Compiling CNIOLinux liburing_shims.c
[25/463] Compiling CNIODarwin shim.c
[26/463] Compiling CNIOLinux shim.c
[27/463] Compiling fiat_p256_adx_sqr.S
[28/463] Compiling fiat_p256_adx_mul.S
[29/463] Compiling fiat_curve25519_adx_square.S
[30/463] Compiling fiat_curve25519_adx_mul.S
[31/463] Compiling a_bitstr.cc
[32/463] Compiling CNIOBoringSSLShims shims.c
[33/463] Compiling a_bool.cc
[34/463] Compiling p_hkdf.cc
[35/463] Write swift-version-24593BA9C3E375BF.txt
[36/463] Compiling tls_method.cc
[37/463] Compiling tls_record.cc
[38/469] Compiling tls13_server.cc
[39/469] Compiling tls13_both.cc
[40/469] Compiling tls13_client.cc
[41/469] Compiling tls13_enc.cc
[43/495] Emitting module Logging
[44/495] Emitting module _NIODataStructures
[44/495] Compiling c-nioatomics.c
[45/495] Compiling c-atomics.c
[46/501] Compiling t1_enc.cc
[48/501] Emitting module NIOConcurrencyHelpers
[48/501] Compiling ssl_x509.cc
[50/501] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[51/501] Compiling InternalCollectionsUtilities Debugging.swift
[52/502] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/502] Compiling InternalCollectionsUtilities Descriptions.swift
[54/502] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/502] Compiling _NIODataStructures PriorityQueue.swift
[56/502] Compiling _NIODataStructures _TinyArray.swift
[57/502] Compiling _NIOBase64 Base64.swift
[58/502] Emitting module _NIOBase64
[59/502] Emitting module InternalCollectionsUtilities
[60/503] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/503] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/503] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/503] Compiling InternalCollectionsUtilities Integer rank.swift
[64/503] Compiling SE0270_RangeSet Pair.swift
[65/503] Compiling SE0270_RangeSet RangeSetStorage.swift
[66/503] Compiling SE0270_RangeSet RangeSet.swift
[67/503] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/503] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/503] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/503] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/503] Emitting module SE0270_RangeSet
[72/503] Compiling SE0270_RangeSet CollectionExtensions.swift
[73/503] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[74/503] Compiling SE0270_RangeSet Partition.swift
[77/504] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/505] Wrapping AST for _NIOBase64 for debugging
[78/505] Wrapping AST for SE0270_RangeSet for debugging
[80/505] Compiling ssl_versions.cc
[82/560] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/560] Compiling NIOConcurrencyHelpers NIOLock.swift
[84/560] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/560] Compiling NIOConcurrencyHelpers atomics.swift
[86/560] Compiling NIOConcurrencyHelpers lock.swift
[87/561] Compiling Logging MetadataProvider.swift
[88/561] Compiling Logging LogHandler.swift
[89/561] Compiling Logging Logging.swift
[90/561] Compiling Logging Locks.swift
[91/562] Compiling _NIODataStructures Heap.swift
[94/563] Wrapping AST for NIOConcurrencyHelpers for debugging
[95/563] Wrapping AST for Logging for debugging
[96/578] Wrapping AST for _NIODataStructures for debugging
[97/578] Wrapping AST for InternalCollectionsUtilities for debugging
[99/578] Compiling DequeModule Deque+CustomReflectable.swift
[100/578] Compiling DequeModule Deque+Descriptions.swift
[101/578] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[102/578] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[103/578] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[104/578] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[105/578] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[106/578] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[107/578] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[107/587] Compiling ssl_transcript.cc
[109/587] Compiling DequeModule _DequeBuffer.swift
[110/587] Compiling DequeModule _DequeBufferHeader.swift
[111/587] Compiling DequeModule Deque._UnsafeHandle.swift
[112/587] Compiling DequeModule Deque.swift
[113/587] Compiling DequeModule Deque+Testing.swift
[114/587] Compiling DequeModule Deque._Storage.swift
[117/587] Compiling DequeModule _DequeSlot.swift
[118/587] Compiling DequeModule _UnsafeWrappedBuffer.swift
[119/587] Compiling DequeModule Deque+Extras.swift
[120/587] Compiling DequeModule Deque+Hashable.swift
[121/587] Compiling DequeModule Deque+Equatable.swift
[122/587] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[125/587] Compiling DequeModule Deque+Codable.swift
[126/587] Compiling DequeModule Deque+Collection.swift
[131/587] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[132/587] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[133/587] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[134/587] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[135/587] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[136/587] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[137/587] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[138/587] Compiling OrderedCollections OrderedDictionary+Values.swift
[139/587] Compiling OrderedCollections OrderedSet+Initializers.swift
[140/587] Compiling OrderedCollections OrderedSet+Insertions.swift
[141/587] Compiling OrderedCollections OrderedSet+Invariants.swift
[142/587] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[143/587] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[144/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[145/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[146/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[147/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/587] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[159/587] Compiling ssl_stat.cc
[162/587] Compiling ssl_privkey.cc
[164/587] Emitting module DequeModule
[165/588] Compiling OrderedCollections _HashTable+Bucket.swift
[166/588] Compiling OrderedCollections _HashTable+BucketIterator.swift
[167/588] Compiling OrderedCollections _HashTable+Constants.swift
[168/588] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[169/588] Compiling OrderedCollections _HashTable+Testing.swift
[170/588] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[171/588] Compiling OrderedCollections _HashTable.swift
[172/588] Compiling OrderedCollections _Hashtable+Header.swift
[172/588] Compiling ssl_session.cc
[175/588] Compiling OrderedCollections OrderedSet+Sendable.swift
[176/588] Compiling OrderedCollections OrderedSet+SubSequence.swift
[177/588] Compiling OrderedCollections OrderedSet+Testing.swift
[178/588] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[179/588] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[180/588] Compiling OrderedCollections OrderedSet.swift
[181/588] Compiling OrderedCollections _UnsafeBitset.swift
[181/588] Compiling ssl_key_share.cc
[183/588] Emitting module OrderedCollections
[183/589] Compiling ssl_file.cc
[184/589] Wrapping AST for DequeModule for debugging
[186/589] Wrapping AST for OrderedCollections for debugging
[187/589] Compiling ssl_lib.cc
[188/589] Compiling ssl_credential.cc
[189/589] Compiling ssl_cipher.cc
[190/589] Compiling ssl_buffer.cc
[191/589] Compiling ssl_cert.cc
[192/589] Compiling ssl_aead_ctx.cc
[193/589] Compiling ssl_asn1.cc
[194/589] Compiling s3_pkt.cc
[195/589] Compiling s3_lib.cc
[196/589] Compiling s3_both.cc
[197/589] Compiling handshake_client.cc
[198/589] Compiling handshake_server.cc
[199/589] Compiling handshake.cc
[200/589] Compiling handoff.cc
[201/589] Compiling encrypted_client_hello.cc
[202/589] Compiling dtls_record.cc
[203/589] Compiling extensions.cc
[204/589] Compiling md5-x86_64-linux.S
[205/589] Compiling md5-x86_64-apple.S
[206/589] Compiling md5-586-linux.S
[207/589] Compiling md5-586-apple.S
[208/589] Compiling chacha20_poly1305_x86_64-linux.S
[209/589] Compiling dtls_method.cc
[210/589] Compiling chacha20_poly1305_x86_64-apple.S
[211/589] Compiling chacha20_poly1305_armv8-win.S
[212/589] Compiling chacha20_poly1305_armv8-linux.S
[213/589] Compiling chacha20_poly1305_armv8-apple.S
[214/589] Compiling chacha-x86_64-linux.S
[215/589] Compiling err_data.cc
[216/589] Compiling chacha-x86_64-apple.S
[217/589] Compiling chacha-armv8-win.S
[218/589] Compiling chacha-x86-linux.S
[219/589] Compiling chacha-x86-apple.S
[220/589] Compiling chacha-armv8-linux.S
[221/589] Compiling chacha-armv8-apple.S
[222/589] Compiling chacha-armv4-linux.S
[223/589] Compiling d1_srtp.cc
[224/589] Compiling aes128gcmsiv-x86_64-linux.S
[225/589] Compiling aes128gcmsiv-x86_64-apple.S
[226/589] Compiling x86_64-mont5-linux.S
[227/589] Compiling x86_64-mont5-apple.S
[228/589] Compiling x86-mont-linux.S
[229/589] Compiling x86_64-mont-apple.S
[230/589] Compiling x86_64-mont-linux.S
[231/589] Compiling x86-mont-apple.S
[232/589] Compiling vpaes-x86-linux.S
[233/589] Compiling vpaes-x86_64-apple.S
[234/589] Compiling vpaes-x86_64-linux.S
[235/589] Compiling d1_pkt.cc
[236/589] Compiling vpaes-armv8-win.S
[237/589] Compiling vpaes-x86-apple.S
[238/589] Compiling vpaes-armv8-linux.S
[239/589] Compiling vpaes-armv8-apple.S
[240/589] Compiling vpaes-armv7-linux.S
[241/589] Compiling sha512-x86_64-apple.S
[242/589] Compiling sha512-armv8-win.S
[243/589] Compiling sha512-x86_64-linux.S
[244/589] Compiling sha512-armv8-linux.S
[245/589] Compiling sha512-armv8-apple.S
[246/589] Compiling sha512-armv4-linux.S
[247/589] Compiling sha512-586-apple.S
[248/589] Compiling sha512-586-linux.S
[249/589] Compiling sha256-x86_64-apple.S
[250/589] Compiling d1_lib.cc
[251/589] Compiling sha256-armv8-win.S
[251/589] Compiling sha256-x86_64-linux.S
[253/589] Compiling sha256-armv8-apple.S
[254/589] Compiling sha256-armv8-linux.S
[255/589] Compiling sha256-armv4-linux.S
[256/589] Compiling sha256-586-apple.S
[257/589] Compiling sha1-x86_64-apple.S
[258/589] Compiling sha256-586-linux.S
[259/589] Compiling sha1-armv8-win.S
[260/589] Compiling sha1-armv8-linux.S
[261/589] Compiling sha1-armv8-apple.S
[262/589] Compiling sha1-x86_64-linux.S
[263/589] Compiling sha1-armv4-large-linux.S
[264/589] Compiling sha1-586-linux.S
[265/589] Compiling sha1-586-apple.S
[266/589] Compiling rsaz-avx2-apple.S
[267/589] Compiling bio_ssl.cc
[268/589] Compiling rsaz-avx2-linux.S
[269/589] Compiling rdrand-x86_64-linux.S
[270/589] Compiling rdrand-x86_64-apple.S
[271/589] Compiling p256_beeu-x86_64-asm-apple.S
[272/589] Compiling p256_beeu-x86_64-asm-linux.S
[273/589] Compiling p256_beeu-armv8-asm-linux.S
[274/589] Compiling p256_beeu-armv8-asm-win.S
[275/589] Compiling p256_beeu-armv8-asm-apple.S
[276/589] Compiling p256-armv8-asm-win.S
[277/589] Compiling p256-armv8-asm-apple.S
[278/589] Compiling p256-x86_64-asm-apple.S
[279/589] Compiling p256-x86_64-asm-linux.S
[280/589] Compiling ghashv8-armv8-win.S
[281/589] Compiling p256-armv8-asm-linux.S
[282/589] Compiling ghashv8-armv8-linux.S
[283/589] Compiling ghashv8-armv8-apple.S
[284/589] Compiling ghashv8-armv7-linux.S
[285/589] Compiling ghash-x86_64-apple.S
[286/589] Compiling ghash-x86_64-linux.S
[287/589] Compiling ghash-x86-apple.S
[288/589] Compiling ghash-ssse3-x86_64-apple.S
[289/589] Compiling ghash-x86-linux.S
[290/589] Compiling ghash-ssse3-x86-linux.S
[291/589] Compiling ghash-ssse3-x86_64-linux.S
[292/589] Compiling ghash-ssse3-x86-apple.S
[293/589] Compiling ghash-neon-armv8-win.S
[294/589] Compiling co-586-linux.S
[295/589] Compiling ghash-neon-armv8-linux.S
[296/589] Compiling ghash-armv4-linux.S
[297/589] Compiling ghash-neon-armv8-apple.S
[298/589] Compiling co-586-apple.S
[299/589] Compiling bn-armv8-linux.S
[300/589] Compiling bn-armv8-win.S
[301/589] Compiling bsaes-armv7-linux.S
[302/589] Compiling bn-armv8-apple.S
[303/589] Compiling bn-586-apple.S
[304/589] Compiling bn-586-linux.S
[305/589] Compiling armv8-mont-linux.S
[306/589] Compiling armv8-mont-apple.S
[307/589] Compiling armv8-mont-win.S
[308/589] Compiling aesv8-gcm-armv8-linux.S
[308/589] Compiling aesv8-gcm-armv8-win.S
[310/589] Compiling armv4-mont-linux.S
[311/589] Compiling aesv8-gcm-armv8-apple.S
[312/589] Compiling aesv8-armv8-win.S
[313/589] Compiling aesv8-armv8-apple.S
[314/589] Compiling aesv8-armv8-linux.S
[315/589] Compiling aesv8-armv7-linux.S
[315/589] Compiling aesni-x86_64-apple.S
[317/589] Compiling aesni-x86_64-linux.S
[318/589] Compiling aesni-x86-linux.S
[319/589] Compiling aesni-x86-apple.S
[320/589] Compiling aesni-gcm-x86_64-linux.S
[321/589] Compiling aes-gcm-avx2-x86_64-apple.S
[322/589] Compiling aesni-gcm-x86_64-apple.S
[323/589] Compiling aes-gcm-avx2-x86_64-linux.S
[324/589] Compiling aes-gcm-avx10-x86_64-linux.S
[325/589] Compiling aes-gcm-avx10-x86_64-apple.S
[326/589] Compiling d1_both.cc
[327/589] Compiling x_sig.cc
[328/589] Compiling x_x509.cc
[328/589] Compiling x_val.cc
[330/589] Compiling x_req.cc
[331/589] Compiling x_spki.cc
[331/589] Compiling x_x509a.cc
[333/589] Compiling x_pubkey.cc
[334/589] Compiling x_name.cc
[335/589] Compiling x_algor.cc
[336/589] Compiling x509spki.cc
[337/589] Compiling x_exten.cc
[338/589] Compiling x_crl.cc
[339/589] Compiling x509rset.cc
[340/589] Compiling x_attrib.cc
[341/589] Compiling x_all.cc
[342/589] Compiling x509name.cc
[343/589] Compiling x509_vpm.cc
[344/589] Compiling x509cset.cc
[345/589] Compiling x509_txt.cc
[346/589] Compiling x509_v3.cc
[347/589] Compiling x509_vfy.cc
[348/589] Compiling x509_trs.cc
[349/589] Compiling x509_set.cc
[350/589] Compiling x509_req.cc
[351/589] Compiling x509_obj.cc
[352/589] Compiling x509_def.cc
[353/589] Compiling x509_d2.cc
[354/589] Compiling x509_lu.cc
[355/589] Compiling x509_ext.cc
[356/589] Compiling x509_cmp.cc
[357/589] Compiling x509.cc
[358/589] Compiling x509_att.cc
[359/589] Compiling v3_prn.cc
[360/589] Compiling v3_skey.cc
[361/589] Compiling v3_purp.cc
[362/589] Compiling v3_utl.cc
[363/589] Compiling v3_pcons.cc
[364/589] Compiling v3_ocsp.cc
[365/589] Compiling v3_pmaps.cc
[366/589] Compiling v3_ncons.cc
[367/589] Compiling v3_int.cc
[368/589] Compiling v3_ia5.cc
[369/589] Compiling v3_info.cc
[370/589] Compiling v3_lib.cc
[371/589] Compiling v3_enum.cc
[372/589] Compiling v3_genn.cc
[373/589] Compiling v3_extku.cc
[374/589] Compiling v3_crld.cc
[375/589] Compiling v3_cpols.cc
[376/589] Compiling v3_bitst.cc
[377/589] Compiling v3_conf.cc
[378/589] Compiling v3_bcons.cc
[379/589] Compiling v3_alt.cc
[380/589] Compiling v3_akeya.cc
[381/589] Compiling v3_akey.cc
[382/589] Compiling t_x509a.cc
[383/589] Compiling i2d_pr.cc
[384/589] Compiling t_x509.cc
[385/589] Compiling t_req.cc
[386/589] Compiling t_crl.cc
[387/589] Compiling rsa_pss.cc
[388/589] Compiling name_print.cc
[389/589] Compiling policy.cc
[390/589] Compiling by_file.cc
[391/589] Compiling by_dir.cc
[392/589] Compiling trust_token.cc
[393/589] Compiling algorithm.cc
[394/589] Compiling a_digest.cc
[395/589] Compiling voprf.cc
[396/589] Compiling a_verify.cc
[397/589] Compiling asn1_gen.cc
[398/589] Compiling a_sign.cc
[399/589] Compiling thread_none.cc
[400/589] Compiling thread_win.cc
[401/589] Compiling thread.cc
[402/589] Compiling thread_pthread.cc
[403/589] Compiling stack.cc
[404/589] Compiling pmbtoken.cc
[405/589] Compiling slhdsa.cc
[406/589] Compiling sha512.cc
[407/589] Compiling sha256.cc
[408/589] Compiling siphash.cc
[409/589] Compiling sha1.cc
[410/589] Compiling spake2plus.cc
[411/589] Compiling rsa_print.cc
[412/589] Compiling rsa_extra.cc
[413/589] Compiling rc4.cc
[414/589] Compiling refcount.cc
[415/589] Compiling windows.cc
[416/589] Compiling rsa_crypt.cc
[417/589] Compiling trusty.cc
[418/589] Compiling urandom.cc
[419/589] Compiling rand.cc
[420/589] Compiling ios.cc
[421/589] Compiling rsa_asn1.cc
[422/589] Compiling passive.cc
[423/589] Compiling poly1305_arm_asm.S
[424/589] Compiling getentropy.cc
[425/589] Compiling deterministic.cc
[426/589] Compiling forkunsafe.cc
[427/589] Compiling fork_detect.cc
[428/589] Compiling poly1305.cc
[429/589] Compiling poly1305_arm.cc
[430/589] Compiling pool.cc
[431/589] Compiling poly1305_vec.cc
[432/589] Compiling pkcs7.cc
[433/589] Compiling pkcs8_x509.cc
[434/589] Compiling pkcs8.cc
[435/589] Compiling p5_pbev2.cc
[436/589] Compiling pkcs7_x509.cc
[437/589] Compiling pem_xaux.cc
[438/589] Compiling pem_x509.cc
[439/589] Compiling pem_pkey.cc
[440/589] Compiling mlkem.cc
[441/589] Compiling pem_pk8.cc
[442/589] Compiling pem_oth.cc
[443/589] Compiling obj_xref.cc
[444/589] Compiling pem_info.cc
[445/589] Compiling mldsa.cc
[446/589] Compiling pem_lib.cc
[447/589] Compiling obj.cc
[448/589] Compiling pem_all.cc
[449/589] Compiling poly_rq_mul.S
[450/589] Compiling fips_shared_support.cc
[451/589] Compiling mem.cc
[452/589] Compiling md5.cc
[453/589] Compiling lhash.cc
[454/589] Compiling md4.cc
[455/589] Compiling kyber.cc
[456/589] Compiling ex_data.cc
[457/589] Compiling sign.cc
[458/589] Compiling hrss.cc
[459/589] Compiling scrypt.cc
[460/589] Compiling hpke.cc
[461/589] Compiling print.cc
[462/589] Compiling pbkdf.cc
[463/589] Compiling p_x25519.cc
[464/589] Compiling p_ed25519.cc
[465/589] Compiling p_x25519_asn1.cc
[466/589] Compiling p_rsa_asn1.cc
[467/589] Compiling p_rsa.cc
[468/589] Compiling p_ed25519_asn1.cc
[469/589] Compiling p_ec.cc
[470/589] Compiling p_ec_asn1.cc
[471/589] Compiling p_dh.cc
[472/589] Compiling p_dh_asn1.cc
[473/589] Compiling evp_ctx.cc
[474/589] Compiling evp.cc
[475/589] Compiling p_dsa_asn1.cc
[476/589] Compiling err.cc
[477/589] Compiling engine.cc
[478/589] Compiling ecdh.cc
[479/589] Compiling evp_asn1.cc
[480/589] Compiling hash_to_curve.cc
[481/589] Compiling ec_derive.cc
[482/589] Compiling ecdsa_asn1.cc
[483/589] Compiling dsa.cc
[484/589] Compiling ec_asn1.cc
[485/589] Compiling dsa_asn1.cc
[486/589] Compiling params.cc
[487/589] Compiling x25519-asm-arm.S
[488/589] Compiling des.cc
[489/589] Compiling digest_extra.cc
[490/589] Compiling dh_asn1.cc
[491/589] Compiling crypto.cc
[492/589] Compiling cpu_intel.cc
[493/589] Compiling cpu_arm_linux.cc
[494/589] Compiling spake25519.cc
[495/589] Compiling cpu_arm_freebsd.cc
[496/589] Compiling curve25519.cc
[497/589] Compiling cpu_aarch64_win.cc
[498/589] Compiling cpu_aarch64_openbsd.cc
[499/589] Compiling cpu_aarch64_sysreg.cc
[500/589] Compiling cpu_aarch64_linux.cc
[501/589] Compiling cpu_aarch64_fuchsia.cc
[502/589] Compiling curve25519_64_adx.cc
[503/589] Compiling cpu_aarch64_apple.cc
[504/589] Compiling bcm.cc
[505/589] Compiling get_cipher.cc
[506/589] Compiling conf.cc
[507/589] Compiling tls_cbc.cc
[508/589] Compiling e_rc4.cc
[509/589] Compiling e_tls.cc
[510/589] Compiling e_null.cc
[511/589] Compiling e_rc2.cc
[512/589] Compiling e_des.cc
[513/589] Compiling derive_key.cc
[514/589] Compiling e_chacha20poly1305.cc
[515/589] Compiling e_aesctrhmac.cc
[516/589] Compiling e_aesgcmsiv.cc
[517/589] Compiling chacha.cc
[518/589] Compiling unicode.cc
[519/589] Compiling cbs.cc
[520/589] Compiling buf.cc
[521/589] Compiling cbb.cc
[522/589] Compiling asn1_compat.cc
[523/589] Compiling ber.cc
[524/589] Compiling bn_asn1.cc
[525/589] Compiling blake2.cc
[526/589] Compiling convert.cc
[527/589] Compiling socket_helper.cc
[528/589] Compiling printf.cc
[529/589] Compiling socket.cc
[530/589] Compiling pair.cc
[531/589] Compiling hexdump.cc
[532/589] Compiling file.cc
[533/589] Compiling errno.cc
[534/589] Compiling fd.cc
[535/589] Compiling connect.cc
[536/589] Compiling bio_mem.cc
[537/589] Compiling bio.cc
[538/589] Compiling base64.cc
[539/589] Compiling tasn_fre.cc
[540/589] Compiling tasn_typ.cc
[541/589] Compiling tasn_enc.cc
[542/589] Compiling posix_time.cc
[543/589] Compiling tasn_new.cc
[544/589] Compiling tasn_utl.cc
[545/589] Compiling f_string.cc
[546/589] Compiling asn_pack.cc
[547/589] Compiling f_int.cc
[548/589] Compiling tasn_dec.cc
[549/589] Compiling asn1_par.cc
[550/589] Compiling a_octet.cc
[551/589] Compiling asn1_lib.cc
[552/589] Compiling a_utctm.cc
[553/589] Compiling a_time.cc
[554/589] Compiling a_type.cc
[555/589] Compiling a_strnid.cc
[556/589] Compiling a_strex.cc
[557/589] Write sources
[560/589] Compiling a_object.cc
[561/594] Compiling a_i2d_fp.cc
[562/607] Compiling a_d2i_fp.cc
[563/607] Compiling a_dup.cc
[564/607] Compiling a_mbstr.cc
[566/607] Compiling Atomics AtomicStorage.swift
[567/607] Compiling Atomics AtomicValue.swift
[567/609] Compiling a_gentm.cc
[568/609] Compiling a_int.cc
[570/609] Compiling Atomics ManagedAtomic.swift
[571/609] Compiling Atomics ManagedAtomicLazyReference.swift
[572/609] Compiling Atomics UnsafeAtomic.swift
[573/609] Compiling Atomics UnsafeAtomicLazyReference.swift
[574/609] Compiling Atomics AtomicMemoryOrderings.swift
[575/609] Compiling Atomics DoubleWord.swift
[576/609] Compiling Atomics IntegerOperations.swift
[577/609] Compiling Atomics Unmanaged extensions.swift
[578/609] Compiling Atomics AtomicInteger.swift
[579/609] Compiling Atomics AtomicOptionalWrappable.swift
[580/609] Compiling Atomics AtomicReference.swift
[581/609] Emitting module Atomics
[582/609] Compiling Atomics OptionalRawRepresentable.swift
[583/609] Compiling Atomics RawRepresentable.swift
[584/609] Compiling Atomics AtomicBool.swift
[585/609] Compiling Atomics IntegerConformances.swift
[586/609] Compiling Atomics PointerConformances.swift
[587/609] Compiling Atomics Primitives.native.swift
[588/610] Wrapping AST for Atomics for debugging
[590/671] Compiling NIOCore NIOAny.swift
[591/671] Compiling NIOCore NIOCloseOnErrorHandler.swift
[592/671] Compiling NIOCore NIOCoreSendableMetatype.swift
[593/671] Compiling NIOCore NIOLoopBound.swift
[594/671] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[595/671] Compiling NIOCore NIOScheduledCallback.swift
[596/671] Compiling NIOCore NIOSendable.swift
[597/671] Compiling NIOCore RecvByteBufferAllocator.swift
[598/679] Compiling NIOCore IOData.swift
[599/679] Compiling NIOCore IPProtocol.swift
[600/679] Compiling NIOCore IntegerBitPacking.swift
[601/679] Compiling NIOCore IntegerTypes.swift
[602/679] Compiling NIOCore Interfaces.swift
[603/679] Compiling NIOCore Linux.swift
[604/679] Compiling NIOCore MarkedCircularBuffer.swift
[605/679] Compiling NIOCore MulticastChannel.swift
[606/679] Compiling NIOCore EventLoopFuture+Deprecated.swift
[607/679] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[608/679] Compiling NIOCore EventLoopFuture.swift
[609/679] Compiling NIOCore FileDescriptor.swift
[610/679] Compiling NIOCore FileHandle.swift
[611/679] Compiling NIOCore FileRegion.swift
[612/679] Compiling NIOCore GlobalSingletons.swift
[613/679] Compiling NIOCore IO.swift
[614/679] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[615/679] Compiling NIOCore SocketAddresses.swift
[616/679] Compiling NIOCore SocketOptionProvider.swift
[617/679] Compiling NIOCore SystemCallHelpers.swift
[618/679] Compiling NIOCore TimeAmount+Duration.swift
[619/679] Compiling NIOCore TypeAssistedChannelHandler.swift
[620/679] Compiling NIOCore UniversalBootstrapSupport.swift
[621/679] Compiling NIOCore Utilities.swift
[622/679] Compiling NIOCore CircularBuffer.swift
[623/679] Compiling NIOCore Codec.swift
[624/679] Compiling NIOCore ConvenienceOptionSupport.swift
[625/679] Compiling NIOCore DeadChannel.swift
[626/679] Compiling NIOCore DispatchQueue+WithFuture.swift
[627/679] Compiling NIOCore EventLoop+Deprecated.swift
[628/679] Compiling NIOCore EventLoop+SerialExecutor.swift
[629/679] Compiling NIOCore EventLoop.swift
[630/679] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[631/679] Compiling NIOCore AddressedEnvelope.swift
[632/679] Compiling NIOCore AsyncAwaitSupport.swift
[633/679] Compiling NIOCore AsyncChannel.swift
[634/679] Compiling NIOCore AsyncChannelHandler.swift
[635/679] Compiling NIOCore AsyncChannelInboundStream.swift
[636/679] Compiling NIOCore AsyncChannelOutboundWriter.swift
[637/679] Compiling NIOCore NIOAsyncSequenceProducer.swift
[638/679] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[639/679] Compiling NIOCore NIOAsyncWriter.swift
[640/679] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[641/679] Compiling NIOCore BSDSocketAPI.swift
[642/679] Compiling NIOCore ByteBuffer-aux.swift
[643/679] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[644/679] Compiling NIOCore ByteBuffer-conversions.swift
[645/679] Compiling NIOCore ByteBuffer-core.swift
[646/679] Compiling NIOCore ByteBuffer-hex.swift
[647/679] Compiling NIOCore ByteBuffer-int.swift
[648/679] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[649/679] Compiling NIOCore ByteBuffer-multi-int.swift
[650/679] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[651/679] Compiling NIOCore ByteBuffer-views.swift
[652/679] Compiling NIOCore Channel.swift
[653/679] Compiling NIOCore ChannelHandler.swift
[654/679] Compiling NIOCore ChannelHandlers.swift
[655/679] Compiling NIOCore ChannelInvoker.swift
[656/679] Compiling NIOCore ChannelOption.swift
[657/679] Compiling NIOCore ChannelPipeline.swift
[658/679] Emitting module NIOCore
[659/680] Wrapping AST for NIOCore for debugging
[661/732] Emitting module NIOEmbedded
[662/732] Compiling NIOEmbedded AsyncTestingChannel.swift
[663/732] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[664/732] Compiling NIOEmbedded Embedded.swift
[665/733] Wrapping AST for NIOEmbedded for debugging
[667/733] Compiling NIOPosix Socket.swift
[668/733] Compiling NIOPosix SocketChannel.swift
[669/733] Compiling NIOPosix SocketProtocols.swift
[670/733] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[671/733] Compiling NIOPosix System.swift
[672/733] Compiling NIOPosix Thread.swift
[673/739] Compiling NIOPosix IO.swift
[674/739] Compiling NIOPosix IntegerBitPacking.swift
[675/739] Compiling NIOPosix IntegerTypes.swift
[676/739] Compiling NIOPosix Linux.swift
[677/739] Compiling NIOPosix LinuxCPUSet.swift
[678/739] Compiling NIOPosix LinuxUring.swift
[679/739] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[680/739] Compiling NIOPosix Pool.swift
[681/739] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[682/739] Compiling NIOPosix PosixSingletons.swift
[683/739] Compiling NIOPosix RawSocketBootstrap.swift
[684/739] Compiling NIOPosix Resolver.swift
[685/739] Compiling NIOPosix Selectable.swift
[686/739] Compiling NIOPosix SelectableChannel.swift
[687/739] Compiling NIOPosix SelectableEventLoop.swift
[688/739] Compiling NIOPosix SelectorEpoll.swift
[689/739] Compiling NIOPosix SelectorGeneric.swift
[690/739] Compiling NIOPosix SelectorKqueue.swift
[691/739] Compiling NIOPosix SelectorUring.swift
[692/739] Compiling NIOPosix ServerSocket.swift
[693/739] Emitting module NIOPosix
[694/739] Compiling NIOPosix BSDSocketAPICommon.swift
[695/739] Compiling NIOPosix BSDSocketAPIPosix.swift
[696/739] Compiling NIOPosix BSDSocketAPIWindows.swift
[697/739] Compiling NIOPosix BaseSocket.swift
[698/739] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[699/739] Compiling NIOPosix BaseSocketChannel.swift
[700/739] Compiling NIOPosix BaseStreamSocketChannel.swift
[701/739] Compiling NIOPosix ThreadPosix.swift
[702/739] Compiling NIOPosix ThreadWindows.swift
[703/739] Compiling NIOPosix UnsafeTransfer.swift
[704/739] Compiling NIOPosix Utilities.swift
[705/739] Compiling NIOPosix VsockAddress.swift
[706/739] Compiling NIOPosix VsockChannelEvents.swift
[707/739] Compiling NIOPosix NIOPosixSendableMetatype.swift
[708/739] Compiling NIOPosix NIOThreadPool.swift
[709/739] Compiling NIOPosix NonBlockingFileIO.swift
[710/739] Compiling NIOPosix PendingDatagramWritesManager.swift
[711/739] Compiling NIOPosix PendingWritesManager.swift
[712/739] Compiling NIOPosix PipeChannel.swift
[713/739] Compiling NIOPosix PipePair.swift
[714/739] Compiling NIOPosix Bootstrap.swift
[715/739] Compiling NIOPosix ControlMessage.swift
[716/739] Compiling NIOPosix DatagramVectorReadManager.swift
[717/739] Compiling NIOPosix Errors+Any.swift
[718/739] Compiling NIOPosix FileDescriptor.swift
[719/739] Compiling NIOPosix GetaddrinfoResolver.swift
[720/739] Compiling NIOPosix HappyEyeballs.swift
[721/740] Wrapping AST for NIOPosix for debugging
[723/742] Emitting module NIO
[724/742] Compiling NIO Exports.swift
[725/743] Wrapping AST for NIO for debugging
[727/749] Compiling NIOTLS TLSEvents.swift
[728/912] Emitting module NIOTLS
[729/912] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[730/912] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[731/912] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[732/912] Compiling NIOTLS SNIHandler.swift
[733/913] Wrapping AST for NIOTLS for debugging
[735/942] Compiling NIOIMAPCore EncodedAuthenticationType.swift
[736/942] Compiling NIOIMAPCore EncodedMailbox.swift
[737/942] Compiling NIOIMAPCore EncodedSearch.swift
[738/942] Compiling NIOIMAPCore EncodedSearchQuery.swift
[739/942] Compiling NIOIMAPCore EncodedSection.swift
[740/942] Compiling NIOIMAPCore EncodedUrlAuth.swift
[741/942] Compiling NIOIMAPCore EncodedUser.swift
[742/942] Compiling NIOIMAPCore EntryFlagName.swift
[743/942] Compiling NIOIMAPCore EntryKindRequest.swift
[744/942] Compiling NIOIMAPCore EntryTypeResponse.swift
[745/942] Compiling NIOIMAPCore EntryValue.swift
[746/942] Compiling NIOIMAPCore Envelope.swift
[747/942] Compiling NIOIMAPCore Expire.swift
[748/942] Compiling NIOIMAPCore FetchAttribute.swift
[749/942] Compiling NIOIMAPCore FetchModificationResponse.swift
[750/942] Compiling NIOIMAPCore FetchModifier.swift
[751/942] Compiling NIOIMAPCore Flag.swift
[752/942] Compiling NIOIMAPCore FlagKeyword.swift
[753/942] Compiling NIOIMAPCore PermanentFlag.swift
[754/942] Compiling NIOIMAPCore StoreFlags.swift
[755/942] Compiling NIOIMAPCore FullAuthenticatedURL.swift
[756/942] Compiling NIOIMAPCore FullDateTime.swift
[757/942] Compiling NIOIMAPCore HeaderList.swift
[758/965] Compiling NIOIMAPCore Media.swift
[759/965] Compiling NIOIMAPCore EmailID.swift
[760/965] Compiling NIOIMAPCore GmailLabel.swift
[761/965] Compiling NIOIMAPCore MessageAttributes.swift
[762/965] Compiling NIOIMAPCore MessageData.swift
[763/965] Compiling NIOIMAPCore ThreadID.swift
[764/965] Compiling NIOIMAPCore MessageID.swift
[765/965] Compiling NIOIMAPCore MessagePath.swift
[766/965] Compiling NIOIMAPCore MetadataEntryName.swift
[767/965] Compiling NIOIMAPCore MetadataOption.swift
[768/965] Compiling NIOIMAPCore MetadataResponse.swift
[769/965] Compiling NIOIMAPCore MetadataValue.swift
[770/965] Compiling NIOIMAPCore ModificationSequenceValue.swift
[771/965] Compiling NIOIMAPCore NString.swift
[772/965] Compiling NIOIMAPCore Namespace.swift
[773/965] Compiling NIOIMAPCore NamespaceCommand.swift
[774/965] Compiling NIOIMAPCore NamespaceDescription.swift
[775/965] Compiling NIOIMAPCore NamespaceResponse.swift
[776/965] Compiling NIOIMAPCore NamespaceResponseExtension.swift
[777/965] Compiling NIOIMAPCore NetworkMessagePath.swift
[778/965] Compiling NIOIMAPCore NetworkPath.swift
[779/965] Compiling NIOIMAPCore MailboxFilter.swift
[780/965] Compiling NIOIMAPCore Mailboxes.swift
[781/988] Compiling NIOIMAPCore TaggedResponseState.swift
[782/988] Compiling NIOIMAPCore UIDBatchesResponse.swift
[783/988] Compiling NIOIMAPCore UntaggedResponseState.swift
[784/988] Compiling NIOIMAPCore ReturnOption.swift
[785/988] Compiling NIOIMAPCore RumpAuthenticatedURL.swift
[786/988] Compiling NIOIMAPCore RumpURLAndMechanism.swift
[787/988] Compiling NIOIMAPCore ScopeOption.swift
[788/988] Compiling NIOIMAPCore SearchCorrelator.swift
[789/988] Compiling NIOIMAPCore SearchCriteria.swift
[790/988] Compiling NIOIMAPCore SearchKey.swift
[791/988] Compiling NIOIMAPCore SearchModificationSequence.swift
[792/988] Compiling NIOIMAPCore SearchReturnData.swift
[793/988] Compiling NIOIMAPCore SearchReturnDataExtension.swift
[794/988] Compiling NIOIMAPCore SearchReturnOption.swift
[795/988] Compiling NIOIMAPCore SearchReturnOptionExtension.swift
[796/988] Compiling NIOIMAPCore SectionSpec.swift
[797/988] Compiling NIOIMAPCore SelectParameter.swift
[798/988] Compiling NIOIMAPCore SequenceNumber.swift
[799/988] Compiling NIOIMAPCore SequenceRange.swift
[800/988] Compiling NIOIMAPCore SequenceMatchData.swift
[801/988] Compiling NIOIMAPCore SortData.swift
[802/988] Compiling NIOIMAPCore StoreModifier.swift
[803/988] Compiling NIOIMAPCore ParameterValue.swift
[804/988] Compiling NIOIMAPCore ObjectID.swift
[805/988] Compiling NIOIMAPCore OptionExtension.swift
[806/988] Compiling NIOIMAPCore OptionValueComp.swift
[807/988] Compiling NIOIMAPCore PartialRange.swift
[808/988] Compiling NIOIMAPCore SearchReturnData+Partial.swift
[809/988] Compiling NIOIMAPCore Patterns.swift
[810/988] Compiling NIOIMAPCore QuotaLimit.swift
[811/988] Compiling NIOIMAPCore QuotaResource.swift
[812/988] Compiling NIOIMAPCore QuotaResponse.swift
[813/988] Compiling NIOIMAPCore QuotaRoot.swift
[814/988] Compiling NIOIMAPCore QuotaRootResponse.swift
[815/988] Compiling NIOIMAPCore RelativeIMAPURL.swift
[816/988] Compiling NIOIMAPCore ContinuationRequest.swift
[817/988] Compiling NIOIMAPCore ExtendedSearchResponse.swift
[818/988] Compiling NIOIMAPCore Response.swift
[819/988] Compiling NIOIMAPCore ResponseCodeAppend.swift
[820/988] Compiling NIOIMAPCore ResponseCodeCopy.swift
[821/988] Compiling NIOIMAPCore ResponseData.swift
[822/988] Compiling NIOIMAPCore ResponseFatal.swift
[823/988] Compiling NIOIMAPCore ResponsePayload.swift
[824/988] Compiling NIOIMAPCore ResponseText.swift
[825/988] Compiling NIOIMAPCore ResponseTextCode.swift
[826/988] Compiling NIOIMAPCore TaggedResponse.swift
[827/988] Compiling NIOIMAPCore Helpers.swift
[828/988] Compiling NIOIMAPCore ID.swift
[829/988] Compiling NIOIMAPCore IMAPServer.swift
[830/988] Compiling NIOIMAPCore IMAPURL.swift
[831/988] Compiling NIOIMAPCore IMAPURLAuthenticationMechanism.swift
[832/988] Compiling NIOIMAPCore InitialResponse.swift
[833/988] Compiling NIOIMAPCore InternetMessageDate.swift
[834/988] Compiling NIOIMAPCore KeyValue.swift
[835/988] Compiling NIOIMAPCore LastCommandMessageIdentifier.swift
[836/988] Compiling NIOIMAPCore LastCommandSet.swift
[837/988] Compiling NIOIMAPCore ListReturnOps.swift
[838/988] Compiling NIOIMAPCore ListSelectBaseOption.swift
[839/988] Compiling NIOIMAPCore ListSelectIndependentOption.swift
[840/988] Compiling NIOIMAPCore ListSelectOption.swift
[841/988] Compiling NIOIMAPCore MailboxAttribute.swift
[842/988] Compiling NIOIMAPCore MailboxData.swift
[843/988] Compiling NIOIMAPCore MailboxGroup.swift
[844/988] Compiling NIOIMAPCore MailboxID.swift
[845/988] Compiling NIOIMAPCore MailboxInfo.swift
[846/988] Compiling NIOIMAPCore MailboxName.swift
[847/988] Compiling NIOIMAPCore MailboxPatterns.swift
[848/988] Compiling NIOIMAPCore MailboxUIDValidity.swift
[849/988] Compiling NIOIMAPCore MechanismBase64.swift
[850/988] Compiling NIOSSL SSLPrivateKey.swift
[851/988] Compiling NIOSSL SSLPublicKey.swift
[852/988] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[853/988] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[854/988] Compiling NIOSSL SubjectAlternativeName.swift
[855/988] Compiling NIOSSL NIOSSLSecureBytes.swift
[856/988] Compiling NIOSSL RNG.swift
[857/988] Compiling NIOSSL SafeCompare.swift
[858/992] Compiling NIOSSL SSLCertificate.swift
[859/992] Compiling NIOSSL SSLCertificateExtensions.swift
[860/992] Compiling NIOSSL SSLCertificateName.swift
[861/992] Compiling NIOSSL SSLConnection.swift
[862/992] Compiling NIOSSL NIOSSLServerHandler.swift
[863/992] Compiling NIOSSL ObjectIdentifier.swift
[864/992] Compiling NIOSSL PosixPort.swift
[865/992] Compiling NIOSSL SSLCallbacks.swift
[866/992] Compiling NIOSSL AndroidCABundle.swift
[867/992] Compiling NIOSSL ByteBufferBIO.swift
[868/992] Compiling NIOSSL CustomPrivateKey.swift
[869/992] Compiling NIOSSL IdentityVerification.swift
[870/992] Compiling NIOSSL LinuxCABundle.swift
[871/992] Compiling NIOSSL NIOSSLClientHandler.swift
[872/992] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[873/992] Compiling NIOSSL NIOSSLHandler.swift
[874/992] Emitting module NIOSSL
[875/992] Compiling NIOSSL SSLContext.swift
[876/992] Compiling NIOSSL SSLErrors.swift
[877/992] Compiling NIOSSL SSLInit.swift
[878/992] Compiling NIOSSL SSLPKCS12Bundle.swift
[883/992] Compiling NIOSSL Zeroization.swift
[884/992] Compiling NIOSSL TLSConfiguration.swift
[885/992] Compiling NIOSSL UniversalBootstrapSupport.swift
[886/992] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[887/992] Compiling NIOIMAPCore ChangedSinceModifier.swift
[888/992] Compiling NIOIMAPCore Command.swift
[889/992] Compiling NIOIMAPCore CommandStreamPart.swift
[890/992] Compiling NIOIMAPCore CustomCommandPayload.swift
[891/992] Compiling NIOIMAPCore TaggedCommand.swift
[892/992] Compiling NIOIMAPCore ConditionalStore.swift
[893/992] Compiling NIOIMAPCore CreateParameter.swift
[894/992] Compiling NIOIMAPCore IMAPDate.swift
[895/992] Compiling NIOIMAPCore InternalDate.swift
[896/992] Compiling NIOIMAPCore EItem.swift
[897/992] Compiling NIOIMAPCore ExtendedSearchOptions.swift
[898/992] Compiling NIOIMAPCore ExtendedSearchScopeOptions.swift
[899/992] Compiling NIOIMAPCore ExtendedSearchSourceOptions.swift
[900/992] Compiling NIOIMAPCore EmailAddress.swift
[901/992] Compiling NIOIMAPCore EnableData.swift
[906/993] Wrapping AST for NIOSSL for debugging
[908/993] Compiling NIOIMAPCore TaggedExtension.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[909/993] Compiling NIOIMAPCore TaggedExtensiontComp.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[910/993] Compiling NIOIMAPCore IUID.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[911/993] Compiling NIOIMAPCore MessageIdentifier.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[912/993] Compiling NIOIMAPCore MessageIdentifierRange.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[913/993] Compiling NIOIMAPCore MessageIdentifierSet.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[914/993] Compiling NIOIMAPCore MessageIdentifierSetNonEmpty.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[915/993] Compiling NIOIMAPCore UID.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[916/993] Compiling NIOIMAPCore UIDValidity.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[917/993] Compiling NIOIMAPCore URLAuthenticationMechanism.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[918/993] Compiling NIOIMAPCore URLCommand.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[919/993] Compiling NIOIMAPCore URLFetchData.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[920/993] Compiling NIOIMAPCore URLFetchType.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[921/993] Compiling NIOIMAPCore URLMessageSection.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[922/993] Compiling NIOIMAPCore UseAttribute.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[923/993] Compiling NIOIMAPCore UserInfo.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[924/993] Compiling NIOIMAPCore IMAPDefaults.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[925/993] Compiling NIOIMAPCore ModifiedUTF7.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[926/993] Compiling NIOIMAPCore CommandParser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[927/993] Compiling NIOIMAPCore GrammarParser+Append.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[928/993] Compiling NIOIMAPCore GrammarParser+Body.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[929/993] Compiling NIOIMAPCore GrammarParser+Commands.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[930/993] Compiling NIOIMAPCore GrammarParser+Date.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[931/993] Compiling NIOIMAPCore GrammarParser+Entry.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[932/993] Compiling NIOIMAPCore GrammarParser+Envelope.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[933/993] Compiling NIOIMAPCore GrammarParser+Fetch.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[934/993] Compiling NIOIMAPCore GrammarParser+List.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[935/993] Compiling NIOIMAPCore GrammarParser+Mailbox.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[936/993] Compiling NIOIMAPCore GrammarParser+Message.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[937/993] Compiling NIOIMAPCore GrammarParser+Partial.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[938/993] Compiling NIOIMAPCore GrammarParser+Response.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[939/993] Compiling NIOIMAPCore GrammarParser+Search.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[940/993] Compiling NIOIMAPCore GrammarParser+Sequence.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[941/993] Compiling NIOIMAPCore GrammarParser+UID.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[942/993] Compiling NIOIMAPCore GrammarParser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[943/993] Compiling NIOIMAPCore Parser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[944/993] Compiling NIOIMAPCore ParserLibrary.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[945/993] Compiling NIOIMAPCore ResponseParser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[946/993] Compiling NIOIMAPCore SynchronizingLiteralParser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[947/993] Compiling NIOIMAPCore UInt8+ParseTypeMembership.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[948/993] Compiling NIOIMAPCore Pipelining.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[949/993] Compiling NIOIMAPCore PreviewText.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[950/993] Compiling NIOIMAPCore ResponseEncodeBuffer.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[951/993] Compiling NIOIMAPCore ResponseEncodingOptions.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[952/993] Compiling NIOIMAPCore String+ByteBuffer.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[953/993] Compiling NIOIMAPCore _ByteBufferProtocol.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[954/993] Emitting module NIOIMAPCore
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[979/994] Wrapping AST for NIOIMAPCore for debugging
[981/1007] Compiling NIOIMAP ResponseDecoder.swift
[982/1008] Compiling NIOIMAP IdleStateMachine.swift
[983/1008] Compiling NIOIMAP ClientEncodingOptions.swift
[984/1008] Compiling NIOIMAP NIOIMAP.swift
[985/1008] Compiling NIOIMAP IMAPServerHandler.swift
[986/1008] Compiling NIOIMAP CommandEncoder.swift
[987/1008] Compiling NIOIMAP IMAPClientHandler.swift
[988/1008] Compiling NIOIMAP AppendStateMachine.swift
[989/1008] Compiling NIOIMAP AuthenticationStateMachine.swift
[990/1008] Emitting module NIOIMAP
[991/1008] Compiling NIOIMAP FrameDecoder.swift
[992/1008] Compiling NIOIMAP FramingParser.swift
[993/1008] Compiling NIOIMAP ClientStateMachine.swift
[994/1008] Compiling NIOIMAP CommandDecoder.swift
[995/1009] Wrapping AST for NIOIMAP for debugging
[997/1024] Emitting module NIOIMAPFuzzer
[998/1024] Compiling CLILib ResponseRoundtripHandler.swift
[999/1024] Emitting module CLILib
[1000/1024] Compiling NIOIMAPFuzzer main.swift
[1001/1024] Compiling CLILib CommandRoundtripHandler.swift
[1003/1026] Wrapping AST for CLILib for debugging
[1004/1026] Wrapping AST for NIOIMAPFuzzer for debugging
[1005/1026] Write Objects.LinkFileList
[1007/1028] Emitting module CLI
[1008/1028] Compiling CLI main.swift
[1008/1029] Linking NIOIMAPFuzzer
[1010/1029] Wrapping AST for CLI for debugging
[1011/1029] Write Objects.LinkFileList
[1013/1029] Compiling Proxy InboundPrintHandler.swift
[1014/1029] Emitting module Proxy
[1015/1029] Compiling Proxy OutboundPrintHandler.swift
[1016/1029] Emitting module NIOIMAPPerformanceTester
[1017/1029] Compiling Proxy MailClientToProxyHandler.swift
[1017/1029] Linking CLI
[1019/1029] Compiling NIOIMAPPerformanceTester Benchmark.swift
[1020/1029] Compiling NIOIMAPPerformanceTester CommandTester.swift
[1021/1029] Compiling NIOIMAPPerformanceTester main.swift
/host/spi-builder-workspace/Sources/NIOIMAPPerformanceTester/main.swift:252:27: error: main actor-isolated var 'warning' can not be referenced from a nonisolated context
218 | // MARK: Test Harness
219 |
220 | var warning: String = ""
| `- note: var declared here
221 | assert(
222 | {
:
248 | let limitSet = CommandLine.arguments.dropFirst()
249 |
250 | func measureAndPrint(desc: String, fn: () throws -> Int) rethrows {
| `- note: add '@MainActor' to make global function 'measureAndPrint(desc:fn:)' part of global actor 'MainActor'
251 | if limitSet.count == 0 || limitSet.contains(desc) {
252 | print("measuring\(warning): \(desc): ", terminator: "")
| `- error: main actor-isolated var 'warning' can not be referenced from a nonisolated context
253 | let measurements = try measure(fn)
254 | print(measurements.reduce("") { $0 + "\($1), " })
[1022/1029] Compiling Proxy ProxyToMailServerHandler.swift
[1023/1029] Compiling Proxy main.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/31] Write swift-version-24593BA9C3E375BF.txt
[2/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/87] Compiling Logging MetadataProvider.swift
[4/88] Compiling Logging LogHandler.swift
[5/88] Compiling Atomics UnsafeAtomic.swift
[6/88] Compiling Atomics UnsafeAtomicLazyReference.swift
[7/88] Compiling Atomics AtomicValue.swift
[8/88] Compiling Atomics IntegerConformances.swift
[9/88] Emitting module SE0270_RangeSet
[10/88] Compiling Atomics ManagedAtomic.swift
[11/88] Compiling Atomics ManagedAtomicLazyReference.swift
[12/88] Compiling Atomics AtomicStorage.swift
[16/90] Compiling SE0270_RangeSet Pair.swift
[17/90] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/90] Compiling Atomics OptionalRawRepresentable.swift
[20/90] Compiling Atomics RawRepresentable.swift
[21/90] Compiling Atomics AtomicBool.swift
[22/90] Compiling Atomics AtomicMemoryOrderings.swift
[23/90] Compiling Atomics DoubleWord.swift
[24/90] Compiling NIOConcurrencyHelpers lock.swift
[25/90] Compiling SE0270_RangeSet CollectionExtensions.swift
[26/90] Emitting module _NIOBase64
[27/90] Compiling _NIOBase64 Base64.swift
[29/91] Compiling SE0270_RangeSet RangeSetStorage.swift
[30/91] Compiling Atomics AtomicInteger.swift
[31/91] Compiling Atomics AtomicOptionalWrappable.swift
[32/91] Compiling Atomics AtomicReference.swift
[33/90] Compiling _NIODataStructures PriorityQueue.swift
[34/90] Compiling _NIODataStructures Heap.swift
[35/90] Emitting module _NIODataStructures
[36/90] Compiling _NIODataStructures _TinyArray.swift
[37/91] Compiling Atomics IntegerOperations.swift
[38/91] Compiling Atomics Unmanaged extensions.swift
[40/90] Emitting module NIOConcurrencyHelpers
[41/90] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[42/90] Compiling Atomics PointerConformances.swift
[43/90] Compiling Atomics Primitives.native.swift
[44/90] Emitting module InternalCollectionsUtilities
[45/90] Compiling SE0270_RangeSet Partition.swift
[46/90] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[47/90] Compiling SE0270_RangeSet RangeSet.swift
[48/90] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[49/91] Compiling NIOConcurrencyHelpers atomics.swift
[58/92] Wrapping AST for SE0270_RangeSet for debugging
[59/92] Wrapping AST for InternalCollectionsUtilities for debugging
[61/162] Emitting module Logging
[62/162] Compiling Logging Logging.swift
[63/162] Compiling Logging Locks.swift
[64/163] Compiling OrderedCollections _HashTable+Constants.swift
[65/163] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[67/165] Compiling OrderedCollections OrderedDictionary+Codable.swift
[68/165] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[69/165] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/165] Compiling OrderedCollections OrderedDictionary+Elements.swift
[71/165] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[72/165] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[72/165] Wrapping AST for Logging for debugging
[74/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[75/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[76/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[77/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[78/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[79/165] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[80/165] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[81/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[82/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[83/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[84/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[85/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[86/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[87/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[88/172] Compiling DequeModule _DequeSlot.swift
[89/172] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/172] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[97/172] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[98/172] Compiling OrderedCollections _HashTable+Bucket.swift
[99/172] Compiling OrderedCollections _HashTable+BucketIterator.swift
[100/172] Compiling OrderedCollections _HashTable+Testing.swift
[101/172] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[102/172] Compiling OrderedCollections OrderedDictionary.swift
[103/172] Compiling OrderedCollections OrderedSet+Codable.swift
[104/172] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[105/172] Compiling OrderedCollections OrderedSet+Descriptions.swift
[106/172] Compiling OrderedCollections OrderedSet+Diffing.swift
[107/172] Compiling OrderedCollections OrderedSet+Equatable.swift
[108/172] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[109/172] Compiling OrderedCollections OrderedSet+Hashable.swift
[110/172] Compiling OrderedCollections OrderedSet+Initializers.swift
[111/172] Compiling OrderedCollections OrderedSet+Insertions.swift
[112/172] Compiling OrderedCollections OrderedSet+Invariants.swift
[113/172] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[114/172] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[115/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[116/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[117/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[118/172] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[119/172] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[120/172] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[121/172] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[122/172] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[123/172] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[124/172] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[125/172] Compiling OrderedCollections OrderedDictionary+Values.swift
[131/172] Emitting module DequeModule
[133/173] Compiling OrderedCollections OrderedSet+Sendable.swift
[134/173] Compiling OrderedCollections OrderedSet+SubSequence.swift
[135/173] Compiling OrderedCollections OrderedSet+Testing.swift
[136/173] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[137/173] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[138/173] Compiling OrderedCollections OrderedSet.swift
[139/173] Compiling OrderedCollections _UnsafeBitset.swift
[140/173] Emitting module Atomics
[150/174] Emitting module OrderedCollections
[151/175] Wrapping AST for OrderedCollections for debugging
[152/175] Wrapping AST for DequeModule for debugging
[153/175] Wrapping AST for Atomics for debugging
[155/236] Compiling NIOCore NIOAny.swift
[156/236] Compiling NIOCore NIOCloseOnErrorHandler.swift
[157/236] Compiling NIOCore NIOCoreSendableMetatype.swift
[158/236] Compiling NIOCore NIOLoopBound.swift
[159/236] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[160/236] Compiling NIOCore NIOScheduledCallback.swift
[161/236] Compiling NIOCore NIOSendable.swift
[162/236] Compiling NIOCore RecvByteBufferAllocator.swift
[163/244] Compiling NIOCore AddressedEnvelope.swift
[164/244] Compiling NIOCore AsyncAwaitSupport.swift
[165/244] Compiling NIOCore AsyncChannel.swift
[166/244] Compiling NIOCore AsyncChannelHandler.swift
[167/244] Compiling NIOCore AsyncChannelInboundStream.swift
[168/244] Compiling NIOCore AsyncChannelOutboundWriter.swift
[169/244] Compiling NIOCore NIOAsyncSequenceProducer.swift
[170/244] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[171/244] Compiling NIOCore NIOAsyncWriter.swift
[172/244] Compiling NIOCore IOData.swift
[173/244] Compiling NIOCore IPProtocol.swift
[174/244] Compiling NIOCore IntegerBitPacking.swift
[175/244] Compiling NIOCore IntegerTypes.swift
[176/244] Compiling NIOCore Interfaces.swift
[177/244] Compiling NIOCore Linux.swift
[178/244] Compiling NIOCore MarkedCircularBuffer.swift
[179/244] Compiling NIOCore MulticastChannel.swift
[180/244] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[181/244] Compiling NIOCore BSDSocketAPI.swift
[182/244] Compiling NIOCore ByteBuffer-aux.swift
[183/244] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[184/244] Compiling NIOCore ByteBuffer-conversions.swift
[185/244] Compiling NIOCore ByteBuffer-core.swift
[186/244] Compiling NIOCore ByteBuffer-hex.swift
[187/244] Compiling NIOCore ByteBuffer-int.swift
[188/244] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[189/244] Compiling NIOCore CircularBuffer.swift
[190/244] Compiling NIOCore Codec.swift
[191/244] Compiling NIOCore ConvenienceOptionSupport.swift
[192/244] Compiling NIOCore DeadChannel.swift
[193/244] Compiling NIOCore DispatchQueue+WithFuture.swift
[194/244] Compiling NIOCore EventLoop+Deprecated.swift
[195/244] Compiling NIOCore EventLoop+SerialExecutor.swift
[196/244] Compiling NIOCore EventLoop.swift
[197/244] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[198/244] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[199/244] Compiling NIOCore SocketAddresses.swift
[200/244] Compiling NIOCore SocketOptionProvider.swift
[201/244] Compiling NIOCore SystemCallHelpers.swift
[202/244] Compiling NIOCore TimeAmount+Duration.swift
[203/244] Compiling NIOCore TypeAssistedChannelHandler.swift
[204/244] Compiling NIOCore UniversalBootstrapSupport.swift
[205/244] Compiling NIOCore Utilities.swift
[206/244] Compiling NIOCore EventLoopFuture+Deprecated.swift
[207/244] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[208/244] Compiling NIOCore EventLoopFuture.swift
[209/244] Compiling NIOCore FileDescriptor.swift
[210/244] Compiling NIOCore FileHandle.swift
[211/244] Compiling NIOCore FileRegion.swift
[212/244] Compiling NIOCore GlobalSingletons.swift
[213/244] Compiling NIOCore IO.swift
[214/244] Compiling NIOCore ByteBuffer-multi-int.swift
[215/244] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[216/244] Compiling NIOCore ByteBuffer-views.swift
[217/244] Compiling NIOCore Channel.swift
[218/244] Compiling NIOCore ChannelHandler.swift
[219/244] Compiling NIOCore ChannelHandlers.swift
[220/244] Compiling NIOCore ChannelInvoker.swift
[221/244] Compiling NIOCore ChannelOption.swift
[222/244] Compiling NIOCore ChannelPipeline.swift
[223/244] Emitting module NIOCore
[225/296] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[226/296] Compiling NIOEmbedded AsyncTestingChannel.swift
[227/296] Emitting module NIOEmbedded
[228/296] Compiling NIOEmbedded Embedded.swift
[230/296] Emitting module NIOPosix
[231/302] Compiling NIOPosix Socket.swift
[232/302] Compiling NIOPosix SocketChannel.swift
[233/302] Compiling NIOPosix SocketProtocols.swift
[234/302] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[235/302] Compiling NIOPosix System.swift
[236/302] Compiling NIOPosix Thread.swift
[237/302] Compiling NIOPosix Bootstrap.swift
[238/302] Compiling NIOPosix ControlMessage.swift
[239/302] Compiling NIOPosix DatagramVectorReadManager.swift
[240/302] Compiling NIOPosix Errors+Any.swift
[241/302] Compiling NIOPosix FileDescriptor.swift
[242/302] Compiling NIOPosix GetaddrinfoResolver.swift
[243/302] Compiling NIOPosix HappyEyeballs.swift
[244/302] Compiling NIOPosix BSDSocketAPICommon.swift
[245/302] Compiling NIOPosix BSDSocketAPIPosix.swift
[246/302] Compiling NIOPosix BSDSocketAPIWindows.swift
[247/302] Compiling NIOPosix BaseSocket.swift
[248/302] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[249/302] Compiling NIOPosix BaseSocketChannel.swift
[250/302] Compiling NIOPosix BaseStreamSocketChannel.swift
[251/302] Compiling NIOPosix IO.swift
[252/302] Compiling NIOPosix IntegerBitPacking.swift
[253/302] Compiling NIOPosix IntegerTypes.swift
[254/302] Compiling NIOPosix Linux.swift
[255/302] Compiling NIOPosix LinuxCPUSet.swift
[256/302] Compiling NIOPosix LinuxUring.swift
[257/302] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[258/302] Compiling NIOPosix Pool.swift
[259/302] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[260/302] Compiling NIOPosix PosixSingletons.swift
[261/302] Compiling NIOPosix RawSocketBootstrap.swift
[262/302] Compiling NIOPosix Resolver.swift
[263/302] Compiling NIOPosix Selectable.swift
[264/302] Compiling NIOPosix SelectableChannel.swift
[265/302] Compiling NIOPosix NIOPosixSendableMetatype.swift
[266/302] Compiling NIOPosix NIOThreadPool.swift
[267/302] Compiling NIOPosix NonBlockingFileIO.swift
[268/302] Compiling NIOPosix PendingDatagramWritesManager.swift
[269/302] Compiling NIOPosix PendingWritesManager.swift
[270/302] Compiling NIOPosix PipeChannel.swift
[271/302] Compiling NIOPosix PipePair.swift
[272/302] Compiling NIOPosix SelectableEventLoop.swift
[273/302] Compiling NIOPosix SelectorEpoll.swift
[274/302] Compiling NIOPosix SelectorGeneric.swift
[275/302] Compiling NIOPosix SelectorKqueue.swift
[276/302] Compiling NIOPosix SelectorUring.swift
[277/302] Compiling NIOPosix ServerSocket.swift
[278/302] Compiling NIOPosix ThreadPosix.swift
[279/302] Compiling NIOPosix ThreadWindows.swift
[280/302] Compiling NIOPosix UnsafeTransfer.swift
[281/302] Compiling NIOPosix Utilities.swift
[282/302] Compiling NIOPosix VsockAddress.swift
[283/302] Compiling NIOPosix VsockChannelEvents.swift
[285/304] Compiling NIO Exports.swift
[286/304] Emitting module NIO
[288/310] Compiling NIOTLS TLSEvents.swift
[289/310] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[290/310] Emitting module NIOTLS
[291/310] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[292/310] Compiling NIOTLS SNIHandler.swift
[293/310] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[295/502] Compiling NIOSSL SSLPrivateKey.swift
[296/502] Compiling NIOSSL SSLPublicKey.swift
[297/502] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[298/502] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[299/506] Compiling NIOSSL AndroidCABundle.swift
[300/506] Compiling NIOSSL ByteBufferBIO.swift
[301/506] Compiling NIOSSL CustomPrivateKey.swift
[302/506] Compiling NIOSSL IdentityVerification.swift
[303/506] Compiling NIOSSL SubjectAlternativeName.swift
[304/506] Compiling NIOSSL NIOSSLSecureBytes.swift
[305/506] Compiling NIOSSL RNG.swift
[306/506] Compiling NIOSSL SafeCompare.swift
[307/506] Compiling NIOSSL NIOSSLServerHandler.swift
[308/506] Compiling NIOSSL ObjectIdentifier.swift
[309/506] Compiling NIOSSL PosixPort.swift
[310/506] Compiling NIOSSL SSLCallbacks.swift
[311/506] Emitting module NIOSSL
[312/506] Compiling NIOSSL SSLContext.swift
[313/506] Compiling NIOSSL SSLErrors.swift
[314/506] Compiling NIOSSL SSLInit.swift
[315/506] Compiling NIOSSL SSLPKCS12Bundle.swift
[316/506] Compiling NIOSSL LinuxCABundle.swift
[317/506] Compiling NIOSSL NIOSSLClientHandler.swift
[318/506] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[319/506] Compiling NIOSSL NIOSSLHandler.swift
[320/506] Compiling NIOSSL SSLCertificate.swift
[321/506] Compiling NIOSSL SSLCertificateExtensions.swift
[322/506] Compiling NIOSSL SSLCertificateName.swift
[323/506] Compiling NIOSSL SSLConnection.swift
[324/506] Compiling NIOIMAPCore EncodedAuthenticationType.swift
[325/506] Compiling NIOIMAPCore EncodedMailbox.swift
[326/506] Compiling NIOIMAPCore EncodedSearch.swift
[327/506] Compiling NIOIMAPCore EncodedSearchQuery.swift
[328/506] Compiling NIOIMAPCore EncodedSection.swift
[329/506] Compiling NIOIMAPCore EncodedUrlAuth.swift
[330/506] Compiling NIOIMAPCore EncodedUser.swift
[331/506] Compiling NIOIMAPCore EntryFlagName.swift
[332/506] Compiling NIOIMAPCore EntryKindRequest.swift
[333/506] Compiling NIOIMAPCore EntryTypeResponse.swift
[334/506] Compiling NIOIMAPCore EntryValue.swift
[335/506] Compiling NIOIMAPCore Envelope.swift
[336/506] Compiling NIOIMAPCore Expire.swift
[337/506] Compiling NIOIMAPCore FetchAttribute.swift
[338/506] Compiling NIOIMAPCore FetchModificationResponse.swift
[339/506] Compiling NIOIMAPCore FetchModifier.swift
[340/506] Compiling NIOIMAPCore Flag.swift
[341/506] Compiling NIOIMAPCore FlagKeyword.swift
[342/506] Compiling NIOIMAPCore PermanentFlag.swift
[343/506] Compiling NIOIMAPCore StoreFlags.swift
[344/506] Compiling NIOIMAPCore FullAuthenticatedURL.swift
[345/506] Compiling NIOIMAPCore FullDateTime.swift
[346/506] Compiling NIOIMAPCore HeaderList.swift
[370/552] Compiling NIOSSL Zeroization.swift
[371/552] Compiling NIOSSL TLSConfiguration.swift
[372/552] Compiling NIOSSL UniversalBootstrapSupport.swift
[373/552] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[374/553] Compiling NIOIMAPCore ObjectID.swift
[375/553] Compiling NIOIMAPCore OptionExtension.swift
[376/553] Compiling NIOIMAPCore OptionValueComp.swift
[377/553] Compiling NIOIMAPCore PartialRange.swift
[378/553] Compiling NIOIMAPCore SearchReturnData+Partial.swift
[379/553] Compiling NIOIMAPCore Patterns.swift
[380/553] Compiling NIOIMAPCore QuotaLimit.swift
[381/553] Compiling NIOIMAPCore QuotaResource.swift
[382/553] Compiling NIOIMAPCore QuotaResponse.swift
[383/553] Compiling NIOIMAPCore QuotaRoot.swift
[384/553] Compiling NIOIMAPCore QuotaRootResponse.swift
[385/553] Compiling NIOIMAPCore RelativeIMAPURL.swift
[386/553] Compiling NIOIMAPCore ContinuationRequest.swift
[387/553] Compiling NIOIMAPCore ExtendedSearchResponse.swift
[388/553] Compiling NIOIMAPCore Response.swift
[389/553] Compiling NIOIMAPCore ResponseCodeAppend.swift
[390/553] Compiling NIOIMAPCore ResponseCodeCopy.swift
[391/553] Compiling NIOIMAPCore ResponseData.swift
[392/553] Compiling NIOIMAPCore ResponseFatal.swift
[393/553] Compiling NIOIMAPCore ResponsePayload.swift
[394/553] Compiling NIOIMAPCore ResponseText.swift
[395/553] Compiling NIOIMAPCore ResponseTextCode.swift
[396/553] Compiling NIOIMAPCore TaggedResponse.swift
[407/552] Compiling NIOIMAPCore SearchKey.swift
[408/552] Compiling NIOIMAPCore SearchModificationSequence.swift
[409/552] Compiling NIOIMAPCore SearchReturnData.swift
[410/552] Compiling NIOIMAPCore SearchReturnDataExtension.swift
[411/552] Compiling NIOIMAPCore SearchReturnOption.swift
[412/552] Compiling NIOIMAPCore SearchReturnOptionExtension.swift
[413/552] Compiling NIOIMAPCore SectionSpec.swift
[414/552] Compiling NIOIMAPCore SelectParameter.swift
[415/552] Compiling NIOIMAPCore SequenceNumber.swift
[416/552] Compiling NIOIMAPCore SequenceRange.swift
[417/552] Compiling NIOIMAPCore SequenceMatchData.swift
[418/552] Compiling NIOIMAPCore SortData.swift
[419/552] Compiling NIOIMAPCore StoreModifier.swift
[420/552] Compiling NIOIMAPCore ParameterValue.swift
[421/552] Compiling NIOIMAPCore TaggedExtension.swift
[422/552] Compiling NIOIMAPCore TaggedExtensiontComp.swift
[423/552] Compiling NIOIMAPCore IUID.swift
[424/552] Compiling NIOIMAPCore MessageIdentifier.swift
[425/552] Compiling NIOIMAPCore MessageIdentifierRange.swift
[426/552] Compiling NIOIMAPCore MessageIdentifierSet.swift
[427/552] Compiling NIOIMAPCore MessageIdentifierSetNonEmpty.swift
[428/552] Compiling NIOIMAPCore UID.swift
[429/552] Compiling NIOIMAPCore UIDValidity.swift
[430/552] Compiling NIOIMAPCore URLAuthenticationMechanism.swift
[431/552] Compiling NIOIMAPCore URLCommand.swift
[432/552] Compiling NIOIMAPCore URLFetchData.swift
[433/552] Compiling NIOIMAPCore URLFetchType.swift
[434/552] Compiling NIOIMAPCore URLMessageSection.swift
[435/552] Compiling NIOIMAPCore UseAttribute.swift
[436/552] Compiling NIOIMAPCore UserInfo.swift
[437/552] Compiling NIOIMAPCore IMAPDefaults.swift
[438/552] Compiling NIOIMAPCore ModifiedUTF7.swift
[439/552] Compiling NIOIMAPCore CommandParser.swift
[440/552] Compiling NIOIMAPCore GrammarParser+Append.swift
[441/552] Compiling NIOIMAPCore GrammarParser+Body.swift
[442/552] Compiling NIOIMAPCore GrammarParser+Commands.swift
[443/552] Compiling NIOIMAPCore GrammarParser+Date.swift
[444/552] Compiling NIOIMAPCore GrammarParser+Entry.swift
[445/552] Compiling NIOIMAPCore GrammarParser+Envelope.swift
[446/552] Compiling NIOIMAPCore GrammarParser+Fetch.swift
[447/552] Compiling NIOIMAPCore GrammarParser+List.swift
[448/552] Compiling NIOIMAPCore GrammarParser+Mailbox.swift
[449/552] Compiling NIOIMAPCore GrammarParser+Message.swift
[450/552] Compiling NIOIMAPCore GrammarParser+Partial.swift
[451/552] Compiling NIOIMAPCore GrammarParser+Response.swift
[452/552] Compiling NIOIMAPCore GrammarParser+Search.swift
[453/552] Compiling NIOIMAPCore GrammarParser+Sequence.swift
[454/552] Compiling NIOIMAPCore GrammarParser+UID.swift
[455/552] Compiling NIOIMAPCore GrammarParser.swift
[456/552] Compiling NIOIMAPCore Parser.swift
[457/552] Compiling NIOIMAPCore ParserLibrary.swift
[458/552] Compiling NIOIMAPCore ResponseParser.swift
[459/552] Compiling NIOIMAPCore SynchronizingLiteralParser.swift
[460/552] Compiling NIOIMAPCore UInt8+ParseTypeMembership.swift
[461/552] Compiling NIOIMAPCore Pipelining.swift
[462/552] Compiling NIOIMAPCore PreviewText.swift
[463/552] Compiling NIOIMAPCore ResponseEncodeBuffer.swift
[464/552] Compiling NIOIMAPCore ResponseEncodingOptions.swift
[465/552] Compiling NIOIMAPCore String+ByteBuffer.swift
[466/552] Compiling NIOIMAPCore _ByteBufferProtocol.swift
[467/552] Compiling NIOIMAPCore Helpers.swift
[468/552] Compiling NIOIMAPCore ID.swift
[469/552] Compiling NIOIMAPCore IMAPServer.swift
[470/552] Compiling NIOIMAPCore IMAPURL.swift
[471/552] Compiling NIOIMAPCore IMAPURLAuthenticationMechanism.swift
[472/552] Compiling NIOIMAPCore InitialResponse.swift
[473/552] Compiling NIOIMAPCore InternetMessageDate.swift
[474/552] Compiling NIOIMAPCore KeyValue.swift
[475/552] Compiling NIOIMAPCore LastCommandMessageIdentifier.swift
[476/552] Compiling NIOIMAPCore LastCommandSet.swift
[477/552] Compiling NIOIMAPCore ListReturnOps.swift
[478/552] Compiling NIOIMAPCore ListSelectBaseOption.swift
[479/552] Compiling NIOIMAPCore ListSelectIndependentOption.swift
[480/552] Compiling NIOIMAPCore ListSelectOption.swift
[481/552] Compiling NIOIMAPCore MailboxAttribute.swift
[482/552] Compiling NIOIMAPCore MailboxData.swift
[483/552] Compiling NIOIMAPCore MailboxGroup.swift
[484/552] Compiling NIOIMAPCore MailboxID.swift
[485/552] Compiling NIOIMAPCore MailboxInfo.swift
[486/552] Compiling NIOIMAPCore MailboxName.swift
[487/552] Compiling NIOIMAPCore MailboxPatterns.swift
[488/552] Compiling NIOIMAPCore MailboxUIDValidity.swift
[489/552] Compiling NIOIMAPCore MechanismBase64.swift
[490/552] Emitting module NIOIMAPCore
[491/552] Compiling NIOIMAPCore LanguageLocation.swift
[492/552] Compiling NIOIMAPCore LocationAndExtensions.swift
[493/552] Compiling NIOIMAPCore ParameterPair.swift
[494/552] Compiling NIOIMAPCore Multipart.swift
[495/552] Compiling NIOIMAPCore Singlepart.swift
[496/552] Compiling NIOIMAPCore ByteRange.swift
[497/552] Compiling NIOIMAPCore MessagePathByteRange.swift
[498/552] Compiling NIOIMAPCore Capability.swift
[499/552] Compiling NIOIMAPCore ChangedSinceModifier.swift
[500/552] Compiling NIOIMAPCore Command.swift
[501/552] Compiling NIOIMAPCore CommandStreamPart.swift
[502/552] Compiling NIOIMAPCore CustomCommandPayload.swift
[503/552] Compiling NIOIMAPCore TaggedCommand.swift
[504/552] Compiling NIOIMAPCore ConditionalStore.swift
[505/552] Compiling NIOIMAPCore CreateParameter.swift
[506/552] Compiling NIOIMAPCore IMAPDate.swift
[507/552] Compiling NIOIMAPCore InternalDate.swift
[508/552] Compiling NIOIMAPCore EItem.swift
[509/552] Compiling NIOIMAPCore ExtendedSearchOptions.swift
[510/552] Compiling NIOIMAPCore ExtendedSearchScopeOptions.swift
[511/552] Compiling NIOIMAPCore ExtendedSearchSourceOptions.swift
[512/552] Compiling NIOIMAPCore EmailAddress.swift
[513/552] Compiling NIOIMAPCore EnableData.swift
[514/552] Compiling NIOIMAPCore Base64.swift
[515/552] Compiling NIOIMAPCore Chromium.swift
[516/552] Compiling NIOIMAPCore DecodingError.swift
[517/552] Compiling NIOIMAPCore ByteBuffer+WriteLiteral.swift
[518/552] Compiling NIOIMAPCore CommandEncodeBuffer.swift
[519/552] Compiling NIOIMAPCore CommandEncodingOptions.swift
[520/552] Compiling NIOIMAPCore EncodeBuffer.swift
[521/552] Compiling NIOIMAPCore AbsoluteMessagePath.swift
[522/552] Compiling NIOIMAPCore Access.swift
[523/552] Compiling NIOIMAPCore AppendData.swift
[524/552] Compiling NIOIMAPCore AppendMessage.swift
[525/552] Compiling NIOIMAPCore AppendOptions.swift
[526/552] Compiling NIOIMAPCore AttributeFlag.swift
[527/552] Compiling NIOIMAPCore AuthenticatedURL.swift
[528/552] Compiling NIOIMAPCore AuthenticatedURLRump.swift
[529/552] Compiling NIOIMAPCore AuthenticatedURLVerifier.swift
[530/552] Compiling NIOIMAPCore AuthenticationMechanism.swift
[531/552] Compiling NIOIMAPCore Body.swift
[532/552] Compiling NIOIMAPCore BodyExtension.swift
[533/552] Compiling NIOIMAPCore Disposition.swift
[534/552] Compiling NIOIMAPCore DispositionAndLanguage.swift
[535/552] Compiling NIOIMAPCore Encoding.swift
[536/552] Compiling NIOIMAPCore Fields.swift
[537/552] Compiling NIOIMAPCore Language.swift
[538/553] Wrapping AST for NIOIMAPCore for debugging
[540/566] Compiling NIOIMAP ResponseDecoder.swift
[541/567] Compiling NIOIMAP NIOIMAP.swift
[542/567] Compiling NIOIMAP IMAPServerHandler.swift
[543/567] Compiling NIOIMAP CommandEncoder.swift
[544/567] Compiling NIOIMAP IMAPClientHandler.swift
[545/567] Compiling NIOIMAP AppendStateMachine.swift
[546/567] Compiling NIOIMAP AuthenticationStateMachine.swift
[547/567] Compiling NIOIMAP IdleStateMachine.swift
[548/567] Compiling NIOIMAP ClientEncodingOptions.swift
[549/567] Compiling NIOIMAP FrameDecoder.swift
[550/567] Compiling NIOIMAP FramingParser.swift
[551/567] Emitting module NIOIMAP
[552/567] Compiling NIOIMAP ClientStateMachine.swift
[553/567] Compiling NIOIMAP CommandDecoder.swift
[555/582] Compiling CLILib ResponseRoundtripHandler.swift
[556/582] Emitting module CLILib
[557/582] Compiling CLILib CommandRoundtripHandler.swift
[558/582] Compiling Proxy OutboundPrintHandler.swift
[559/582] Compiling Proxy main.swift
[560/582] Compiling Proxy ProxyToMailServerHandler.swift
[561/582] Compiling NIOIMAPPerformanceTester Benchmark.swift
[562/582] Emitting module NIOIMAPPerformanceTester
[563/582] Emitting module NIOIMAPFuzzer
[564/582] Compiling NIOIMAPFuzzer main.swift
[565/582] Compiling Proxy InboundPrintHandler.swift
[566/582] Emitting module Proxy
[567/582] Compiling Proxy MailClientToProxyHandler.swift
[571/585] Compiling NIOIMAPPerformanceTester CommandTester.swift
[572/585] Compiling NIOIMAPPerformanceTester main.swift
[573/585] Wrapping AST for Proxy for debugging
[574/585] Write Objects.LinkFileList
[575/585] Wrapping AST for NIOIMAPFuzzer for debugging
[576/585] Write Objects.LinkFileList
[577/585] Wrapping AST for NIOIMAPPerformanceTester for debugging
[578/585] Write Objects.LinkFileList
[580/587] Emitting module CLI
[581/587] Compiling CLI main.swift
[582/588] Linking NIOIMAPFuzzer
[583/588] Linking NIOIMAPPerformanceTester
[584/588] Wrapping AST for CLI for debugging
[585/588] Write Objects.LinkFileList
[586/588] Linking Proxy
[587/588] Linking CLI
Build complete! (98.18s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.64.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.24.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-se0270-range-set",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-se0270-range-set.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-nio-imap",
"name" : "swift-nio-imap",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOIMAP",
"targets" : [
"NIOIMAP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Proxy",
"targets" : [
"Proxy"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOIMAPPerformanceTester",
"targets" : [
"NIOIMAPPerformanceTester"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOIMAPFuzzer",
"targets" : [
"NIOIMAPFuzzer"
],
"type" : {
"executable" : null
}
},
{
"name" : "CLI",
"targets" : [
"CLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Proxy",
"module_type" : "SwiftTarget",
"name" : "Proxy",
"path" : "Sources/Proxy",
"product_dependencies" : [
"NIO",
"NIOSSL"
],
"product_memberships" : [
"Proxy"
],
"sources" : [
"InboundPrintHandler.swift",
"MailClientToProxyHandler.swift",
"OutboundPrintHandler.swift",
"ProxyToMailServerHandler.swift",
"main.swift"
],
"target_dependencies" : [
"NIOIMAP"
],
"type" : "executable"
},
{
"c99name" : "NIOIMAPTests",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPTests",
"path" : "Tests/NIOIMAPTests",
"product_dependencies" : [
"NIO",
"NIOTestUtils"
],
"sources" : [
"B2MV+Tests.swift",
"Client/AppendStateMachineTests.swift",
"Client/AuthenticationStateMachineTests.swift",
"Client/IdleStateMachineTests.swift",
"Coders/ClientEncodingOptionsTests.swift",
"Coders/ClientStateMachineTests.swift",
"Coders/IMAPClientHandlerTests.swift",
"Coders/IMAPServerHandlerTests.swift",
"CommandDecoder+Tests.swift",
"CommandEncoder+Tests.swift",
"FramingIntegrationTests.swift",
"FramingParserTests.swift",
"IntegrationTests.swift",
"ParserStressTests.swift",
"RealWorldTests.swift",
"TestUtilities.swift"
],
"target_dependencies" : [
"NIOIMAP",
"NIOIMAPCore"
],
"type" : "test"
},
{
"c99name" : "NIOIMAPPerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPPerformanceTester",
"path" : "Sources/NIOIMAPPerformanceTester",
"product_memberships" : [
"NIOIMAPPerformanceTester"
],
"sources" : [
"Benchmark.swift",
"CommandTester.swift",
"main.swift"
],
"target_dependencies" : [
"NIOIMAP"
],
"type" : "executable"
},
{
"c99name" : "NIOIMAPFuzzer",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPFuzzer",
"path" : "Sources/NIOIMAPFuzzer",
"product_dependencies" : [
"NIO"
],
"product_memberships" : [
"NIOIMAPFuzzer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOIMAP"
],
"type" : "executable"
},
{
"c99name" : "NIOIMAPCoreTests",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPCoreTests",
"path" : "Tests/NIOIMAPCoreTests",
"product_dependencies" : [
"NIO",
"NIOTestUtils"
],
"sources" : [
"Base64Tests.swift",
"Grammar/Access+Tests.swift",
"Grammar/Append/AppendData+Tests.swift",
"Grammar/Append/AppendMessage+Tests.swift",
"Grammar/Append/AppendOptions+Tests.swift",
"Grammar/AttributeFlag+Tests.swift",
"Grammar/AuthImapUrl+Tests.swift",
"Grammar/AuthImapUrlFull+Tests.swift",
"Grammar/AuthImapUrlRump+Tests.swift",
"Grammar/Body/BodyExtensionTests.swift",
"Grammar/Body/BodyStructure+Tests.swift",
"Grammar/Body/Field/BodyFieldDSPTests.swift",
"Grammar/Body/Field/BodyFieldEncodingTests.swift",
"Grammar/Body/Field/BodyFieldLanguageTests.swift",
"Grammar/Body/Field/BodyFieldParameterTests.swift",
"Grammar/Body/Field/BodyFieldsTests.swift",
"Grammar/Body/Field/FieldLanguageLocationTests.swift",
"Grammar/Body/Field/FieldLocationExtensionTests.swift",
"Grammar/Body/Type/BodyMultipartTests.swift",
"Grammar/Body/Type/BodySinglepartTests.swift",
"Grammar/ByteBufferWriteLiteralTests.swift",
"Grammar/ByteRange/ByteRange+Tests.swift",
"Grammar/ByteRange/MessagePathByteRange+Tests.swift",
"Grammar/Capability+Tests.swift",
"Grammar/ChangedSinceModifier+Tests.swift",
"Grammar/CommandType/CommandStream+Tests.swift",
"Grammar/CommandType/CommandType+Tests.swift",
"Grammar/ConditionalStore/ConditionalStore+Tests.swift",
"Grammar/CoreTypealiasesTests.swift",
"Grammar/CreateParameter+Tests.swift",
"Grammar/DateTests/DateTests.swift",
"Grammar/DateTests/InternalDateTests.swift",
"Grammar/ESearch/ESearchOptions+Tests.swift",
"Grammar/ESearch/ESearchScopeOptions+Tests.swift",
"Grammar/ESearch/ESearchSourceOptions+Tests.swift",
"Grammar/EmailAddressTests.swift",
"Grammar/Enable/EnableData+Tests.swift",
"Grammar/EncodeTestClass.swift",
"Grammar/EncodedAuthenticationType+Tests.swift",
"Grammar/EncodedMailbox+Tests.swift",
"Grammar/EncodedSearch+Tests.swift",
"Grammar/EncodedSection+Tests.swift",
"Grammar/EncodedUrlAuth+Tests.swift",
"Grammar/EncodedUser+Tests.swift",
"Grammar/Entry+Tests.swift",
"Grammar/Entry/EntryFlagName+Tests.swift",
"Grammar/Entry/EntryTypeRequest+Tests.swift",
"Grammar/Entry/EntryTypeResponse+Tests.swift",
"Grammar/EnvelopeTests.swift",
"Grammar/Expire+Tests.swift",
"Grammar/FetchAttributeTests.swift",
"Grammar/FetchModifiedResponse+Tests.swift",
"Grammar/FetchModifier+Tests.swift",
"Grammar/Flag/Flag+Tests.swift",
"Grammar/Flag/FlagKeyword+Tests.swift",
"Grammar/FullDateTime+Tests.swift",
"Grammar/HeaderListTests.swift",
"Grammar/IAbsolutePath+Tests.swift",
"Grammar/IAuth+Tests.swift",
"Grammar/ICommand+Tests.swift",
"Grammar/ID/ID+Tests.swift",
"Grammar/IMAPRangeTests.swift",
"Grammar/IMAPServer+Tests.swift",
"Grammar/IMAPURLSection+Tests.swift",
"Grammar/IMailboxReference+Tests.swift",
"Grammar/IMessageList+Tests.swift",
"Grammar/IMessageOrPartial+Tests.swift",
"Grammar/IMessagePart+Tests.swift",
"Grammar/INetworkPath+Tests.swift",
"Grammar/IUAVerifier+Tests.swift",
"Grammar/IURLAuthRump+Tests.swift",
"Grammar/IUrlAuth+Tests.swift",
"Grammar/IUserInfo+Tests.swift",
"Grammar/ImapUrl+Tests.swift",
"Grammar/ImapUrlRel+Tests.swift",
"Grammar/InitialClientResponse+Tests.swift",
"Grammar/InternetMessageDate+Tests.swift",
"Grammar/List/ListReturnOptions+Tests.swift",
"Grammar/List/ListSelectBaseOption+Tests.swift",
"Grammar/List/ListSelectIndependentOption+Tests.swift",
"Grammar/List/ListSelectOption+Tests.swift",
"Grammar/Mailbox/Mailbox+Tests.swift",
"Grammar/Mailbox/MailboxAttribute+Tests.swift",
"Grammar/Mailbox/MailboxData+Tests.swift",
"Grammar/Mailbox/MailboxInfo+Tests.swift",
"Grammar/Mailbox/MailboxName+Tests.swift",
"Grammar/Mailbox/MailboxPatterns+Tests.swift",
"Grammar/MechanismBase64+Tests.swift",
"Grammar/Media/MediaTests.swift",
"Grammar/Message/MessageAtributesTests.swift",
"Grammar/Message/MessageDataTests.swift",
"Grammar/MessageIdentifierRange+Tests.swift",
"Grammar/MessageIdentifierSet+Tests.swift",
"Grammar/MetadataOption+Tests.swift",
"Grammar/MetadataResponse+Tests.swift",
"Grammar/MetadataValue+Tests.swift",
"Grammar/Modifier/ModifierSequenceValue+Tests.swift",
"Grammar/Namespace/Namespace+Tests.swift",
"Grammar/Namespace/NamespaceCommand+Tests.swift",
"Grammar/Namespace/NamespaceDescription+Tests.swift",
"Grammar/Namespace/NamespaceResponse+Tests.swift",
"Grammar/Namespace/NamespaceResponseExtension+Tests.swift",
"Grammar/Notify/MailboxFilter+Tests.swift",
"Grammar/Notify/Mailboxes+Tests.swift",
"Grammar/Option/OptionExtension+Tests.swift",
"Grammar/Option/OptionValue+Tests.swift",
"Grammar/Option/OptionValueComp+Tests.swift",
"Grammar/Option/OptionVendorTag+Tests.swift",
"Grammar/Partial/PartialRange+Tests.swift",
"Grammar/Patterns+Tests.swift",
"Grammar/Quota/QuotaLimit+Tests.swift",
"Grammar/Quota/QuotaResource+Tests.swift",
"Grammar/Quota/QuotaResponse+Tests.swift",
"Grammar/Quota/QuotaRoot+Tests.swift",
"Grammar/Quota/QuotaRootResponse+Tests.swift",
"Grammar/Response/ContinuationRequestTests.swift",
"Grammar/Response/ESearchResponse+Tests.swift",
"Grammar/Response/PermanentFlagTests.swift",
"Grammar/Response/Response+Tests.swift",
"Grammar/Response/ResponseCodeAppend+Tests.swift",
"Grammar/Response/ResponseCodeCopy+Tests.swift",
"Grammar/Response/ResponseData+Tests.swift",
"Grammar/Response/ResponseFatalTests.swift",
"Grammar/Response/ResponsePayload+Tests.swift",
"Grammar/Response/ResponseText+Tests.swift",
"Grammar/Response/ResponseTextCodeTests.swift",
"Grammar/Response/TaggedResponse+Tests.swift",
"Grammar/Response/TaggedResponseState+Tests.swift",
"Grammar/Response/UntaggedStatus+Tests.swift",
"Grammar/ReturnOption+Tests.swift",
"Grammar/ScopeOption+Tests.swift",
"Grammar/Search/SearchCorrelator+Tests.swift",
"Grammar/Search/SearchCriteria+Tests.swift",
"Grammar/Search/SearchKeyTests.swift",
"Grammar/Search/SearchModifiedSequence+Tests.swift",
"Grammar/Search/SearchReturnData+Tests.swift",
"Grammar/Search/SearchReturnDataExtension+Tests.swift",
"Grammar/Search/SearchReturnOption+Tests.swift",
"Grammar/Search/SearchReturnOptionExtension+Tests.swift",
"Grammar/Section/SectionBinary+Tests.swift",
"Grammar/Section/SectionPartTests.swift",
"Grammar/Section/SectionSpecTests.swift",
"Grammar/SelectParameter+Tests.swift",
"Grammar/Sequence/SequenceNumberTests.swift",
"Grammar/SequenceMatchData+Tests.swift",
"Grammar/SortData+Tests.swift",
"Grammar/StoreAttributeFlags+Tests.swift",
"Grammar/TaggedExtension/TaggedExtension+Tests.swift",
"Grammar/TaggedExtension/TaggedExtensionComp+Tests.swift",
"Grammar/TaggedExtension/TaggedExtensionValue+Tests.swift",
"Grammar/UAuthMechanism+Tests.swift",
"Grammar/UID/IUID+Tests.swift",
"Grammar/UID/UIDRangeTests.swift",
"Grammar/UID/UIDSetNonEmptyTests.swift",
"Grammar/UID/UIDSetTests.swift",
"Grammar/UID/UIDTests.swift",
"Grammar/UID/UIDValidity+Tests.swift",
"Grammar/URLFetchData+Tests.swift",
"Grammar/URLRumpMechanism+Tests.swift",
"Grammar/UseAttribute+Tests.swift",
"ModifiedUTF7+Tests.swift",
"Parser/CommandParser+Tests.swift",
"Parser/Grammar/GrammarParser+Append+Tests.swift",
"Parser/Grammar/GrammarParser+Body+Tests.swift",
"Parser/Grammar/GrammarParser+Commands+Tests.swift",
"Parser/Grammar/GrammarParser+Date+Tests.swift",
"Parser/Grammar/GrammarParser+Entry+Tests.swift",
"Parser/Grammar/GrammarParser+Envelope+Tests.swift",
"Parser/Grammar/GrammarParser+Fetch+Tests.swift",
"Parser/Grammar/GrammarParser+List+Tests.swift",
"Parser/Grammar/GrammarParser+Mailbox+Tests.swift",
"Parser/Grammar/GrammarParser+Message+Tests.swift",
"Parser/Grammar/GrammarParser+Response+Tests.swift",
"Parser/Grammar/GrammarParser+Search+Tests.swift",
"Parser/Grammar/GrammarParser+Sequence.swift",
"Parser/Grammar/GrammarParser+UID+Tests.swift",
"Parser/IMAPParserTests.swift",
"Parser/ParserLibraryTests.swift",
"Parser/ResponseParser+Tests.swift",
"Parser/RoundtripTests.swift",
"Parser/SynchronizingLiteralParserTests.swift",
"Parser/UInt8+ParseTypeMembership.swift",
"PipeliningTests.swift",
"ResponseEncodeBuffer+Tests.swift",
"ResponseStreamingTests.swift",
"String+ByteBuffer+Tests.swift",
"TestUtilities.swift"
],
"target_dependencies" : [
"NIOIMAPCore"
],
"type" : "test"
},
{
"c99name" : "NIOIMAPCore",
"module_type" : "SwiftTarget",
"name" : "NIOIMAPCore",
"path" : "Sources/NIOIMAPCore",
"product_dependencies" : [
"NIO",
"SE0270_RangeSet",
"OrderedCollections"
],
"product_memberships" : [
"NIOIMAP",
"Proxy",
"NIOIMAPPerformanceTester",
"NIOIMAPFuzzer",
"CLI"
],
"sources" : [
"Base64/Base64.swift",
"Base64/Chromium.swift",
"Base64/DecodingError.swift",
"ByteBuffer+WriteLiteral.swift",
"CommandEncodeBuffer.swift",
"CommandEncodingOptions.swift",
"EncodeBuffer.swift",
"Grammar/AbsoluteMessagePath.swift",
"Grammar/Access.swift",
"Grammar/Append/AppendData.swift",
"Grammar/Append/AppendMessage.swift",
"Grammar/Append/AppendOptions.swift",
"Grammar/AttributeFlag.swift",
"Grammar/AuthenticatedURL.swift",
"Grammar/AuthenticatedURLRump.swift",
"Grammar/AuthenticatedURLVerifier.swift",
"Grammar/AuthenticationMechanism.swift",
"Grammar/Body/Body.swift",
"Grammar/Body/BodyExtension.swift",
"Grammar/Body/Field/Disposition.swift",
"Grammar/Body/Field/DispositionAndLanguage.swift",
"Grammar/Body/Field/Encoding.swift",
"Grammar/Body/Field/Fields.swift",
"Grammar/Body/Field/Language.swift",
"Grammar/Body/Field/LanguageLocation.swift",
"Grammar/Body/Field/LocationAndExtensions.swift",
"Grammar/Body/Field/ParameterPair.swift",
"Grammar/Body/Multipart.swift",
"Grammar/Body/Singlepart.swift",
"Grammar/ByteRange/ByteRange.swift",
"Grammar/ByteRange/MessagePathByteRange.swift",
"Grammar/Capability.swift",
"Grammar/ChangedSinceModifier.swift",
"Grammar/Command/Command.swift",
"Grammar/Command/CommandStreamPart.swift",
"Grammar/Command/CustomCommandPayload.swift",
"Grammar/Command/TaggedCommand.swift",
"Grammar/ConditionalStore/ConditionalStore.swift",
"Grammar/CreateParameter.swift",
"Grammar/Date/IMAPDate.swift",
"Grammar/Date/InternalDate.swift",
"Grammar/EItem/EItem.swift",
"Grammar/ESearch/ExtendedSearchOptions.swift",
"Grammar/ESearch/ExtendedSearchScopeOptions.swift",
"Grammar/ESearch/ExtendedSearchSourceOptions.swift",
"Grammar/EmailAddress.swift",
"Grammar/Enable/EnableData.swift",
"Grammar/EncodedAuthenticationType.swift",
"Grammar/EncodedMailbox.swift",
"Grammar/EncodedSearch.swift",
"Grammar/EncodedSearchQuery.swift",
"Grammar/EncodedSection.swift",
"Grammar/EncodedUrlAuth.swift",
"Grammar/EncodedUser.swift",
"Grammar/Entry/EntryFlagName.swift",
"Grammar/Entry/EntryKindRequest.swift",
"Grammar/Entry/EntryTypeResponse.swift",
"Grammar/EntryValue.swift",
"Grammar/Envelope.swift",
"Grammar/Expire.swift",
"Grammar/FetchAttribute.swift",
"Grammar/FetchModificationResponse.swift",
"Grammar/FetchModifier.swift",
"Grammar/Flag/Flag.swift",
"Grammar/Flag/FlagKeyword.swift",
"Grammar/Flag/PermanentFlag.swift",
"Grammar/Flag/StoreFlags.swift",
"Grammar/FullAuthenticatedURL.swift",
"Grammar/FullDateTime.swift",
"Grammar/HeaderList.swift",
"Grammar/Helpers.swift",
"Grammar/ID/ID.swift",
"Grammar/IMAPServer.swift",
"Grammar/IMAPURL.swift",
"Grammar/IMAPURLAuthenticationMechanism.swift",
"Grammar/InitialResponse.swift",
"Grammar/InternetMessageDate.swift",
"Grammar/KeyValue.swift",
"Grammar/LastCommandMessageIdentifier.swift",
"Grammar/LastCommandSet.swift",
"Grammar/List/ListReturnOps.swift",
"Grammar/List/ListSelectBaseOption.swift",
"Grammar/List/ListSelectIndependentOption.swift",
"Grammar/List/ListSelectOption.swift",
"Grammar/Mailbox/MailboxAttribute.swift",
"Grammar/Mailbox/MailboxData.swift",
"Grammar/Mailbox/MailboxGroup.swift",
"Grammar/Mailbox/MailboxID.swift",
"Grammar/Mailbox/MailboxInfo.swift",
"Grammar/Mailbox/MailboxName.swift",
"Grammar/Mailbox/MailboxPatterns.swift",
"Grammar/MailboxUIDValidity.swift",
"Grammar/MechanismBase64.swift",
"Grammar/Media/Media.swift",
"Grammar/Message/EmailID.swift",
"Grammar/Message/GmailLabel.swift",
"Grammar/Message/MessageAttributes.swift",
"Grammar/Message/MessageData.swift",
"Grammar/Message/ThreadID.swift",
"Grammar/MessageID.swift",
"Grammar/MessagePath.swift",
"Grammar/Metadata/MetadataEntryName.swift",
"Grammar/MetadataOption.swift",
"Grammar/MetadataResponse.swift",
"Grammar/MetadataValue.swift",
"Grammar/Modifier/ModificationSequenceValue.swift",
"Grammar/NString.swift",
"Grammar/Namespace/Namespace.swift",
"Grammar/Namespace/NamespaceCommand.swift",
"Grammar/Namespace/NamespaceDescription.swift",
"Grammar/Namespace/NamespaceResponse.swift",
"Grammar/Namespace/NamespaceResponseExtension.swift",
"Grammar/NetworkMessagePath.swift",
"Grammar/NetworkPath.swift",
"Grammar/Notify/MailboxFilter.swift",
"Grammar/Notify/Mailboxes.swift",
"Grammar/ObjectID.swift",
"Grammar/Option/OptionExtension.swift",
"Grammar/Option/OptionValueComp.swift",
"Grammar/Partial/PartialRange.swift",
"Grammar/Partial/SearchReturnData+Partial.swift",
"Grammar/Patterns.swift",
"Grammar/Quota/QuotaLimit.swift",
"Grammar/Quota/QuotaResource.swift",
"Grammar/Quota/QuotaResponse.swift",
"Grammar/Quota/QuotaRoot.swift",
"Grammar/Quota/QuotaRootResponse.swift",
"Grammar/RelativeIMAPURL.swift",
"Grammar/Response/ContinuationRequest.swift",
"Grammar/Response/ExtendedSearchResponse.swift",
"Grammar/Response/Response.swift",
"Grammar/Response/ResponseCodeAppend.swift",
"Grammar/Response/ResponseCodeCopy.swift",
"Grammar/Response/ResponseData.swift",
"Grammar/Response/ResponseFatal.swift",
"Grammar/Response/ResponsePayload.swift",
"Grammar/Response/ResponseText.swift",
"Grammar/Response/ResponseTextCode.swift",
"Grammar/Response/TaggedResponse.swift",
"Grammar/Response/TaggedResponseState.swift",
"Grammar/Response/UIDBatchesResponse.swift",
"Grammar/Response/UntaggedResponseState.swift",
"Grammar/ReturnOption.swift",
"Grammar/RumpAuthenticatedURL.swift",
"Grammar/RumpURLAndMechanism.swift",
"Grammar/ScopeOption.swift",
"Grammar/Search/SearchCorrelator.swift",
"Grammar/Search/SearchCriteria.swift",
"Grammar/Search/SearchKey.swift",
"Grammar/Search/SearchModificationSequence.swift",
"Grammar/Search/SearchReturnData.swift",
"Grammar/Search/SearchReturnDataExtension.swift",
"Grammar/Search/SearchReturnOption.swift",
"Grammar/Search/SearchReturnOptionExtension.swift",
"Grammar/SectionSpec.swift",
"Grammar/SelectParameter.swift",
"Grammar/Sequence/SequenceNumber.swift",
"Grammar/Sequence/SequenceRange.swift",
"Grammar/SequenceMatchData.swift",
"Grammar/SortData.swift",
"Grammar/StoreModifier.swift",
"Grammar/Tagged/ParameterValue.swift",
"Grammar/Tagged/TaggedExtension.swift",
"Grammar/Tagged/TaggedExtensiontComp.swift",
"Grammar/UID/IUID.swift",
"Grammar/UID/MessageIdentifier.swift",
"Grammar/UID/MessageIdentifierRange.swift",
"Grammar/UID/MessageIdentifierSet.swift",
"Grammar/UID/MessageIdentifierSetNonEmpty.swift",
"Grammar/UID/UID.swift",
"Grammar/UID/UIDValidity.swift",
"Grammar/URLAuthenticationMechanism.swift",
"Grammar/URLCommand.swift",
"Grammar/URLFetchData.swift",
"Grammar/URLFetchType.swift",
"Grammar/URLMessageSection.swift",
"Grammar/UseAttribute.swift",
"Grammar/UserInfo.swift",
"IMAPDefaults.swift",
"ModifiedUTF7.swift",
"Parser/CommandParser.swift",
"Parser/Grammar/GrammarParser+Append.swift",
"Parser/Grammar/GrammarParser+Body.swift",
"Parser/Grammar/GrammarParser+Commands.swift",
"Parser/Grammar/GrammarParser+Date.swift",
"Parser/Grammar/GrammarParser+Entry.swift",
"Parser/Grammar/GrammarParser+Envelope.swift",
"Parser/Grammar/GrammarParser+Fetch.swift",
"Parser/Grammar/GrammarParser+List.swift",
"Parser/Grammar/GrammarParser+Mailbox.swift",
"Parser/Grammar/GrammarParser+Message.swift",
"Parser/Grammar/GrammarParser+Partial.swift",
"Parser/Grammar/GrammarParser+Response.swift",
"Parser/Grammar/GrammarParser+Search.swift",
"Parser/Grammar/GrammarParser+Sequence.swift",
"Parser/Grammar/GrammarParser+UID.swift",
"Parser/Grammar/GrammarParser.swift",
"Parser/Parser.swift",
"Parser/ParserLibrary.swift",
"Parser/ResponseParser.swift",
"Parser/SynchronizingLiteralParser.swift",
"Parser/UInt8+ParseTypeMembership.swift",
"Pipelining.swift",
"PreviewText.swift",
"ResponseEncodeBuffer.swift",
"ResponseEncodingOptions.swift",
"String+ByteBuffer.swift",
"_ByteBufferProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "NIOIMAP",
"module_type" : "SwiftTarget",
"name" : "NIOIMAP",
"path" : "Sources/NIOIMAP",
"product_memberships" : [
"NIOIMAP",
"Proxy",
"NIOIMAPPerformanceTester",
"NIOIMAPFuzzer",
"CLI"
],
"sources" : [
"Client/AppendStateMachine.swift",
"Client/AuthenticationStateMachine.swift",
"Client/FrameDecoder.swift",
"Client/FramingParser.swift",
"Client/IdleStateMachine.swift",
"Coders/ClientEncodingOptions.swift",
"Coders/ClientStateMachine.swift",
"Coders/CommandDecoder.swift",
"Coders/CommandEncoder.swift",
"Coders/IMAPClientHandler.swift",
"Coders/IMAPServerHandler.swift",
"Coders/ResponseDecoder.swift",
"NIOIMAP.swift"
],
"target_dependencies" : [
"NIOIMAPCore"
],
"type" : "library"
},
{
"c99name" : "CLILibTests",
"module_type" : "SwiftTarget",
"name" : "CLILibTests",
"path" : "Tests/CLILibTests",
"product_dependencies" : [
"NIO",
"NIOTestUtils"
],
"sources" : [
"CommandRoundtripHandler+PromiseTests.swift"
],
"target_dependencies" : [
"CLILib"
],
"type" : "test"
},
{
"c99name" : "CLILib",
"module_type" : "SwiftTarget",
"name" : "CLILib",
"path" : "Sources/CLILib",
"product_dependencies" : [
"NIO",
"NIOSSL",
"Logging"
],
"product_memberships" : [
"CLI"
],
"sources" : [
"Handlers/Inbound/ResponseRoundtripHandler.swift",
"Handlers/Outbound/CommandRoundtripHandler.swift"
],
"target_dependencies" : [
"NIOIMAP"
],
"type" : "library"
},
{
"c99name" : "CLI",
"module_type" : "SwiftTarget",
"name" : "CLI",
"path" : "Sources/CLI",
"product_memberships" : [
"CLI"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CLILib"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.