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