The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of papyrus, reference v0.6.16 (0a424d), with Swift 5.9 for Linux on 29 Oct 2024 07:34:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Fleuronic/papyrus.git
Reference: v0.6.16
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/Fleuronic/papyrus
 * tag               v0.6.16    -> FETCH_HEAD
HEAD is now at 0a424d9 sendable
Cloned https://github.com/Fleuronic/papyrus.git
Revision (git rev-parse @):
0a424d90f7a31b40e3b850a58062bb3aa701323f
SUCCESS checkout https://github.com/Fleuronic/papyrus.git at v0.6.16
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Fleuronic/papyrus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:5a47d9d39a5702cbfa0ba55458353b9ccb6eb7cde0581792bc757a518ca63386
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/Alamofire/Alamofire.git
[1/631] Fetching swift-macro-testing
[632/30420] Fetching swift-macro-testing, alamofire
[6292/96673] Fetching swift-macro-testing, alamofire, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing (4.06s)
Fetched https://github.com/Alamofire/Alamofire.git (4.19s)
Fetched https://github.com/apple/swift-syntax (6.95s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 510.0.3 (1.42s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.1 (0.36s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.5.2 (0.35s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/12436] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing (1.83s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.6 (0.41s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.17.6
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 510.0.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.5.2
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/20] Copying PrivacyInfo.xcprivacy
[2/63] Emitting module SwiftSyntax510
[3/63] Compiling SwiftSyntax510 Empty.swift
[5/65] Emitting module SwiftSyntax509
[6/65] Compiling SwiftSyntax509 Empty.swift
[8/67] Wrapping AST for SwiftSyntax510 for debugging
[10/67] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[11/72] Wrapping AST for SwiftSyntax509 for debugging
[13/132] Compiling SwiftSyntax Keyword.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/132] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[15/132] Compiling SwiftSyntax RenamedNodesCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[16/132] Compiling SwiftSyntax SyntaxAnyVisitor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[17/132] Compiling SwiftSyntax SyntaxBaseNodes.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[18/132] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[19/132] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[20/132] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[21/132] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[22/132] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[23/132] Compiling SwiftSyntax TokenSequence.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[24/132] Compiling SwiftSyntax TokenSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[25/132] Compiling SwiftSyntax Trivia.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[26/132] Compiling SwiftSyntax Utils.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[27/132] Compiling SwiftSyntax ChildNameForKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[28/132] Compiling SwiftSyntax SyntaxNodeStructure.swift
[29/132] Compiling SwiftSyntax SyntaxProtocol.swift
[30/132] Compiling SwiftSyntax SyntaxText.swift
[31/132] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[32/132] Compiling SwiftSyntax TokenDiagnostic.swift
[33/132] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[34/132] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[35/132] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[36/132] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[37/132] Compiling SwiftSyntax SyntaxHashable.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[38/132] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[39/132] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[40/132] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[41/132] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[42/132] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[43/132] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[44/132] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[45/132] Compiling SwiftSyntax SyntaxCollections.swift
[46/132] Compiling SwiftSyntax SyntaxEnum.swift
[47/132] Compiling SwiftSyntax SyntaxKind.swift
[48/132] Compiling SwiftSyntax SyntaxRewriter.swift
[49/132] Compiling SwiftSyntax SyntaxTraits.swift
[50/132] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/132] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[52/132] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[53/132] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[54/132] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[55/132] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[76/142] Emitting module SwiftSyntax
[94/142] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[95/142] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[96/142] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[97/142] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[98/142] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[99/142] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[100/142] Compiling SwiftSyntax RawSyntaxValidation.swift
[101/142] Compiling SwiftSyntax SyntaxNodesAB.swift
[110/142] Compiling SwiftSyntax SyntaxTransform.swift
[111/142] Compiling SwiftSyntax SyntaxVisitor.swift
[112/142] Compiling SwiftSyntax TokenKind.swift
[113/142] Compiling SwiftSyntax Tokens.swift
[114/142] Compiling SwiftSyntax TriviaPieces.swift
[115/142] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[116/142] Compiling SwiftSyntax RawSyntaxNodesC.swift
[117/142] Compiling SwiftSyntax RawSyntaxNodesD.swift
[118/142] Compiling SwiftSyntax SyntaxNodesC.swift
[119/142] Compiling SwiftSyntax SyntaxNodesD.swift
[120/142] Compiling SwiftSyntax SyntaxNodesEF.swift
[121/142] Compiling SwiftSyntax SyntaxNodesGHI.swift
[122/142] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[123/142] Compiling SwiftSyntax SyntaxNodesOP.swift
[124/142] Compiling SwiftSyntax SyntaxNodesQRS.swift
[125/142] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[127/144] Wrapping AST for SwiftSyntax for debugging
[129/195] Emitting module SwiftBasicFormat
[130/195] Compiling SwiftDiagnostics Note.swift
[131/195] Compiling SwiftDiagnostics Message.swift
[132/195] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[133/195] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[134/195] Emitting module SwiftDiagnostics
[135/195] Compiling SwiftBasicFormat Syntax+Extensions.swift
[136/195] Compiling SwiftDiagnostics FixIt.swift
[137/195] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[138/195] Compiling SwiftDiagnostics Diagnostic.swift
[139/195] Compiling SwiftDiagnostics Convenience.swift
[140/195] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[142/197] Wrapping AST for SwiftDiagnostics for debugging
[144/197] Compiling SwiftBasicFormat BasicFormat.swift
[147/199] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[148/199] Compiling SwiftParser StringLiterals.swift
[149/199] Compiling SwiftParser SwiftParserCompatibility.swift
[150/199] Compiling SwiftParser SyntaxUtils.swift
[151/199] Compiling SwiftParser TokenConsumer.swift
[151/199] Wrapping AST for SwiftBasicFormat for debugging
[153/204] Compiling SwiftParser TokenPrecedence.swift
[154/204] Compiling SwiftParser TokenSpec.swift
[155/204] Compiling SwiftParser TokenSpecSet.swift
[156/204] Compiling SwiftParser TopLevel.swift
[157/204] Compiling SwiftParser TriviaParser.swift
[158/204] Compiling SwiftParser Lexer.swift
[159/204] Compiling SwiftParser RegexLiteralLexer.swift
[160/204] Compiling SwiftParser UnicodeScalarExtensions.swift
[161/204] Compiling SwiftParser Lookahead.swift
[162/204] Compiling SwiftParser LoopProgressCondition.swift
[163/204] Compiling SwiftParser Modifiers.swift
[164/204] Compiling SwiftParser Names.swift
[165/204] Compiling SwiftParser Nominals.swift
[166/204] Compiling SwiftParser Parameters.swift
[167/204] Compiling SwiftParser ParseSourceFile.swift
[168/204] Compiling SwiftParser Parser.swift
[169/204] Compiling SwiftParser Patterns.swift
[170/204] Compiling SwiftParser Recovery.swift
[171/204] Compiling SwiftParser Specifiers.swift
[172/204] Compiling SwiftParser Statements.swift
[173/204] Compiling SwiftParser Attributes.swift
[174/204] Compiling SwiftParser Availability.swift
[175/204] Compiling SwiftParser CharacterInfo.swift
[176/204] Compiling SwiftParser CollectionNodes+Parsable.swift
[177/204] Compiling SwiftParser Declarations.swift
[178/204] Compiling SwiftParser Directives.swift
[179/204] Emitting module SwiftParser
[180/204] Compiling SwiftParser ExperimentalFeatures.swift
[181/204] Compiling SwiftParser Expressions.swift
[182/204] Compiling SwiftParser IncrementalParseTransition.swift
[183/204] Compiling SwiftParser Cursor.swift
[184/204] Compiling SwiftParser Lexeme.swift
[185/204] Compiling SwiftParser LexemeSequence.swift
[186/204] Compiling SwiftParser Types.swift
[187/204] Compiling SwiftParser IsLexerClassified.swift
[188/204] Compiling SwiftParser LayoutNodes+Parsable.swift
[189/204] Compiling SwiftParser Parser+TokenSpecSet.swift
[190/204] Compiling SwiftParser TokenSpecStaticMembers.swift
[192/206] Wrapping AST for SwiftParser for debugging
[194/229] Compiling SwiftOperators PrecedenceGroup.swift
[195/230] Compiling SwiftOperators PrecedenceGraph.swift
[196/230] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[197/231] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[198/231] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[199/231] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[200/231] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[201/231] Emitting module SwiftOperators
[202/231] Compiling SwiftOperators OperatorTable.swift
[203/231] Compiling SwiftOperators SyntaxSynthesis.swift
[204/231] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[205/231] Compiling SwiftOperators OperatorTable+Semantics.swift
[206/231] Compiling SwiftOperators OperatorTable+Folding.swift
[209/233] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[210/233] Compiling SwiftParserDiagnostics Utils.swift
[211/233] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[211/233] Wrapping AST for SwiftOperators for debugging
[213/233] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[214/233] Compiling SwiftParserDiagnostics PresenceUtils.swift
[217/233] Compiling SwiftParserDiagnostics MissingNodesError.swift
[218/233] Compiling SwiftParserDiagnostics MissingTokenError.swift
[219/233] Emitting module SwiftParserDiagnostics
[223/235] Wrapping AST for SwiftParserDiagnostics for debugging
[225/249] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[226/249] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[227/250] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[228/250] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[229/250] Emitting module SwiftSyntaxBuilder
[230/250] Compiling SwiftSyntaxBuilder Indenter.swift
[231/250] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[232/250] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[233/250] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[234/250] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[235/250] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[236/250] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[237/250] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[238/250] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[239/250] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[241/252] Wrapping AST for SwiftSyntaxBuilder for debugging
[243/266] Compiling SwiftSyntaxMacros AccessorMacro.swift
[244/266] Compiling SwiftSyntaxMacros AttachedMacro.swift
[245/267] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[246/267] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[247/267] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[248/267] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[249/267] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[250/267] Compiling SwiftSyntaxMacros Macro+Format.swift
[251/267] Compiling SwiftSyntaxMacros Macro.swift
[252/267] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[253/267] Compiling SwiftSyntaxMacros MemberMacro.swift
[254/267] Compiling SwiftSyntaxMacros PeerMacro.swift
[255/267] Emitting module SwiftSyntaxMacros
[256/267] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[257/267] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[259/269] Wrapping AST for SwiftSyntaxMacros for debugging
[261/277] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[262/277] Emitting module SwiftSyntaxMacroExpansion
[263/277] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[264/277] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[265/277] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[266/277] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[267/277] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[268/277] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[270/279] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[272/286] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[273/286] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[274/286] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[275/286] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[276/286] Emitting module SwiftCompilerPluginMessageHandling
[277/286] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[278/286] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[280/288] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[282/290] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[283/290] Emitting module SwiftCompilerPlugin
[285/292] Wrapping AST for SwiftCompilerPlugin for debugging
[287/304] Compiling PapyrusPlugin FunctionParameterSyntax+Utilities.swift
[288/305] Compiling PapyrusPlugin Macro+Utilities.swift
[289/305] Compiling PapyrusPlugin ProtocolDeclSyntax+Utilities.swift
[290/305] Emitting module PapyrusPlugin
[291/305] Compiling PapyrusPlugin String+Utilities.swift
[292/305] Compiling PapyrusPlugin AttributeSyntax+Utilities.swift
[293/305] Compiling PapyrusPlugin FunctionDeclSyntax+Utilities.swift
[294/305] Compiling PapyrusPlugin PapyrusPluginError.swift
[295/305] Compiling PapyrusPlugin Plugin.swift
[296/305] Compiling PapyrusPlugin DecoratorMacro.swift
[297/305] Compiling PapyrusPlugin MockMacro.swift
[298/305] Compiling PapyrusPlugin APIAttribute.swift
[299/305] Compiling PapyrusPlugin APIMacro.swift
[301/307] Wrapping AST for PapyrusPlugin for debugging
[302/307] Linking PapyrusPlugin
[304/323] Emitting module PapyrusCore
[305/325] Compiling PapyrusCore Provider.swift
[306/325] Compiling PapyrusCore Request.swift
[307/325] Compiling PapyrusCore HTTPService.swift
[308/325] Compiling PapyrusCore CurlInterceptor.swift
[309/325] Compiling PapyrusCore KeyMapping.swift
[310/325] Compiling PapyrusCore RequestBuilder.swift
[311/325] Compiling PapyrusCore RequestEncoder.swift
[312/325] Compiling PapyrusCore Macros.swift
[313/325] Compiling PapyrusCore MultipartEncoder.swift
[314/325] Compiling PapyrusCore Response.swift
[315/325] Compiling PapyrusCore ResponseDecoder.swift
[316/325] Compiling PapyrusCore URLEncodedForm.swift
[317/325] Compiling PapyrusCore URLEncodedFormDecoder.swift
[318/325] Compiling PapyrusCore Part.swift
[319/325] Compiling PapyrusCore PapyrusError.swift
[320/325] Compiling PapyrusCore URLEncodedFormEncoder.swift
[321/325] Compiling PapyrusCore URLEncodedFormNode.swift
[323/327] Wrapping AST for PapyrusCore for debugging
[325/331] Emitting module Papyrus
[326/331] Emitting module PapyrusAlamofire
[327/331] Compiling PapyrusAlamofire Alamofire+Papyrus.swift
[328/331] Compiling Papyrus URLSession+Papyrus.swift
[332/335] Wrapping AST for Papyrus for debugging
[334/337] Emitting module Example
[335/337] Compiling Example main.swift
[337/339] Wrapping AST for Example for debugging
[338/339] Linking Example
Build complete! (115.49s)
Build complete.
Done.