Build Information
Successful build of Sourcery, reference 2.2.6 (832055
), with Swift 6.0 for macOS (SPM) on 29 Dec 2024 15:11:41 UTC.
Swift 6 data race errors: 8
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
[269/958] Emitting module Commander
[270/958] Compiling Commander Error.swift
[271/958] Compiling Commander CommandRunner.swift
[272/958] Compiling Commander Commands.swift
[272/958] Compiling emitter.c
[273/958] Compiling api.c
[274/958] Compiling CSystem shims.c
[276/958] Compiling SourceryJS EJSTemplate.swift
[277/958] Compiling SourceryJS resource_bundle_accessor.swift
[278/973] Emitting module Stencil
[279/973] Compiling Yams Node.Mapping.swift
[280/973] Compiling Yams Emitter.swift
[281/973] Compiling Yams Encoder.swift
[282/973] Compiling Yams Node.swift
[283/973] Compiling Yams Parser.swift
[284/973] Compiling Yams Node.Scalar.swift
[285/973] Compiling DequeModule _UnsafeWrappedBuffer.swift
[286/973] Compiling Yams Constructor.swift
[287/973] Compiling Yams Decoder.swift
[288/973] Compiling Yams Mark.swift
[289/973] Emitting module SourceryJS
/Users/admin/builder/spi-builder-workspace/SourceryJS/Sources/EJSTemplate+Tests.swift:25:16: warning: static property 'jsModule' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | public extension Foundation.Bundle {
24 | /// Returns the resource bundle associated with the current Swift module.
25 | static var jsModule: Bundle = {
| |- warning: static property 'jsModule' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'jsModule' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'jsModule' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | let bundleName = "Sourcery_SourceryJS"
27 |
/Users/admin/builder/spi-builder-workspace/SourceryJS/Sources/EJSTemplate+Tests.swift:65:23: warning: static property 'ejsPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | static let bundle = Bundle(for: EJSTemplate.self)
64 | #endif
65 | public static var ejsPath: Path? = {
| |- warning: static property 'ejsPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ejsPath' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'ejsPath' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | let bundle = EJSTemplate.bundle
67 | guard let path = bundle.path(forResource: "ejs", ofType: "js") else {
[290/973] Compiling SourceryJS EJSTemplate+Tests.swift
/Users/admin/builder/spi-builder-workspace/SourceryJS/Sources/EJSTemplate+Tests.swift:25:16: warning: static property 'jsModule' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | public extension Foundation.Bundle {
24 | /// Returns the resource bundle associated with the current Swift module.
25 | static var jsModule: Bundle = {
| |- warning: static property 'jsModule' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'jsModule' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'jsModule' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | let bundleName = "Sourcery_SourceryJS"
27 |
/Users/admin/builder/spi-builder-workspace/SourceryJS/Sources/EJSTemplate+Tests.swift:65:23: warning: static property 'ejsPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | static let bundle = Bundle(for: EJSTemplate.self)
64 | #endif
65 | public static var ejsPath: Path? = {
| |- warning: static property 'ejsPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ejsPath' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'ejsPath' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | let bundle = EJSTemplate.bundle
67 | guard let path = bundle.path(forResource: "ejs", ofType: "js") else {
[291/994] Compiling SystemPackage Errno.swift
[292/994] Compiling SystemPackage FileDescriptor.swift
[293/994] Compiling SystemPackage FileHelpers.swift
[294/994] Compiling SystemPackage CInterop.swift
[295/994] Compiling SystemPackage Constants.swift
[296/994] Compiling SystemPackage Exports.swift
[297/994] Compiling SystemPackage Mocking.swift
[298/994] Compiling SystemPackage FilePathComponents.swift
[299/994] Compiling SystemPackage FilePathParsing.swift
[300/994] Compiling OrderedCollections OrderedSet+SubSequence.swift
[301/994] Compiling OrderedCollections OrderedSet+Testing.swift
[302/994] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[303/994] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[304/994] Compiling OrderedCollections OrderedSet.swift
[305/994] Compiling OrderedCollections _UnsafeBitset.swift
[306/994] Compiling Stencil TrimBehaviour.swift
[307/994] Compiling Stencil Variable.swift
[307/994] Compiling CSwiftScan CSwiftScanImpl.c
[309/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[310/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[311/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[312/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[313/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[314/1006] Compiling OrderedCollections OrderedSet+Hashable.swift
[315/1006] Compiling OrderedCollections OrderedSet+Initializers.swift
[316/1006] Compiling OrderedCollections OrderedSet+Insertions.swift
[318/1006] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[319/1006] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[320/1006] Compiling OrderedCollections _Hashtable+Header.swift
[321/1006] Compiling OrderedCollections OrderedDictionary+Codable.swift
[322/1006] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[323/1006] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[324/1006] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[325/1006] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[326/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[327/1006] Compiling SystemPackage FilePathString.swift
[328/1006] Compiling SystemPackage FilePathSyntax.swift
[331/1006] Compiling TSCBasic Thread.swift
[332/1006] Compiling TSCBasic Tuple.swift
[333/1006] Compiling TSCBasic WritableByteStream.swift
[334/1006] Compiling TSCBasic misc.swift
[335/1006] Compiling SystemPackage SystemString.swift
[336/1006] Compiling SystemPackage Syscalls.swift
[341/1006] Compiling StencilSwiftKit Environment.swift
[342/1006] Compiling StencilSwiftKit Filters+Numbers.swift
[343/1006] Compiling StencilSwiftKit CallMacroNodes.swift
[344/1006] Compiling StencilSwiftKit Context.swift
[345/1006] Emitting module DequeModule
[346/1006] Compiling Yams Resolver.swift
[347/1006] Compiling Yams Representer.swift
[349/1006] Compiling SystemPackage PlatformString.swift
[350/1006] Compiling Yams Tag.swift
[351/1006] Compiling Yams String+Yams.swift
[352/1007] Compiling PackageCollectionsModel PackageCollectionModel.swift
[353/1007] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[354/1007] Emitting module PackageCollectionsModel
[354/1007] Compiling fiat_curve25519_adx_square.S
[355/1007] Compiling fiat_curve25519_adx_mul.S
[360/1007] Compiling SwiftSyntax SyntaxNodesEF.swift
[361/1007] Compiling SwiftSyntax SyntaxNodesGHI.swift
[362/1007] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[363/1007] Compiling SwiftSyntax SyntaxNodesOP.swift
[364/1007] Compiling SwiftSyntax SyntaxNodesQRS.swift
[365/1007] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[366/1007] Compiling Crypto Ed25519Keys.swift
[367/1007] Compiling Crypto NISTCurvesKeys.swift
[368/1007] Compiling Crypto X25519Keys.swift
[369/1007] Compiling Crypto SymmetricKeys.swift
[370/1007] Compiling Crypto HMAC.swift
[371/1007] Compiling Crypto MACFunctions.swift
[372/1007] Compiling Crypto MessageAuthenticationCode.swift
[373/1007] Compiling Crypto AES.swift
[373/1007] Compiling CCryptoBoringSSLShims shims.c
[374/1007] Compiling v3_utl.c
[375/1007] Compiling v3_skey.c
[376/1007] Compiling v3_prn.c
[377/1007] Compiling v3_purp.c
[378/1007] Compiling v3_pmaps.c
[379/1007] Compiling v3_pcons.c
[380/1007] Compiling v3_ocsp.c
[381/1007] Compiling v3_ncons.c
[385/1007] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[386/1007] Compiling OrderedCollections OrderedSet+Descriptions.swift
[387/1007] Compiling OrderedCollections OrderedSet+Diffing.swift
[388/1007] Compiling OrderedCollections OrderedSet+Equatable.swift
[389/1007] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[390/1007] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[391/1007] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[392/1007] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[393/1007] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[394/1007] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[395/1007] Compiling OrderedCollections OrderedSet+Sendable.swift
[399/1007] Compiling SystemPackage FilePathComponentView.swift
[408/1007] Compiling llbuildSwift Internals.swift
[409/1007] Compiling llbuildSwift BuildSystemBindings.swift
[410/1007] Compiling llbuildSwift CoreBindings.swift
[411/1007] Compiling llbuildSwift NinjaManifest.swift
[412/1007] Compiling StencilSwiftKit ImportNode.swift
[413/1007] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[414/1007] Compiling StencilSwiftKit MapNode.swift
[415/1007] Compiling StencilSwiftKit SetNode.swift
[416/1007] Compiling StencilSwiftKit Parameters.swift
[416/1008] Compiling v3_lib.c
[417/1008] Compiling v3_int.c
[418/1008] Compiling v3_info.c
[420/1008] Compiling llbuildSwift BuildKey.swift
[421/1008] Compiling llbuildSwift BuildDBBindings.swift
[422/1008] Emitting module llbuildSwift
[423/1008] Compiling llbuildSwift BuildValue.swift
[423/1008] Compiling v3_ia5.c
[453/1008] Compiling SystemPackage WindowsSyscallAdapters.swift
[454/1008] Compiling SystemPackage FilePathWindows.swift
[455/1008] Compiling SystemPackage FilePermissions.swift
[456/1008] Compiling SystemPackage FileOperations.swift
[457/1008] Compiling SystemPackage FilePath.swift
[457/1008] Compiling v3_genn.c
[458/1008] Compiling v3_extku.c
[459/1008] Compiling v3_enum.c
[460/1008] Compiling v3_crld.c
[461/1008] Compiling v3_cpols.c
[462/1008] Compiling v3_bitst.c
[463/1008] Compiling v3_conf.c
[465/1008] Compiling StencilSwiftKit Filters.swift
[468/1008] Emitting module StencilSwiftKit
[469/1008] Compiling StencilSwiftKit Filters+Strings.swift
[471/1008] Compiling v3_akeya.c
[472/1008] Compiling v3_bcons.c
[473/1008] Compiling v3_akey.c
[474/1008] Compiling v3_alt.c
[475/1008] Compiling x_x509a.c
[476/1008] Compiling x_val.c
[477/1008] Compiling x_spki.c
[478/1008] Compiling x_sig.c
[479/1008] Compiling x_x509.c
[481/1008] Compiling Yams YamlError.swift
[481/1008] Compiling x_req.c
[482/1008] Compiling x_pubkey.c
[483/1008] Compiling x_pkey.c
[484/1008] Compiling x_name.c
[485/1008] Compiling x_info.c
[486/1008] Compiling x_exten.c
[488/1008] Compiling StencilSwiftKit SwiftIdentifier.swift
[488/1008] Compiling x_algor.c
[489/1008] Compiling x_attrib.c
[490/1008] Compiling x_crl.c
[491/1008] Compiling x_all.c
[492/1008] Compiling x509spki.c
[493/1008] Compiling x509rset.c
[494/1008] Compiling x509name.c
[495/1008] Compiling x509cset.c
[496/1073] Compiling x509_txt.c
[497/1073] Compiling x509_vpm.c
[498/1073] Compiling x509_v3.c
[499/1073] Compiling x509_set.c
[501/1073] Compiling SourceryRuntime Composer.swift
[502/1073] Compiling SourceryRuntime Closure_Linux.swift
[503/1073] Compiling SourceryRuntime Type_Linux.swift
[504/1073] Compiling SourceryRuntime Variable_Linux.swift
[505/1073] Compiling SourceryRuntime Typed.swift
[506/1073] Compiling SourceryRuntime Typealias.swift
[507/1073] Compiling SourceryRuntime GenericTypeParameter_Linux.swift
[508/1073] Compiling SourceryRuntime Tuple_Linux.swift
[509/1073] Compiling SourceryRuntime TypeName_Linux.swift
[510/1073] Compiling SourceryRuntime Array+Parallel.swift
[511/1073] Compiling SourceryRuntime BytesRange.swift
[511/1075] Compiling x509_trs.c
[512/1075] Compiling x509_vfy.c
[513/1075] Compiling x509_obj.c
[514/1075] Compiling x509_req.c
[515/1075] Compiling x509_ext.c
[516/1075] Compiling x509_def.c
[517/1075] Compiling x509_lu.c
[518/1075] Compiling x509_d2.c
[519/1075] Compiling x509_att.c
[520/1075] Compiling x509.c
[521/1075] Compiling t_x509a.c
[522/1075] Compiling x509_cmp.c
[524/1075] Compiling SourceryRuntime Array.swift
[525/1075] Compiling SourceryRuntime Dictionary.swift
[526/1075] Compiling SourceryRuntime Modifier.swift
[527/1075] Compiling SourceryRuntime PhantomProtocols.swift
[528/1075] Compiling SourceryRuntime Protocol.swift
[529/1075] Compiling SourceryRuntime ProtocolComposition.swift
[530/1075] Compiling SourceryRuntime Struct.swift
[531/1075] Compiling SourceryRuntime Generic.swift
[532/1075] Compiling SourceryRuntime Set.swift
[537/1075] Emitting module Yams
[539/1075] Compiling rsa_pss.c
[540/1075] Compiling t_crl.c
[541/1075] Compiling t_req.c
[542/1075] Compiling t_x509.c
[543/1075] Compiling i2d_pr.c
[544/1075] Compiling name_print.c
[547/1075] Compiling by_file.c
[548/1075] Compiling policy.c
[549/1075] Compiling algorithm.c
[550/1075] Compiling a_verify.c
[551/1075] Compiling asn1_gen.c
[552/1075] Compiling a_sign.c
[553/1075] Compiling a_digest.c
[554/1075] Compiling voprf.c
[555/1075] Compiling trust_token.c
[556/1075] Compiling thread_win.c
[557/1075] Compiling thread_pthread.c
[558/1075] Compiling pmbtoken.c
[559/1075] Compiling thread_none.c
[560/1075] Compiling thread.c
[562/1075] Compiling SourceryRuntime AccessLevel.swift
[563/1075] Compiling SourceryRuntime Actor.swift
[564/1075] Compiling SourceryRuntime Annotations.swift
[565/1075] Compiling SourceryRuntime Attribute.swift
[566/1075] Compiling SourceryRuntime Class.swift
[567/1075] Compiling SourceryRuntime Definition.swift
[568/1075] Compiling SourceryRuntime TypesCollection_Linux.swift
[569/1075] Compiling SourceryRuntime Types_Linux.swift
[570/1075] Compiling SourceryRuntime AssociatedType.swift
[571/1075] Compiling SourceryRuntime AssociatedValue.swift
[572/1075] Compiling SourceryRuntime ClosureParameter.swift
[573/1075] Compiling SourceryRuntime Enum.swift
[574/1075] Compiling SourceryRuntime Extensions.swift
[575/1075] Compiling SourceryRuntime FileParserResult.swift
[576/1075] Compiling SourceryRuntime Log.swift
[577/1075] Compiling SourceryRuntime TemplateContext.swift
[578/1075] Compiling SourceryRuntime AutoHashable.generated.swift
[579/1075] Compiling SourceryRuntime NSException_Linux.swift
[581/1075] Compiling SystemPackage Util.swift
[582/1075] Compiling SystemPackage UtilConsumers.swift
[583/1075] Compiling SourceryRuntime JSExport.generated.swift
[584/1075] Compiling SourceryRuntime Typed.generated.swift
[585/1075] Compiling SourceryRuntime AssociatedType_Linux.swift
[586/1075] Compiling SourceryRuntime Method.swift
[587/1075] Compiling SourceryRuntime MethodParameter.swift
[588/1075] Compiling SourceryRuntime Subscript.swift
[589/1075] Compiling SourceryRuntime Type.swift
[590/1075] Compiling SourceryRuntime ParserResultsComposed.swift
[591/1075] Compiling SourceryRuntime Diffable.swift
[592/1075] Emitting module OrderedCollections
[593/1075] Compiling SourceryRuntime AssociatedValue_Linux.swift
[594/1075] Compiling SourceryRuntime ClosureParameter_Linux.swift
[595/1075] Compiling SourceryRuntime EnumCase_Linux.swift
[596/1075] Compiling SourceryRuntime EnumCase.swift
[597/1075] Compiling SourceryRuntime GenericParameter.swift
[598/1075] Compiling SourceryRuntime GenericRequirement.swift
[598/1075] Compiling rsa_print.c
[599/1075] Compiling siphash.c
[600/1075] Compiling stack.c
[601/1075] Compiling rc4.c
[602/1075] Compiling rsa_crypt.c
[603/1075] Compiling refcount.c
[604/1075] Compiling rsa_asn1.c
[605/1075] Compiling windows.c
[606/1075] Compiling rand_extra.c
[607/1075] Compiling trusty.c
[608/1075] Compiling passive.c
[609/1075] Compiling ios.c
[610/1075] Compiling getentropy.c
[611/1075] Compiling poly1305_arm_asm.S
[612/1075] Compiling forkunsafe.c
[613/1075] Compiling deterministic.c
[614/1075] Compiling poly1305_vec.c
[615/1075] Compiling pool.c
[616/1075] Compiling poly1305_arm.c
[617/1075] Compiling poly1305.c
[618/1075] Compiling pkcs7.c
[619/1075] Compiling p5_pbev2.c
[620/1075] Compiling pkcs8.c
[621/1075] Compiling pkcs7_x509.c
[622/1075] Compiling pkcs8_x509.c
[623/1075] Compiling pem_x509.c
[624/1075] Compiling pem_xaux.c
[625/1075] Compiling pem_pkey.c
[626/1075] Compiling pem_pk8.c
[627/1075] Compiling by_dir.c
[628/1075] Compiling pem_oth.c
[629/1075] Compiling obj_xref.c
[630/1075] Compiling pem_info.c
[631/1075] Compiling mem.c
[632/1075] Compiling lhash.c
[633/1075] Compiling pem_all.c
[634/1075] Compiling pem_lib.c
[635/1075] Compiling poly_rq_mul.S
[638/1075] Compiling kyber.c
[639/1075] Compiling keccak.c
[640/1075] Compiling obj.c
[641/1075] Compiling x86_64-mont5-mac.mac.x86_64.S
[642/1075] Compiling x86_64-mont5-linux.linux.x86_64.S
[643/1075] Compiling x86_64-mont-mac.mac.x86_64.S
[644/1075] Compiling x86_64-mont-linux.linux.x86_64.S
[645/1075] Compiling x86-mont-windows.windows.x86.S
[646/1075] Compiling x86-mont-linux.linux.x86.S
[647/1075] Compiling hpke.c
[648/1075] Compiling vpaes-x86_64-mac.mac.x86_64.S
[649/1075] Compiling vpaes-x86_64-linux.linux.x86_64.S
[650/1075] Compiling vpaes-x86-windows.windows.x86.S
[651/1075] Compiling vpaes-x86-linux.linux.x86.S
[652/1075] Compiling vpaes-armv8-linux.linux.aarch64.S
[653/1075] Compiling vpaes-armv7-linux.linux.arm.S
[654/1075] Compiling vpaes-armv8-ios.ios.aarch64.S
[655/1075] Compiling vpaes-armv7-ios.ios.arm.S
[656/1075] Compiling sha512-x86_64-mac.mac.x86_64.S
[657/1075] Compiling sha512-x86_64-linux.linux.x86_64.S
[658/1075] Compiling sha512-armv8-linux.linux.aarch64.S
[659/1075] Compiling sha512-armv8-ios.ios.aarch64.S
[660/1075] Compiling sha512-armv4-linux.linux.arm.S
[661/1075] Compiling sha512-armv4-ios.ios.arm.S
[662/1075] Compiling kdf.c
[663/1075] Compiling sha512-586-windows.windows.x86.S
[664/1075] Compiling sha512-586-linux.linux.x86.S
[665/1075] Compiling sha256-x86_64-mac.mac.x86_64.S
[666/1075] Compiling sha256-x86_64-linux.linux.x86_64.S
[667/1075] Compiling sha256-armv8-linux.linux.aarch64.S
[668/1075] Compiling sha256-armv8-ios.ios.aarch64.S
[669/1075] Compiling sha256-armv4-linux.linux.arm.S
[670/1075] Compiling sha256-armv4-ios.ios.arm.S
[671/1075] Compiling sha256-586-windows.windows.x86.S
[672/1075] Compiling sha256-586-linux.linux.x86.S
[673/1075] Compiling sha1-x86_64-mac.mac.x86_64.S
[674/1075] Compiling sha1-x86_64-linux.linux.x86_64.S
[675/1075] Compiling sha1-armv8-linux.linux.aarch64.S
[676/1075] Compiling sha1-armv4-large-linux.linux.arm.S
[677/1075] Compiling sha1-armv8-ios.ios.aarch64.S
[678/1075] Compiling sha1-armv4-large-ios.ios.arm.S
[679/1075] Compiling sha1-586-windows.windows.x86.S
[680/1075] Compiling sha1-586-linux.linux.x86.S
[681/1075] Compiling sha512.c
[682/1075] Compiling sha256.c
[683/1075] Compiling hrss.c
[684/1075] Compiling sha1.c
[685/1075] Compiling service_indicator.c
[686/1075] Compiling rsaz-avx2-mac.mac.x86_64.S
[687/1075] Compiling rsaz-avx2-linux.linux.x86_64.S
[688/1075] Compiling self_check.c
[689/1075] Compiling fips.c
[690/1075] Compiling rdrand-x86_64-mac.mac.x86_64.S
[691/1075] Compiling rdrand-x86_64-linux.linux.x86_64.S
[692/1075] Compiling rsa_impl.c
[693/1075] Compiling blinding.c
[694/1075] Compiling padding.c
[695/1075] Compiling rsa.c
[697/1075] Emitting module SystemPackage
[697/1075] Compiling urandom.c
[698/1075] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[699/1075] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[700/1075] Compiling rand.c
[701/1075] Compiling fork_detect.c
[702/1075] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[703/1075] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[704/1075] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[705/1075] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[706/1075] Compiling p256-armv8-asm-linux.linux.aarch64.S
[707/1075] Compiling ctrdrbg.c
[708/1075] Compiling p256-armv8-asm-ios.ios.aarch64.S
[709/1075] Compiling ofb.c
[710/1075] Compiling polyval.c
[711/1075] Compiling gcm_nohw.c
[712/1075] Compiling ctr.c
[713/1075] Compiling cfb.c
[714/1075] Compiling gcm.c
[715/1075] Compiling cbc.c
[716/1075] Compiling md5-x86_64-mac.mac.x86_64.S
[717/1075] Compiling md5-x86_64-linux.linux.x86_64.S
[718/1075] Compiling md5-586-windows.windows.x86.S
[719/1075] Compiling md5-586-linux.linux.x86.S
[720/1075] Compiling ghashv8-armv8-linux.linux.aarch64.S
[721/1075] Compiling ghashv8-armv7-linux.linux.arm.S
[722/1075] Compiling md5.c
[723/1075] Compiling ghashv8-armv8-ios.ios.aarch64.S
[724/1075] Compiling hmac.c
[725/1075] Compiling ghashv8-armv7-ios.ios.arm.S
[726/1075] Compiling md4.c
[727/1075] Compiling hkdf.c
[728/1075] Compiling ghash-x86_64-mac.mac.x86_64.S
[729/1075] Compiling ghash-x86_64-linux.linux.x86_64.S
[730/1075] Compiling ghash-x86-windows.windows.x86.S
[731/1075] Compiling ghash-x86-linux.linux.x86.S
[732/1075] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[733/1075] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[734/1075] Compiling ghash-ssse3-x86-windows.windows.x86.S
[735/1075] Compiling ghash-ssse3-x86-linux.linux.x86.S
[736/1075] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[737/1075] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[738/1075] Compiling ghash-armv4-linux.linux.arm.S
[739/1075] Compiling ghash-armv4-ios.ios.arm.S
[740/1075] Compiling fips_shared_support.c
[741/1075] Compiling ecdh.c
[742/1075] Compiling ecdsa.c
[743/1075] Compiling util.c
[744/1075] Compiling wnaf.c
[745/1075] Compiling simple.c
[746/1075] Compiling simple_mul.c
[747/1075] Compiling scalar.c
[748/1075] Compiling oct.c
[749/1075] Compiling felem.c
[750/1075] Compiling ec_montgomery.c
[751/1075] Compiling ec_key.c
[752/1075] Compiling p224-64.c
[753/1075] Compiling p256.c
[754/1075] Compiling digestsign.c
[755/1075] Compiling ec.c
[756/1075] Compiling digests.c
[757/1075] Compiling digest.c
[758/1075] Compiling dh.c
[759/1075] Compiling co-586-windows.windows.x86.S
[760/1075] Compiling co-586-linux.linux.x86.S
[761/1075] Compiling check.c
[762/1075] Compiling bsaes-armv7-linux.linux.arm.S
[763/1075] Compiling cmac.c
[764/1075] Compiling e_aesccm.c
[765/1075] Compiling aead.c
[766/1075] Compiling bsaes-armv7-ios.ios.arm.S
[767/1075] Compiling cipher.c
[768/1075] Compiling sqrt.c
[769/1075] Compiling e_aes.c
[770/1075] Compiling shift.c
[771/1075] Compiling rsaz_exp.c
[772/1075] Compiling random.c
[773/1075] Compiling prime.c
[774/1075] Compiling mul.c
[775/1075] Compiling montgomery_inv.c
[776/1075] Compiling jacobi.c
[777/1075] Compiling montgomery.c
[778/1075] Compiling gcd_extra.c
[779/1075] Compiling p256-nistz.c
[780/1075] Compiling generic.c
[781/1075] Compiling gcd.c
[782/1075] Compiling div_extra.c
[783/1075] Compiling exponentiation.c
[784/1075] Compiling div.c
[785/1075] Compiling ctx.c
[786/1075] Compiling cmp.c
[787/1075] Compiling bn-armv8-linux.linux.aarch64.S
[788/1075] Compiling bytes.c
[789/1075] Compiling x86_64-gcc.c
[790/1075] Compiling bn-armv8-ios.ios.aarch64.S
[791/1075] Compiling bn-586-windows.windows.x86.S
[792/1075] Compiling bn-586-linux.linux.x86.S
[793/1075] Compiling armv8-mont-linux.linux.aarch64.S
[794/1075] Compiling bn.c
[795/1075] Compiling add.c
[796/1075] Compiling armv4-mont-linux.linux.arm.S
[797/1075] Compiling armv8-mont-ios.ios.aarch64.S
[798/1075] Compiling armv4-mont-ios.ios.arm.S
[799/1075] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[800/1075] Compiling aesv8-armv8-linux.linux.aarch64.S
[801/1075] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[802/1075] Compiling aesv8-armv8-ios.ios.aarch64.S
[803/1075] Compiling aesv8-armv7-linux.linux.arm.S
[804/1075] Compiling aesv8-armv7-ios.ios.arm.S
[805/1075] Compiling aesni-x86_64-mac.mac.x86_64.S
[806/1075] Compiling aesni-x86_64-linux.linux.x86_64.S
[807/1075] Compiling aesni-x86-windows.windows.x86.S
[808/1075] Compiling aesni-x86-linux.linux.x86.S
[809/1075] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[810/1075] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[811/1075] Compiling mode_wrappers.c
[812/1075] Compiling key_wrap.c
[813/1075] Compiling aes.c
[814/1075] Compiling ex_data.c
[815/1075] Compiling sign.c
[816/1075] Compiling scrypt.c
[817/1075] Compiling aes_nohw.c
[818/1075] Compiling pbkdf.c
[819/1075] Compiling print.c
[820/1075] Compiling p_x25519_asn1.c
[821/1075] Compiling p_x25519.c
[822/1075] Compiling p_rsa_asn1.c
[823/1075] Compiling p_hkdf.c
[824/1075] Compiling p_rsa.c
[825/1075] Compiling p_ed25519.c
[826/1075] Compiling p_ed25519_asn1.c
[827/1075] Compiling p_ec_asn1.c
[828/1075] Compiling p_dsa_asn1.c
[829/1075] Compiling p_ec.c
[830/1075] Compiling err_data.c
[831/1075] Compiling evp_ctx.c
[832/1075] Compiling evp_asn1.c
[833/1075] Compiling evp.c
[834/1075] Compiling err.c
[835/1075] Compiling engine.c
[836/1075] Compiling ecdsa_asn1.c
[837/1075] Compiling ecdh_extra.c
[838/1075] Compiling ec_derive.c
[839/1075] Compiling hash_to_curve.c
[840/1075] Compiling ec_asn1.c
[841/1075] Compiling dsa_asn1.c
[842/1075] Compiling dsa.c
[843/1075] Compiling digest_extra.c
[844/1075] Compiling params.c
[845/1075] Compiling dh_asn1.c
[846/1075] Compiling x25519-asm-arm.S
[847/1075] Compiling curve25519_64_adx.c
[848/1075] Compiling spake25519.c
[849/1075] Compiling cpu_intel.c
[850/1075] Compiling crypto.c
[851/1075] Compiling des.c
[852/1075] Compiling cpu_arm_linux.c
[853/1075] Compiling cpu_arm_freebsd.c
[854/1075] Compiling cpu_arm.c
[855/1075] Compiling cpu_aarch64_win.c
[856/1075] Compiling cpu_aarch64_sysreg.c
[857/1075] Compiling cpu_aarch64_openbsd.c
[858/1075] Compiling cpu_aarch64_linux.c
[859/1075] Compiling cpu_aarch64_fuchsia.c
[860/1075] Compiling cpu_aarch64_apple.c
[861/1075] Compiling conf.c
[862/1075] Compiling tls_cbc.c
[863/1075] Compiling e_rc4.c
[864/1075] Compiling e_tls.c
[865/1075] Compiling e_rc2.c
[866/1075] Compiling e_null.c
[867/1075] Compiling e_des.c
[868/1075] Compiling e_chacha20poly1305.c
[869/1075] Compiling e_aesgcmsiv.c
[870/1075] Compiling derive_key.c
[871/1075] Compiling e_aesctrhmac.c
[872/1075] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[873/1075] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[874/1075] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[875/1075] Compiling cipher_extra.c
[876/1075] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[877/1075] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[878/1075] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[879/1075] Compiling chacha-x86_64-mac.mac.x86_64.S
[880/1075] Compiling chacha-x86_64-linux.linux.x86_64.S
[881/1075] Compiling chacha-x86-windows.windows.x86.S
[882/1075] Compiling chacha-x86-linux.linux.x86.S
[883/1075] Compiling chacha-armv8-linux.linux.aarch64.S
[884/1075] Compiling chacha.c
[885/1075] Compiling chacha-armv4-linux.linux.arm.S
[886/1075] Compiling curve25519.c
[887/1075] Compiling chacha-armv4-ios.ios.arm.S
[888/1075] Compiling chacha-armv8-ios.ios.aarch64.S
[889/1075] Compiling unicode.c
[890/1075] Compiling asn1_compat.c
[891/1075] Compiling ber.c
[892/1075] Compiling buf.c
[893/1075] Compiling cbb.c
[894/1075] Compiling bn_asn1.c
[895/1075] Compiling convert.c
[896/1075] Compiling cbs.c
[897/1075] Compiling blake2.c
[898/1075] Compiling printf.c
[899/1075] Compiling pair.c
[900/1075] Compiling hexdump.c
[901/1075] Compiling file.c
[902/1075] Compiling errno.c
[903/1075] Compiling fd.c
[904/1075] Compiling bio_mem.c
[905/1075] Compiling base64.c
[906/1075] Compiling bio.c
[907/1075] Compiling tasn_utl.c
[908/1075] Compiling tasn_typ.c
[909/1075] Compiling tasn_fre.c
[910/1075] Compiling tasn_new.c
[911/1075] Compiling tasn_enc.c
[912/1075] Compiling posix_time.c
[913/1075] Compiling f_string.c
[914/1075] Compiling f_int.c
[914/1075] Compiling tasn_dec.c
[916/1075] Compiling asn_pack.c
[917/1075] Compiling asn1_par.c
[918/1075] Compiling asn1_lib.c
[919/1075] Compiling a_utctm.c
[920/1075] Compiling a_octet.c
[921/1075] Compiling a_type.c
[922/1075] Compiling a_time.c
[923/1075] Compiling a_strex.c
[924/1075] Compiling a_strnid.c
[925/1075] Compiling a_object.c
[926/1075] Compiling a_mbstr.c
[927/1075] Compiling a_i2d_fp.c
[928/1075] Write sources
[931/1075] Compiling a_gentm.c
[932/1075] Compiling a_dup.c
[933/1075] Compiling a_d2i_fp.c
[934/1075] Compiling a_int.c
[935/1075] Compiling a_bool.c
[936/1075] Compiling a_bitstr.c
[944/1084] Compiling SourceryRuntime Documentation.swift
[945/1084] Compiling SourceryRuntime Import.swift
[946/1091] Compiling AEXML Options.swift
[947/1091] Compiling AEXML Parser.swift
[948/1091] Compiling AEXML Error.swift
[949/1091] Emitting module AEXML
[950/1091] Compiling AEXML Document.swift
[951/1091] Compiling AEXML Element.swift
[952/1091] Emitting module CryptoBoringWrapper
[953/1091] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[954/1091] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[955/1196] Compiling _CryptoExtras AES_GCM_SIV.swift
[956/1196] Compiling _CryptoExtras Block Function.swift
[957/1196] Compiling _CryptoExtras RSA_boring.swift
[958/1196] Compiling _CryptoExtras RSA_security.swift
[959/1196] Compiling _CryptoExtras ChaCha20CTR.swift
[960/1196] Compiling _CryptoExtras RSA.swift
[961/1196] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[962/1196] Compiling _CryptoExtras ChaCha20CTR_boring.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:13: warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| |- warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
31 | }
32 | }
[963/1196] Compiling XcodeProj XCSharedData.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:13: warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| |- warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
31 | }
32 | }
[964/1196] Compiling XcodeProj XCUserData.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:13: warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| |- warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
31 | }
32 | }
[965/1196] Compiling XcodeProj Errors.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:13: warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| |- warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
31 | }
32 | }
[966/1196] Compiling XcodeProj AEXML+XcodeFormat.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:13: warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| |- warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
31 | }
32 | }
[967/1196] Compiling XcodeProj Array+Extras.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:13: warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| |- warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
31 | }
32 | }
[968/1196] Compiling XcodeProj Bool+Extras.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:22:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
20 | nonisolated(unsafe) let buffer = buffer
21 | DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
22 | buffer[idx] = transform(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
23 | }
24 | return buffer.map { $0! }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:13: warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| |- warning: capture of 'work' with non-sendable type '(Element) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Array+Parallel.swift:30:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
28 | func parallelPerform(_ work: (Element) -> Void) {
29 | DispatchQueue.concurrentPerform(iterations: count) { idx in
30 | work(self[idx])
| `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure
31 | }
32 | }
[969/1196] Compiling _CryptoExtras Error.swift
[970/1196] Compiling _CryptoExtras BoringSSLHelpers.swift
[971/1196] Compiling _CryptoExtras DigestType.swift
[972/1196] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[973/1196] Compiling _CryptoExtras PEMDocument.swift
[974/1197] Compiling _CryptoExtras RandomBytes.swift
[981/1197] Emitting module _CryptoExtras
[984/1281] Compiling X509 OCSPSingleRequest.swift
[985/1281] Compiling X509 OCSPSingleResponse.swift
[986/1281] Compiling X509 OCSPTBSRequest.swift
[987/1281] Compiling X509 OCSPVersion.swift
[988/1281] Compiling X509 PKCS8PrivateKey.swift
[989/1281] Compiling X509 RDNAttribute.swift
[990/1281] Compiling X509 RandomNumberGenerator+bytes.swift
[991/1281] Compiling X509 OCSPResponseBytes.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:41:23: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | public static var level: Level = .warnings
| |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:42:23: warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
| |- warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logBenchmarks' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logBenchmarks' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static var logAST: Bool = false
44 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:43:23: warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
| |- warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logAST' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logAST' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 | public static var stackMessages: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:45:23: warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public static var logAST: Bool = false
44 |
45 | public static var stackMessages: Bool = false
| |- warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stackMessages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'stackMessages' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | public private(set) static var messagesStack = [String]()
47 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:46:36: warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | public static var stackMessages: Bool = false
46 | public private(set) static var messagesStack = [String]()
| |- warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'messagesStack' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'messagesStack' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 | public static func error(_ message: Any) {
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[992/1281] Compiling X509 OCSPResponseData.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:41:23: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | public static var level: Level = .warnings
| |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:42:23: warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
| |- warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logBenchmarks' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logBenchmarks' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static var logAST: Bool = false
44 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:43:23: warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
| |- warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logAST' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logAST' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 | public static var stackMessages: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:45:23: warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public static var logAST: Bool = false
44 |
45 | public static var stackMessages: Bool = false
| |- warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stackMessages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'stackMessages' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | public private(set) static var messagesStack = [String]()
47 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:46:36: warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | public static var stackMessages: Bool = false
46 | public private(set) static var messagesStack = [String]()
| |- warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'messagesStack' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'messagesStack' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 | public static func error(_ message: Any) {
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[993/1281] Compiling X509 OCSPResponseStatus.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:41:23: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | public static var level: Level = .warnings
| |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:42:23: warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
| |- warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logBenchmarks' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logBenchmarks' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static var logAST: Bool = false
44 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:43:23: warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
| |- warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logAST' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logAST' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 | public static var stackMessages: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:45:23: warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public static var logAST: Bool = false
44 |
45 | public static var stackMessages: Bool = false
| |- warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stackMessages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'stackMessages' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | public private(set) static var messagesStack = [String]()
47 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:46:36: warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | public static var stackMessages: Bool = false
46 | public private(set) static var messagesStack = [String]()
| |- warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'messagesStack' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'messagesStack' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 | public static func error(_ message: Any) {
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[994/1281] Compiling X509 Digests.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:41:23: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | public static var level: Level = .warnings
| |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:42:23: warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
| |- warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logBenchmarks' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logBenchmarks' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static var logAST: Bool = false
44 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:43:23: warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
| |- warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logAST' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logAST' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 | public static var stackMessages: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:45:23: warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public static var logAST: Bool = false
44 |
45 | public static var stackMessages: Bool = false
| |- warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stackMessages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'stackMessages' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | public private(set) static var messagesStack = [String]()
47 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:46:36: warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | public static var stackMessages: Bool = false
46 | public private(set) static var messagesStack = [String]()
| |- warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'messagesStack' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'messagesStack' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 | public static func error(_ message: Any) {
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[995/1281] Compiling X509 DistinguishedName.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:41:23: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | public static var level: Level = .warnings
| |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:42:23: warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
| |- warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logBenchmarks' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logBenchmarks' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static var logAST: Bool = false
44 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:43:23: warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
| |- warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logAST' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logAST' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 | public static var stackMessages: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:45:23: warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public static var logAST: Bool = false
44 |
45 | public static var stackMessages: Bool = false
| |- warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stackMessages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'stackMessages' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | public private(set) static var messagesStack = [String]()
47 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:46:36: warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | public static var stackMessages: Bool = false
46 | public private(set) static var messagesStack = [String]()
| |- warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'messagesStack' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'messagesStack' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 | public static func error(_ message: Any) {
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[996/1281] Compiling X509 CommonName.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:41:23: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | public static var level: Level = .warnings
| |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:42:23: warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
| |- warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logBenchmarks' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logBenchmarks' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static var logAST: Bool = false
44 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:43:23: warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
| |- warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logAST' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logAST' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 | public static var stackMessages: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:45:23: warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public static var logAST: Bool = false
44 |
45 | public static var stackMessages: Bool = false
| |- warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stackMessages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'stackMessages' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | public private(set) static var messagesStack = [String]()
47 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:46:36: warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | public static var stackMessages: Bool = false
46 | public private(set) static var messagesStack = [String]()
| |- warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'messagesStack' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'messagesStack' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 | public static func error(_ message: Any) {
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[997/1281] Compiling X509 CountryName.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:41:23: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | public static var level: Level = .warnings
| |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:42:23: warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
| |- warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logBenchmarks' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logBenchmarks' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static var logAST: Bool = false
44 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:43:23: warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
| |- warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logAST' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logAST' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 | public static var stackMessages: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:45:23: warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public static var logAST: Bool = false
44 |
45 | public static var stackMessages: Bool = false
| |- warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stackMessages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'stackMessages' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | public private(set) static var messagesStack = [String]()
47 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:46:36: warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | public static var stackMessages: Bool = false
46 | public private(set) static var messagesStack = [String]()
| |- warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'messagesStack' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'messagesStack' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 | public static func error(_ message: Any) {
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[998/1281] Emitting module SourceryRuntime
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:41:23: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | public static var level: Level = .warnings
| |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:42:23: warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
| |- warning: static property 'logBenchmarks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logBenchmarks' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logBenchmarks' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static var logAST: Bool = false
44 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:43:23: warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public static var level: Level = .warnings
42 | public static var logBenchmarks: Bool = false
43 | public static var logAST: Bool = false
| |- warning: static property 'logAST' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logAST' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logAST' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 | public static var stackMessages: Bool = false
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:45:23: warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public static var logAST: Bool = false
44 |
45 | public static var stackMessages: Bool = false
| |- warning: static property 'stackMessages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stackMessages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'stackMessages' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | public private(set) static var messagesStack = [String]()
47 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:46:36: warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | public static var stackMessages: Bool = false
46 | public private(set) static var messagesStack = [String]()
| |- warning: static property 'messagesStack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'messagesStack' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'messagesStack' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 | public static func error(_ message: Any) {
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
[999/1281] Compiling X509 RelativeDistinguishedName.swift
[1000/1281] Compiling X509 StreetAddress.swift
[1001/1281] Compiling X509 Error.swift
[1002/1281] Compiling X509 AuthorityInformationAccess.swift
[1003/1281] Compiling X509 AuthorityKeyIdentifier.swift
[1004/1281] Compiling X509 BasicConstraints.swift
[1005/1281] Compiling X509 ExtendedKeyUsage.swift
[1006/1281] Compiling X509 DNBuilder.swift
[1007/1281] Compiling X509 LocalityName.swift
[1008/1281] Compiling X509 OrganizationName.swift
[1009/1281] Compiling X509 OrganizationalUnitName.swift
[1010/1281] Compiling X509 StateOrProvinceName.swift
[1011/1281] Compiling X509 SubjectAlternativeName.swift
[1012/1281] Compiling X509 SubjectKeyIdentifier.swift
[1013/1281] Compiling X509 CMSEncapsulatedContentInfo.swift
[1014/1281] Compiling X509 CMSIssuerAndSerialNumber.swift
[1015/1281] Compiling X509 CMSOperations.swift
[1016/1281] Compiling X509 CMSSignature.swift
[1017/1281] Compiling X509 CMSSignedData.swift
[1018/1281] Compiling X509 CMSSignerIdentifier.swift
[1019/1281] Compiling X509 CMSSignerInfo.swift
[1020/1281] Compiling X509 CMSVersion.swift
[1021/1281] Compiling X509 OCSPCertStatus.swift
[1022/1281] Compiling X509 OCSPExtensionID.swift
[1023/1281] Compiling X509 OCSPNonce.swift
[1024/1281] Compiling X509 OCSPPolicy.swift
[1025/1281] Compiling X509 OCSPRequest.swift
[1026/1281] Compiling X509 OCSPResponse.swift
[1027/1281] Compiling X509 ExtensionRequest.swift
[1028/1281] Compiling X509 Certificate.swift
[1029/1281] Compiling X509 CertificatePrivateKey.swift
[1030/1281] Compiling X509 CertificatePublicKey.swift
[1031/1281] Compiling X509 CertificateSerialNumber.swift
[1032/1281] Compiling X509 CertificateVersion.swift
[1033/1281] Compiling X509 CMSContentInfo.swift
[1034/1289] Compiling X509 UnverifiedChain.swift
[1035/1289] Compiling X509 VerificationDiagnostic.swift
[1036/1289] Compiling X509 Verifier.swift
[1037/1289] Compiling XcodeProj XCBuildConfiguration.swift
[1038/1289] Compiling XcodeProj XCConfigurationList.swift
[1039/1289] Compiling XcodeProj PBXContainerItem.swift
[1040/1289] Compiling XcodeProj PBXContainerItemProxy.swift
[1041/1289] Compiling XcodeProj PBXFileElement.swift
[1042/1289] Compiling XcodeProj PBXFileReference.swift
[1043/1289] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[1045/1289] Compiling X509 ExtensionIdentifiers.swift
[1046/1289] Compiling X509 KeyUsage.swift
[1047/1289] Compiling X509 NameConstraints.swift
[1048/1289] Compiling X509 ExpiryPolicy.swift
[1049/1289] Compiling X509 IPConstraints.swift
[1050/1289] Compiling X509 NameConstraintsPolicy.swift
[1051/1289] Compiling X509 RFC5280Policy.swift
[1052/1289] Compiling X509 URIConstraints.swift
[1053/1289] Compiling X509 VersionPolicy.swift
[1064/1299] Compiling X509 CSRAttribute.swift
[1065/1299] Compiling X509 CSRAttributes.swift
[1066/1299] Compiling X509 CSRVersion.swift
[1067/1299] Compiling X509 CertificateSigningRequest.swift
[1068/1299] Compiling X509 CertificationRequestInfo.swift
[1083/1299] Compiling X509 SEC1PrivateKey.swift
[1084/1299] Compiling X509 Signature.swift
[1085/1299] Compiling X509 SignatureAlgorithm.swift
[1086/1299] Compiling X509 AnyPolicy.swift
[1087/1299] Compiling X509 CertificateStore.swift
[1088/1299] Compiling X509 PolicyBuilder.swift
[1089/1299] Compiling X509 BasicConstraintsPolicy.swift
[1090/1299] Compiling X509 DNSNames.swift
[1091/1299] Compiling X509 DirectoryNames.swift
[1102/1308] Compiling SourcerySwift SourceryRuntime_Linux.content.generated.swift
[1103/1308] Emitting module SourcerySwift
[1104/1308] Compiling SourcerySwift SwiftTemplate.swift
[1105/1308] Compiling SourcerySwift SourceryRuntime.content.generated.swift
[1106/1308] Compiling SourceryStencil NewLineNode.swift
[1107/1308] Compiling SourceryStencil TypedNode.swift
[1108/1308] Compiling SourceryStencil StencilTemplate.swift
/Users/admin/builder/spi-builder-workspace/SourceryStencil/Sources/StencilTemplate.swift:7:53: warning: 'StencilSwiftTemplate' is deprecated: No longer needed with Stencil whitespace control features
5 | import SourceryRuntime
6 |
7 | public final class StencilTemplate: StencilSwiftKit.StencilSwiftTemplate {
| `- warning: 'StencilSwiftTemplate' is deprecated: No longer needed with Stencil whitespace control features
8 | private(set) public var sourcePath: Path = ""
9 |
[1109/1308] Emitting module SourceryStencil
/Users/admin/builder/spi-builder-workspace/SourceryStencil/Sources/StencilTemplate.swift:7:53: warning: 'StencilSwiftTemplate' is deprecated: No longer needed with Stencil whitespace control features
5 | import SourceryRuntime
6 |
7 | public final class StencilTemplate: StencilSwiftKit.StencilSwiftTemplate {
| `- warning: 'StencilSwiftTemplate' is deprecated: No longer needed with Stencil whitespace control features
8 | private(set) public var sourcePath: Path = ""
9 |
[1110/1308] Compiling X509 Extensions.swift
[1111/1308] Compiling X509 ExtensionsBuilder.swift
[1112/1308] Compiling X509 GeneralName.swift
[1113/1308] Compiling X509 BasicOCSPResponse.swift
[1114/1308] Compiling X509 DirectoryString.swift
[1115/1308] Compiling X509 OCSPCertID.swift
[1116/1308] Compiling X509 OCSPSignature.swift
[1129/1308] Compiling X509 Extension.swift
[1170/1308] Emitting module XcodeProj
[1171/1308] Compiling X509 TimeCalculations.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1172/1308] Compiling X509 Validity.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1173/1308] Compiling XcodeProj ReferenceGenerator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1174/1308] Compiling XcodeProj XCConfig.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1175/1308] Compiling XcodeProj XCWorkspace.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1176/1308] Compiling XcodeProj XCWorkspaceData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1177/1308] Compiling XcodeProj XCWorkspaceDataElement.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1178/1308] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1179/1308] Compiling XcodeProj XCWorkspaceDataFileRef.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[1180/1308] Compiling XcodeProj XCWorkspaceDataGroup.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/xcodeproj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoCases.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoHashable.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoMockable.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoLenses.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/LinuxMain.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoEquatable.swift
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageModel/InstalledLibrariesSupport/provided-libraries.json
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageModel/InstalledLibrariesSupport/provided-libraries.json
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for sqlite3
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
/Users/admin/builder/spi-builder-workspace/Plugins/SourceryCommandPlugin/SourceryCommandPlugin.swift:72:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
70 | #endif
71 |
72 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
73 | public var errorDescription: String? { return self }
74 | }
/Users/admin/builder/spi-builder-workspace/Plugins/SourceryCommandPlugin/SourceryCommandPlugin.swift:72:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
70 | #endif
71 |
72 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
73 | public var errorDescription: String? { return self }
74 | }
[2/2] Compiling plugin SourceryCommandPlugin
Building for debugging...
[2/6] Write swift-version-5BDAB9E9C0126B9D.txt
[4/59] Compiling SwiftSyntax510 Empty.swift
[5/59] Emitting module SwiftSyntax510
[6/59] Emitting module SwiftSyntax509
[7/59] Compiling SwiftSyntax509 Empty.swift
[8/59] Compiling _CertificateInternals _TinyArray.swift
[9/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/60] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/60] Compiling InternalCollectionsUtilities Specialize.swift
[12/62] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[13/62] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[14/62] Emitting module _CertificateInternals
[15/62] Compiling InternalCollectionsUtilities Debugging.swift
[16/62] Compiling InternalCollectionsUtilities Descriptions.swift
[17/62] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/62] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/77] Compiling Commander CommandRunner.swift
[21/77] Compiling TSCLibc libc.swift
[22/77] Emitting module TSCLibc
[23/77] Compiling Commander Command.swift
[24/77] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[25/77] Compiling Commander Group.swift
[26/77] Compiling Commander Error.swift
[27/77] Compiling PackageCollectionsModel PackageCollectionModel.swift
[28/77] Compiling Yams Node.swift
[29/77] Compiling Yams Parser.swift
[30/77] Compiling Yams Mark.swift
[31/77] Compiling Yams Node.Mapping.swift
[32/98] Compiling Commander ArgumentParser.swift
[33/98] Emitting module CryptoBoringWrapper
[34/98] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[35/160] Compiling CodableContext AutoCodable.generated.swift
[36/160] Emitting module InternalCollectionsUtilities
[37/160] Emitting module CodableContext
[38/160] Compiling CodableContext AutoCodable.swift
[39/160] Compiling Commander ArgumentConvertible.swift
[40/160] Emitting module Commander
[41/160] Compiling Commander ArgumentDescription.swift
[42/160] Compiling llbuildSwift CoreBindings.swift
[43/201] Compiling TSCBasic DiagnosticsEngine.swift
[44/201] Compiling TSCBasic DictionaryExtensions.swift
[45/201] Compiling TSCBasic DictionaryLiteralExtensions.swift
[46/201] Compiling TSCBasic EditDistance.swift
[47/219] Compiling Yams Tag.swift
[48/219] Compiling Yams Resolver.swift
[49/219] Compiling Yams String+Yams.swift
[50/220] Compiling llbuildSwift BuildValue.swift
[51/220] Compiling llbuildSwift Internals.swift
[52/220] Compiling llbuildSwift NinjaManifest.swift
[53/220] Compiling llbuildSwift BuildDBBindings.swift
[54/220] Emitting module llbuildSwift
[55/220] Compiling TSCBasic OSLog.swift
[56/220] Compiling TSCBasic ObjectIdentifierProtocol.swift
[57/220] Compiling TSCBasic Process.swift
[58/220] Compiling TSCBasic ProcessEnv.swift
[59/222] Compiling SwiftASN1 TimeUtilities.swift
[60/222] Compiling SwiftASN1 UTCTime.swift
[61/222] Compiling SwiftASN1 ObjectIdentifier.swift
[62/222] Compiling SwiftASN1 PEMDocument.swift
[63/222] Compiling SwiftASN1 ASN1OctetString.swift
[64/222] Compiling SwiftASN1 ASN1Strings.swift
[65/298] Emitting module SystemPackage
[66/298] Compiling Yams Representer.swift
[67/298] Emitting module PathKit
[68/298] Compiling PathKit PathKit.swift
[69/298] Compiling Crypto MessageAuthenticationCode.swift
[70/298] Compiling Crypto AES.swift
[71/298] Compiling Crypto Ed25519Keys.swift
[72/298] Compiling Crypto NISTCurvesKeys.swift
[73/298] Compiling Crypto X25519Keys.swift
[74/298] Compiling Crypto PKCS8PrivateKey.swift
[75/298] Compiling Crypto SEC1PrivateKey.swift
[76/298] Compiling Crypto SymmetricKeys.swift
[77/298] Compiling Crypto HMAC.swift
[78/298] Compiling Crypto MACFunctions.swift
[79/298] Compiling Crypto ECDSASignature.swift
[80/298] Compiling Crypto PEMDocument.swift
[83/298] Compiling Crypto SubjectPublicKeyInfo.swift
[84/298] Compiling Crypto CryptoKitErrors.swift
[85/298] Compiling Crypto Digest_boring.swift
[86/298] Compiling Crypto Digest.swift
[87/298] Compiling Crypto Digests.swift
[88/306] Compiling Crypto AESWrap.swift
[89/306] Compiling Crypto AESWrap_boring.swift
[90/306] Compiling Crypto Ed25519_boring.swift
[91/306] Compiling Crypto EllipticCurvePoint_boring.swift
[92/306] Compiling Crypto EllipticCurve_boring.swift
[93/306] Compiling Crypto NISTCurvesKeys_boring.swift
[94/306] Compiling Crypto X25519Keys_boring.swift
[95/306] Compiling Crypto Curve25519.swift
[96/306] Compiling Crypto AES-GCM.swift
[97/306] Compiling Crypto AES-GCM_boring.swift
[98/306] Compiling Crypto ChaChaPoly_boring.swift
[99/306] Compiling Crypto ChaChaPoly.swift
[100/306] Compiling Crypto Cipher.swift
[101/306] Compiling Crypto Nonces.swift
[102/306] Compiling Crypto ASN1.swift
[103/306] Compiling Crypto ASN1Any.swift
[104/306] Compiling Crypto ASN1BitString.swift
[105/306] Compiling Crypto HashFunctions.swift
[106/306] Compiling Crypto HashFunctions_SHA2.swift
[107/306] Compiling Crypto HPKE-AEAD.swift
[108/306] Compiling Crypto HPKE-Ciphersuite.swift
[109/306] Compiling Crypto HPKE-KDF.swift
[110/306] Compiling Crypto HPKE-KexKeyDerivation.swift
[111/306] Compiling Crypto HPKE-LabeledExtract.swift
[112/306] Compiling Crypto HPKE-Utils.swift
[113/306] Compiling Crypto ECDSASignature_boring.swift
[114/306] Compiling Crypto ECDSA_boring.swift
[115/306] Compiling Crypto EdDSA_boring.swift
[116/306] Compiling Crypto ECDSA.swift
[117/306] Compiling Crypto Ed25519.swift
[118/306] Compiling Crypto Signature.swift
[119/306] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[120/306] Compiling Crypto CryptoKitErrors_boring.swift
[123/306] Compiling Crypto HPKE-Modes.swift
[124/306] Compiling Crypto Insecure.swift
[125/306] Compiling Crypto Insecure_HashFunctions.swift
[126/306] Compiling Crypto KEM.swift
[127/306] Compiling Crypto ECDH_boring.swift
[128/306] Compiling Crypto DH.swift
[129/306] Compiling Crypto ECDH.swift
[130/306] Compiling Crypto HKDF.swift
[131/306] Compiling Crypto DHKEM.swift
[132/306] Compiling Crypto HPKE-KEM-Curve25519.swift
[133/306] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[134/306] Compiling Crypto HPKE-KEM.swift
[135/306] Compiling Crypto HPKE-Errors.swift
[136/306] Compiling Crypto HPKE.swift
[137/306] Compiling Crypto HPKE-Context.swift
[138/306] Compiling Crypto HPKE-KeySchedule.swift
[139/306] Compiling Crypto ASN1Boolean.swift
[140/306] Compiling Crypto ASN1Identifier.swift
[141/306] Compiling Crypto ASN1Integer.swift
[142/306] Compiling Crypto ASN1Null.swift
[143/306] Compiling Crypto ASN1OctetString.swift
[144/306] Compiling Crypto ASN1Strings.swift
[145/306] Compiling Crypto ArraySliceBigint.swift
[146/306] Compiling Crypto GeneralizedTime.swift
[147/306] Compiling Crypto ObjectIdentifier.swift
[162/306] Emitting module Crypto
[163/362] Compiling Yams YamlError.swift
[164/384] Compiling Stencil Inheritance.swift
[165/384] Compiling Stencil KeyPath.swift
[166/384] Compiling Stencil Template.swift
[167/384] Compiling Stencil Tokenizer.swift
[168/384] Compiling Stencil NowTag.swift
[169/388] Emitting module PackageCollectionsModel
[170/388] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[171/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[172/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[173/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[174/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[175/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[176/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[177/394] Compiling llbuildSwift BuildSystemBindings.swift
[178/394] Compiling llbuildSwift BuildKey.swift
[179/399] Compiling Stencil Filters.swift
[180/399] Compiling Stencil ForTag.swift
[181/399] Compiling Stencil IfTag.swift
[182/399] Compiling Stencil Include.swift
[183/399] Compiling Stencil LazyValueWrapper.swift
[184/399] Compiling Stencil Lexer.swift
[186/403] Compiling Stencil Parser.swift
[187/403] Compiling SwiftASN1 DER.swift
[190/403] Compiling Stencil Context.swift
[191/403] Compiling Stencil DynamicMemberLookup.swift
[192/403] Compiling Stencil Expression.swift
[193/403] Compiling Stencil Extension.swift
[196/403] Compiling Stencil FilterTag.swift
[198/403] Compiling Stencil Environment.swift
[199/403] Compiling Stencil Errors.swift
[202/404] Emitting module TSCBasic
[203/404] Compiling TSCBasic misc.swift
[204/404] Compiling OrderedCollections OrderedDictionary+Codable.swift
[205/404] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[206/404] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[207/404] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[208/404] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[209/404] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[210/404] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[211/404] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[212/404] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[213/404] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[214/404] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[215/404] Compiling Stencil Loader.swift
[216/404] Compiling Stencil Node.swift
[217/404] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[218/404] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[219/404] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[220/404] Compiling OrderedCollections OrderedSet+Sendable.swift
[221/404] Compiling OrderedCollections OrderedSet+Hashable.swift
[222/404] Compiling OrderedCollections OrderedSet+Initializers.swift
[223/404] Compiling OrderedCollections OrderedSet+Insertions.swift
[224/404] Compiling TSCBasic Thread.swift
[225/404] Compiling TSCBasic Tuple.swift
[226/404] Compiling TSCBasic WritableByteStream.swift
[227/404] Compiling OrderedCollections OrderedDictionary+Elements.swift
[228/404] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[229/404] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[230/404] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[231/404] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[232/404] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[233/404] Emitting module Stencil
[234/406] Compiling SourceryUtils Time.swift
[235/406] Compiling SourceryUtils Version.swift
[236/406] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[237/406] Compiling Crypto RNG_boring.swift
[238/406] Compiling Crypto SafeCompare_boring.swift
[239/406] Compiling Crypto Zeroization_boring.swift
[240/406] Compiling Crypto PrettyBytes.swift
[241/406] Compiling Crypto SafeCompare.swift
[242/406] Compiling Crypto SecureBytes.swift
[243/406] Compiling Crypto Zeroization.swift
[246/406] Emitting module Yams
[249/406] Emitting module SourceryUtils
[256/436] Compiling DequeModule _DequeBufferHeader.swift
[257/436] Compiling DequeModule _DequeSlot.swift
[258/437] Compiling SwiftASN1 Errors.swift
[259/437] Compiling SourceryJS resource_bundle_accessor.swift
[260/437] Emitting module SourceryJS
[261/437] Compiling SourceryJS EJSTemplate.swift
[262/437] Compiling SourceryJS EJSTemplate+Tests.swift
[263/437] Compiling SourceryUtils Sha.swift
[264/437] Compiling SourceryUtils Path+Extensions.swift
[265/443] Compiling Commander CommandType.swift
[266/443] Compiling Commander Commands.swift
[267/443] Compiling _CryptoExtras RSA_boring.swift
[268/443] Compiling _CryptoExtras RSA_security.swift
[269/443] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[270/443] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[271/443] Compiling DequeModule Deque+Testing.swift
[272/443] Compiling DequeModule Deque._Storage.swift
[273/443] Compiling DequeModule Deque._UnsafeHandle.swift
[274/443] Compiling DequeModule Deque.swift
[275/443] Compiling _CryptoExtras ChaCha20CTR.swift
[276/443] Compiling _CryptoExtras RSA.swift
[277/443] Compiling _CryptoExtras AES_GCM_SIV.swift
[278/443] Compiling _CryptoExtras Block Function.swift
[282/443] Compiling OrderedCollections OrderedSet+SubSequence.swift
[283/443] Compiling OrderedCollections OrderedSet+Testing.swift
[284/443] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[285/443] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[286/443] Compiling OrderedCollections OrderedSet.swift
[287/443] Compiling OrderedCollections _UnsafeBitset.swift
[301/443] Compiling DequeModule _UnsafeWrappedBuffer.swift
[306/443] Compiling DequeModule _DequeBuffer.swift
[318/449] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[319/449] Compiling _CryptoExtras Error.swift
[320/449] Compiling _CryptoExtras BoringSSLHelpers.swift
[321/449] Compiling _CryptoExtras PEMDocument.swift
[322/450] Compiling Stencil TrimBehaviour.swift
[323/450] Compiling Stencil Variable.swift
[324/450] Compiling AEXML Parser.swift
[329/450] Emitting module SwiftASN1
[330/462] Compiling AEXML Options.swift
[331/462] Compiling AEXML Error.swift
[332/462] Compiling AEXML Document.swift
[333/462] Emitting module AEXML
[334/462] Compiling AEXML Element.swift
[335/462] Compiling _CryptoExtras RandomBytes.swift
[347/462] Compiling _CryptoExtras DigestType.swift
[348/462] Compiling StencilSwiftKit CallMacroNodes.swift
[349/462] Compiling StencilSwiftKit Context.swift
[350/462] Compiling StencilSwiftKit Environment.swift
[351/462] Compiling StencilSwiftKit Filters+Numbers.swift
[352/462] Emitting module DequeModule
[353/462] Emitting module OrderedCollections
[354/553] Compiling StencilSwiftKit ImportNode.swift
[355/553] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[356/553] Compiling StencilSwiftKit SetNode.swift
[357/553] Compiling StencilSwiftKit MapNode.swift
[358/553] Compiling StencilSwiftKit Filters.swift
[359/553] Emitting module StencilSwiftKit
[360/553] Compiling StencilSwiftKit Parameters.swift
[361/553] Compiling XcodeProj Writable.swift
[362/553] Compiling XcodeProj XCScheme+AditionalOption.swift
[363/554] Compiling XcodeProj Xcode.swift
[364/554] Compiling XcodeProj XcodeProj.swift
[365/554] Compiling StencilSwiftKit Filters+Strings.swift
[366/554] Compiling StencilSwiftKit SwiftIdentifier.swift
[367/554] Emitting module _CryptoExtras
[368/554] Compiling XcodeProj XCScheme+BuildAction.swift
[369/554] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[374/703] Compiling X509 Extensions.swift
[375/703] Compiling X509 ExtensionsBuilder.swift
[376/703] Compiling X509 GeneralName.swift
[377/703] Compiling X509 BasicOCSPResponse.swift
[378/703] Compiling X509 DirectoryString.swift
[379/703] Compiling X509 OCSPCertID.swift
[380/703] Compiling X509 OCSPCertStatus.swift
[381/703] Compiling X509 OCSPExtensionID.swift
[382/703] Compiling X509 OCSPNonce.swift
[383/703] Compiling X509 OCSPVersion.swift
[384/703] Compiling X509 PKCS8PrivateKey.swift
[385/703] Compiling X509 RDNAttribute.swift
[386/703] Compiling X509 RandomNumberGenerator+bytes.swift
[387/703] Compiling X509 OCSPPolicy.swift
[388/703] Compiling X509 OCSPRequest.swift
[389/703] Compiling X509 OCSPResponse.swift
[390/703] Compiling X509 OCSPResponseBytes.swift
[391/703] Compiling X509 RelativeDistinguishedName.swift
[392/703] Compiling X509 SubjectAlternativeName.swift
[393/703] Compiling X509 SubjectKeyIdentifier.swift
[394/703] Compiling X509 Extension.swift
[395/703] Compiling X509 OCSPResponseData.swift
[396/703] Compiling X509 OCSPResponseStatus.swift
[397/703] Compiling X509 ExpiryPolicy.swift
[398/703] Compiling X509 IPConstraints.swift
[399/703] Compiling X509 NameConstraintsPolicy.swift
[400/739] Compiling X509 CMSEncapsulatedContentInfo.swift
[401/739] Compiling X509 CMSIssuerAndSerialNumber.swift
[402/739] Compiling X509 CMSOperations.swift
[403/739] Compiling X509 CMSSignature.swift
[404/739] Compiling X509 CMSSignedData.swift
[405/739] Compiling X509 CMSSignerIdentifier.swift
[406/739] Compiling X509 CMSSignerInfo.swift
[407/746] Compiling X509 DNBuilder.swift
[408/746] Compiling X509 LocalityName.swift
[409/746] Compiling X509 OrganizationName.swift
[410/746] Compiling X509 OrganizationalUnitName.swift
[411/746] Compiling X509 StateOrProvinceName.swift
[412/746] Compiling X509 CertificateVersion.swift
[413/746] Compiling X509 CMSContentInfo.swift
[414/746] Emitting module XcodeProj
[415/756] Compiling TSCUtility Bits.swift
[416/756] Compiling TSCUtility Bitstream.swift
[417/756] Compiling TSCUtility BitstreamReader.swift
[418/756] Compiling TSCUtility BitstreamWriter.swift
[419/756] Compiling TSCUtility Archiver.swift
[420/756] Compiling TSCUtility ArgumentParser.swift
[421/756] Compiling TSCUtility ArgumentParserShellCompletion.swift
[422/756] Emitting module SourceryRuntime
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
[423/756] Compiling X509 UnverifiedChain.swift
[424/756] Compiling X509 VerificationDiagnostic.swift
[425/756] Compiling X509 Verifier.swift
[426/756] Compiling X509 Digests.swift
[427/756] Compiling X509 DistinguishedName.swift
[428/756] Compiling X509 CommonName.swift
[429/756] Compiling X509 CountryName.swift
[430/756] Compiling TSCUtility Tracing.swift
[431/756] Compiling TSCUtility Triple.swift
[432/756] Compiling TSCUtility OSLog.swift
[433/756] Compiling TSCUtility OrderedZip.swift
[434/756] Compiling TSCUtility PkgConfig.swift
[435/756] Compiling TSCUtility Platform.swift
[436/756] Compiling TSCUtility BuildFlags.swift
[437/756] Compiling TSCUtility CollectionExtensions.swift
[438/756] Compiling TSCUtility Context.swift
[439/765] Emitting module TSCUtility
[447/768] Compiling TSCUtility Array+Extensions.swift
[448/768] Compiling TSCUtility StringExtensions.swift
[449/768] Compiling TSCUtility StringMangling.swift
[450/768] Compiling TSCUtility FSWatch.swift
[451/768] Compiling TSCUtility FloatingPointExtensions.swift
[452/768] Compiling TSCUtility Git.swift
[453/768] Compiling TSCUtility Hex.swift
[454/768] Compiling TSCUtility URL.swift
[455/768] Compiling TSCUtility Verbosity.swift
[456/768] Compiling TSCUtility Version.swift
[457/768] Compiling TSCUtility PolymorphicCodable.swift
[458/768] Compiling TSCUtility ProgressAnimation.swift
[459/768] Compiling TSCUtility SerializedDiagnostics.swift
[460/768] Compiling TSCUtility SimplePersistence.swift
[461/768] Compiling X509 ExtensionIdentifiers.swift
[462/768] Compiling X509 KeyUsage.swift
[463/768] Compiling X509 NameConstraints.swift
[464/768] Compiling X509 VerifierPolicy.swift
[465/768] Compiling X509 AlgorithmIdentifier.swift
[466/768] Compiling X509 ECDSASignature.swift
[467/768] Compiling X509 RSAPKCS1PublicKey.swift
[468/768] Compiling X509 SubjectPublicKeyInfo.swift
[469/768] Compiling X509 TBSCertificate.swift
[470/768] Compiling X509 Time.swift
[471/768] Compiling SourceryRuntime TypesCollection.swift
[472/768] Compiling X509 BasicConstraintsPolicy.swift
[473/768] Compiling X509 DNSNames.swift
[474/768] Compiling X509 DirectoryNames.swift
[475/768] Compiling X509 StreetAddress.swift
[476/768] Compiling X509 Error.swift
[477/768] Compiling X509 AuthorityInformationAccess.swift
[478/768] Compiling X509 AuthorityKeyIdentifier.swift
[479/768] Compiling X509 BasicConstraints.swift
[480/768] Compiling X509 ExtendedKeyUsage.swift
[484/768] Compiling TSCUtility Diagnostics.swift
[485/768] Compiling TSCUtility IndexStore.swift
[486/768] Compiling TSCUtility InterruptHandler.swift
[487/768] Compiling TSCUtility JSONMessageStreamingParser.swift
[488/768] Compiling TSCUtility Netrc.swift
[493/768] Compiling TSCUtility Versioning.swift
[494/768] Compiling TSCUtility dlopen.swift
[495/768] Compiling TSCUtility misc.swift
[500/768] Compiling SourceryRuntime Closure.swift
[501/768] Compiling SourceryRuntime GenericTypeParameter.swift
[502/768] Compiling SourceryRuntime Tuple.swift
[503/768] Compiling SourceryRuntime TypeName.swift
[504/768] Compiling SourceryRuntime Variable.swift
[505/768] Compiling SourceryRuntime Types.swift
[550/768] Compiling X509 RFC5280Policy.swift
[551/768] Compiling X509 URIConstraints.swift
[552/768] Compiling X509 VersionPolicy.swift
[585/832] Compiling Basics SendableTimeInterval.swift
[586/832] Compiling Basics SerializedJSON.swift
[587/832] Compiling Basics SourceControlURL.swift
[588/832] Compiling Basics Observability.swift
[589/832] Compiling Basics NinjaProgressAnimation.swift
[590/832] Compiling Basics PercentProgressAnimation.swift
[591/832] Compiling Basics ProgressAnimationProtocol.swift
[592/832] Compiling Basics SingleLinePercentProgressAnimation.swift
[593/832] Compiling Basics ThrottledProgressAnimation.swift
[622/832] Compiling Basics TokenBucket.swift
[623/832] Compiling Basics DispatchTimeInterval+Extensions.swift
[624/832] Compiling Basics EnvironmentVariables.swift
[625/832] Compiling Basics Errors.swift
[626/832] Compiling Basics AbsolutePath.swift
[627/832] Compiling Basics FileSystem+Extensions.swift
[628/832] Compiling Basics NativePathExtensions.swift
[629/832] Compiling Basics RelativePath.swift
[630/832] Compiling Basics UniversalArchiver.swift
[631/832] Compiling Basics ZipArchiver.swift
[632/832] Compiling Basics AuthorizationProvider.swift
[633/832] Compiling Basics Cancellator.swift
[634/832] Compiling Basics ByteString+Extensions.swift
[635/832] Compiling Basics URLSessionHTTPClient.swift
[636/832] Compiling Basics ImportScanning.swift
[637/832] Compiling Basics VFSOverlay.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[638/832] Compiling Basics VirtualFileSystem.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[639/832] Compiling Basics HTTPClient.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[640/832] Compiling Basics HTTPClientConfiguration.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[641/832] Compiling Basics HTTPClientError.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[642/832] Compiling Basics Archiver.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[643/832] Compiling Basics TarArchiver.swift
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/Log.swift:101:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
99 | }
100 |
101 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
102 |
/Users/admin/builder/spi-builder-workspace/SourceryRuntime/Sources/Common/TemplateContext.swift:147:34: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
145 | /// :nodoc:
146 | public var context: TemplateContext! {
147 | return NSKeyedUnarchiver.unarchiveObject(withFile: arguments[1]) as? TemplateContext
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
148 | }
149 | }
[644/832] Compiling Basics JSON+Extensions.swift
[645/832] Compiling Basics JSONDecoder+Extensions.swift
[646/832] Compiling Basics Netrc.swift
[647/832] Compiling Basics OSSignpost.swift
[648/832] Compiling Basics ThreadSafeArrayStore.swift
[649/832] Compiling Basics ThreadSafeBox.swift
[650/832] Compiling Basics ThreadSafeKeyValueStore.swift
[651/832] Compiling Basics TSCAdapters.swift
[652/832] Compiling Basics Dictionary+Extensions.swift
[653/832] Compiling Basics IdentifiableSet.swift
[654/832] Compiling Basics String+Extensions.swift
[655/832] Compiling Basics ConcurrencyHelpers.swift
[656/832] Compiling Basics NSLock+Extensions.swift
[657/832] Compiling Basics SendableBox.swift
[658/832] Compiling X509 TimeCalculations.swift
[659/832] Compiling X509 Validity.swift
[660/832] Compiling XcodeProj ReferenceGenerator.swift
[661/832] Compiling XcodeProj XCConfig.swift
[662/832] Compiling XcodeProj XCWorkspace.swift
[663/832] Compiling XcodeProj XCWorkspaceData.swift
[664/832] Compiling XcodeProj XCWorkspaceDataElement.swift
[665/832] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[666/832] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[667/832] Compiling XcodeProj XCWorkspaceDataGroup.swift
[701/840] Compiling Basics SQLite.swift
[702/840] Compiling Basics SQLiteBackedCache.swift
[703/840] Compiling Basics Sandbox.swift
[704/840] Emitting module Basics
[705/846] Emitting module X509
[712/846] Emitting module SourcerySwift
[713/846] Compiling SourcerySwift SwiftTemplate.swift
[714/846] Compiling SourcerySwift SourceryRuntime.content.generated.swift
[715/846] Compiling SourcerySwift SourceryRuntime_Linux.content.generated.swift
[716/846] Compiling SourceryStencil TypedNode.swift
[717/846] Compiling SourceryStencil StencilTemplate.swift
/Users/admin/builder/spi-builder-workspace/SourceryStencil/Sources/StencilTemplate.swift:7:53: warning: 'StencilSwiftTemplate' is deprecated: No longer needed with Stencil whitespace control features
5 | import SourceryRuntime
6 |
7 | public final class StencilTemplate: StencilSwiftKit.StencilSwiftTemplate {
| `- warning: 'StencilSwiftTemplate' is deprecated: No longer needed with Stencil whitespace control features
8 | private(set) public var sourcePath: Path = ""
9 |
[718/846] Emitting module SourceryStencil
/Users/admin/builder/spi-builder-workspace/SourceryStencil/Sources/StencilTemplate.swift:7:53: warning: 'StencilSwiftTemplate' is deprecated: No longer needed with Stencil whitespace control features
5 | import SourceryRuntime
6 |
7 | public final class StencilTemplate: StencilSwiftKit.StencilSwiftTemplate {
| `- warning: 'StencilSwiftTemplate' is deprecated: No longer needed with Stencil whitespace control features
8 | private(set) public var sourcePath: Path = ""
9 |
[719/846] Compiling SourceryStencil NewLineNode.swift
[757/846] Compiling Basics HTTPClientHeaders.swift
[758/846] Compiling Basics HTTPClientRequest.swift
[759/846] Compiling Basics HTTPClientResponse.swift
[760/846] Compiling Basics HTTPMethod.swift
[761/846] Compiling Basics LegacyHTTPClient.swift
[762/846] Compiling Basics LegacyHTTPClientRequest.swift
[763/846] Compiling Basics TemporaryFile.swift
[769/846] Compiling Basics SwiftVersion.swift
[770/846] Compiling Basics Triple+Basics.swift
[771/846] Compiling Basics Triple+Platforms.swift
[772/846] Compiling Basics Triple.swift
[773/846] Compiling Basics Version+Extensions.swift
[774/846] Compiling Basics WritableByteStream+Extensions.swift
[775/913] Compiling SPMLLBuild llbuild.swift
[776/913] Emitting module SPMLLBuild
[777/913] Compiling LLBuildManifest LLBuildManifest.swift
[778/913] Compiling LLBuildManifest Command.swift
[779/913] Compiling LLBuildManifest LLBuildManifestWriter.swift
[780/913] Compiling LLBuildManifest Node.swift
[781/913] Emitting module LLBuildManifest
[782/913] Compiling LLBuildManifest Target.swift
[783/913] Compiling LLBuildManifest Tools.swift
[784/913] Compiling PackageCollectionsSigning Utilities.swift
[785/913] Compiling PackageCollectionsSigning Signature.swift
[786/913] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[787/913] Compiling PackageCollectionsSigning CertificatePolicy.swift
[788/913] Compiling PackageCollectionsSigning Base64URL.swift
[789/913] Emitting module PackageCollectionsSigning
[790/913] Compiling PackageCollectionsSigning X509Extensions.swift
[791/913] Compiling PackageCollectionsSigning embedded_resources.swift
[792/913] Emitting module PackageModel
[793/918] Compiling PackageModel SwiftTarget.swift
[794/918] Compiling PackageModel SystemLibraryTarget.swift
[795/918] Compiling PackageModel Target.swift
[796/918] Compiling PackageModel Toolchain.swift
[797/918] Compiling PackageModel ToolchainConfiguration.swift
[798/918] Compiling PackageModel SwiftSDKBundleStore.swift
[799/918] Compiling PackageModel SwiftSDKConfigurationStore.swift
[800/918] Compiling PackageModel BinaryTarget.swift
[801/918] Compiling PackageModel ClangTarget.swift
[802/918] Compiling PackageModel PluginTarget.swift
[803/918] Compiling PackageModel ManifestSourceGeneration.swift
[804/918] Compiling PackageModel MinimumDeploymentTarget.swift
[805/918] Compiling PackageModel ModuleMapType.swift
[806/918] Compiling PackageModel PackageIdentity.swift
[807/918] Compiling PackageModel PackageModel.swift
[808/918] Compiling PackageModel PackageReference.swift
[809/918] Compiling PackageModel Platform.swift
[810/918] Compiling PackageModel PlatformRegistry.swift
[811/918] Compiling PackageModel Product.swift
[812/918] Compiling PackageModel Registry.swift
[813/918] Compiling PackageModel RegistryReleaseMetadata.swift
[814/918] Compiling PackageModel Resource.swift
[815/918] Compiling PackageModel Sanitizers.swift
[816/918] Compiling PackageModel Snippet.swift
[817/918] Compiling PackageModel SnippetGroup.swift
[818/918] Compiling PackageModel PlainTextSnippetExtractor.swift
[819/918] Compiling PackageModel Sources.swift
[820/918] Compiling PackageModel SupportedLanguageExtension.swift
[821/918] Compiling PackageModel SwiftLanguageVersion.swift
[822/918] Compiling PackageModel SwiftSDK.swift
[823/918] Compiling PackageModel SwiftSDKBundle.swift
[824/918] Compiling PackageModel ArtifactsArchiveMetadata.swift
[825/918] Compiling PackageModel BuildConfiguration.swift
[826/918] Compiling PackageModel BuildEnvironment.swift
[827/918] Compiling PackageModel BuildFlags.swift
[828/918] Compiling PackageModel BuildSettings.swift
[829/918] Compiling PackageModel DependencyMapper.swift
[830/918] Compiling PackageModel PackageDependencyDescription.swift
[831/918] Compiling PackageModel PlatformDescription.swift
[832/918] Compiling PackageModel ProductDescription.swift
[833/918] Compiling PackageModel SystemPackageProviderDescription.swift
[834/918] Compiling PackageModel TargetBuildSettingDescription.swift
[835/918] Compiling PackageModel TargetDescription.swift
[836/918] Compiling PackageModel Diagnostics.swift
[837/918] Compiling PackageModel IdentityResolver.swift
[838/918] Compiling PackageModel LibraryMetadata.swift
[839/918] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[840/918] Compiling PackageModel Manifest.swift
[841/918] Compiling PackageModel PackageConditionDescription.swift
[842/918] Compiling SwiftOptions PrefixTrie.swift
[843/918] Compiling SwiftOptions OptionTable.swift
[844/918] Compiling SwiftOptions OptionParsing.swift
[845/918] Compiling SwiftOptions Option.swift
[846/918] Compiling SwiftOptions DriverKind.swift
[847/918] Emitting module SwiftOptions
[848/918] Compiling SwiftOptions Options.swift
[849/918] Compiling SwiftOptions ParsedOptions.swift
[871/918] Compiling PackageModel ToolsVersion.swift
[872/918] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[873/918] Compiling PackageModel Toolset.swift
[874/918] Compiling PackageModel UserToolchain.swift
[875/918] Compiling PackageModel WindowsToolchainInfo.swift
[876/1036] Compiling PackageFingerprint PackageFingerprintStorage.swift
[877/1036] Compiling PackageFingerprint Model.swift
[878/1036] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[879/1036] Emitting module PackageFingerprint
[880/1036] Compiling PackageSigning VerifierPolicies.swift
[881/1036] Compiling PackageSigning X509Extensions.swift
[882/1036] Compiling PackageSigning SigningIdentity.swift
[883/1036] Compiling PackageSigning FilePackageSigningEntityStorage.swift
[884/1036] Compiling PackageSigning PackageSigningEntityStorage.swift
[885/1036] Compiling PackageSigning SigningEntity.swift
[886/1036] Compiling PackageSigning SignatureProvider.swift
[887/1036] Emitting module PackageSigning
[888/1036] Compiling PackageSigning CertificateStores.swift
[889/1036] Compiling PackageSigning embedded_resources.swift
[890/1036] Compiling SwiftDriver GenericUnixToolchain.swift
[891/1036] Compiling SwiftDriver Toolchain.swift
[892/1036] Compiling SwiftDriver WebAssemblyToolchain.swift
[893/1036] Compiling SwiftDriver WindowsToolchain.swift
[894/1036] Compiling SwiftDriver SimpleExecutor.swift
[895/1036] Compiling SwiftDriver ToolingUtil.swift
[896/1036] Compiling SwiftDriver DOTJobGraphSerializer.swift
[897/1036] Compiling SwiftDriver DOTModuleDependencyGraphSerializer.swift
[898/1036] Compiling SwiftDriver DateAdditions.swift
[899/1036] Compiling SwiftDriver Diagnostics.swift
[900/1036] Compiling SwiftDriver FileList.swift
[901/1047] Compiling SourceControl RepositoryManager.swift
[902/1047] Compiling SourceControl GitRepository.swift
[903/1047] Emitting module SourceControl
[904/1047] Compiling SourceControl Repository.swift
[905/1047] Emitting module SwiftDriver
[906/1047] Compiling SwiftDriver AutolinkExtractJob.swift
[907/1047] Compiling SwiftDriver BackendJob.swift
[908/1047] Compiling SwiftDriver CommandLineArguments.swift
[909/1047] Compiling SwiftDriver CompileJob.swift
[910/1047] Compiling SwiftDriver DarwinToolchain+LinkerSupport.swift
[911/1047] Compiling SwiftDriver EmitModuleJob.swift
[912/1087] Emitting module PackageCollections
[913/1089] Compiling PackageLoading Target+PkgConfig.swift
[914/1089] Compiling PackageLoading TargetSourcesBuilder.swift
[915/1090] Compiling SwiftDriver Bits.swift
[916/1090] Compiling SwiftDriver Bitstream.swift
[917/1090] Compiling SwiftDriver BitstreamReader.swift
[918/1090] Compiling SwiftDriver BitstreamVisitor.swift
[919/1090] Compiling SwiftDriver BitstreamWriter.swift
[920/1090] Compiling SwiftDriver BlockInfo.swift
[921/1090] Compiling SwiftDriver BuildRecord.swift
[922/1090] Compiling SwiftDriver BuildRecordInfo.swift
[923/1090] Compiling SwiftDriver DependencyGraphDotFileWriter.swift
[924/1090] Compiling SwiftDriver DependencyKey.swift
[925/1090] Compiling SwiftDriver DirectAndTransitiveCollections.swift
[926/1090] Compiling PackageCollections Trie.swift
[927/1090] Compiling PackageCollections Utility.swift
[928/1090] Compiling PackageCollections API.swift
[929/1090] Compiling PackageCollections CVE.swift
[930/1090] Compiling PackageCollections Collection.swift
[931/1090] Compiling PackageCollections License.swift
[932/1090] Compiling PackageCollections PackageList.swift
[933/1090] Compiling PackageCollections PackageTypes.swift
[934/1090] Compiling SwiftDriver Integrator.swift
[935/1090] Compiling SwiftDriver InternedStrings.swift
[936/1090] Compiling SwiftDriver Node.swift
[937/1090] Compiling SwiftDriver NodeFinder.swift
[938/1090] Compiling SwiftDriver Tracer.swift
[939/1090] Compiling SwiftDriver Multidictionary.swift
[940/1090] Compiling SwiftDriver SourceFileDependencyGraph.swift
[941/1090] Compiling SwiftDriver SwiftSourceFile.swift
[942/1090] Compiling SwiftDriver TwoDMap.swift
[943/1090] Compiling SwiftDriver TwoLevelMap.swift
[944/1090] Compiling SwiftDriver APIDigesterJobs.swift
[951/1090] Compiling SwiftDriver EmitSupportedFeaturesJob.swift
[952/1090] Compiling SwiftDriver FrontendJobHelpers.swift
[953/1090] Compiling SwiftDriver GenerateDSYMJob.swift
[954/1090] Compiling SwiftDriver GeneratePCHJob.swift
[955/1090] Compiling SwiftDriver GeneratePCMJob.swift
[956/1090] Compiling SwiftDriver Toolchain+InterpreterSupport.swift
[957/1090] Compiling SwiftDriver Toolchain+LinkerSupport.swift
[958/1090] Compiling SwiftDriver VerifyDebugInfoJob.swift
[959/1090] Compiling SwiftDriver VerifyModuleInterfaceJob.swift
[960/1090] Compiling SwiftDriver WebAssemblyToolchain+LinkerSupport.swift
[961/1090] Compiling SwiftDriver WindowsToolchain+LinkerSupport.swift
[962/1090] Compiling SwiftDriver DependencyGraphBuilder.swift
[963/1090] Compiling SwiftDriver Loader.swift
[964/1090] Compiling SwiftDriver SwiftScan.swift
[965/1090] Compiling SwiftDriver SwiftScanCAS.swift
[966/1090] Compiling SwiftDriver DarwinToolchain.swift
[967/1090] Compiling PackageCollections FilePackageCollectionsSourcesStorage.swift
[968/1090] Compiling PackageCollections PackageCollectionsSourcesStorage.swift
[969/1090] Compiling PackageCollections PackageCollectionsStorage.swift
[970/1090] Compiling PackageCollections SQLitePackageCollectionsStorage.swift
[971/1090] Compiling PackageCollections PackageCollectionProvider.swift
[972/1090] Compiling PackageCollections PackageMetadataProvider.swift
[973/1090] Compiling PackageLoading ToolsVersionParser.swift
[974/1090] Compiling PackageCollections PackageCollections+Validation.swift
[975/1090] Compiling PackageCollections PackageCollections.swift
[976/1090] Compiling PackageCollections PackageIndex+Configuration.swift
[977/1090] Compiling PackageCollections PackageIndex.swift
[978/1090] Compiling PackageCollections PackageIndexAndCollections.swift
[979/1090] Compiling PackageCollections GitHubPackageMetadataProvider.swift
[980/1090] Compiling PackageCollections JSONPackageCollectionProvider.swift
[985/1090] Compiling SwiftDriver GenericUnixToolchain+LinkerSupport.swift
[986/1090] Compiling SwiftDriver InterpretJob.swift
[987/1090] Compiling SwiftDriver Job.swift
[988/1090] Compiling SwiftDriver LinkJob.swift
[989/1090] Compiling SwiftDriver MergeModuleJob.swift
[990/1090] Compiling SwiftDriver ModuleWrapJob.swift
[991/1090] Compiling SwiftDriver Planning.swift
[992/1090] Compiling SwiftDriver PrebuiltModulesJob.swift
[993/1090] Compiling SwiftDriver PrintTargetInfoJob.swift
[994/1090] Compiling SwiftDriver ReplJob.swift
[995/1090] Compiling SwiftDriver SwiftHelpIntroJob.swift
[996/1090] Compiling PackageCollections PackageCollections+Configuration.swift
[997/1090] Compiling PackageCollections PackageCollections+Storage.swift
[999/1090] Compiling PackageCollections Search.swift
[1000/1090] Compiling PackageCollections TargetListResult.swift
[1001/1090] Compiling PackageCollections PackageCollections+CertificatePolicy.swift
[1008/1090] Compiling SwiftDriver FileType.swift
[1009/1090] Compiling SwiftDriver PredictableRandomNumberGenerator.swift
[1010/1090] Compiling SwiftDriver RelativePathAdditions.swift
[1011/1090] Compiling SwiftDriver Sanitizer.swift
[1012/1090] Compiling SwiftDriver StringAdditions.swift
[1013/1090] Compiling SwiftDriver System.swift
[1014/1090] Compiling SwiftDriver Triple+Platforms.swift
[1015/1090] Compiling SwiftDriver Triple.swift
[1016/1090] Compiling SwiftDriver TypedVirtualPath.swift
[1017/1090] Compiling SwiftDriver Version.swift
[1018/1090] Compiling SwiftDriver VirtualPath.swift
[1019/1090] Compiling SwiftDriver ExternalDependencyAndFingerprintEnforcer.swift
[1020/1090] Compiling SwiftDriver FirstWaveComputer.swift
[1021/1090] Compiling SwiftDriver IncrementalCompilationProtectedState.swift
[1022/1090] Compiling SwiftDriver IncrementalCompilationState+Extensions.swift
[1023/1090] Compiling SwiftDriver IncrementalCompilationState.swift
[1024/1090] Compiling SwiftDriver IncrementalCompilationSynchronizer.swift
[1025/1090] Compiling SwiftDriver IncrementalDependencyAndInputSetup.swift
[1026/1090] Compiling SwiftDriver InputInfo.swift
[1027/1090] Compiling SwiftDriver KeyAndFingerprintHolder.swift
[1028/1090] Compiling SwiftDriver ModuleDependencyGraph.swift
[1029/1090] Compiling SwiftDriver DependencySource.swift
[1034/1090] Compiling SwiftDriver LinkKind.swift
[1035/1090] Compiling SwiftDriver ModuleOutputInfo.swift
[1036/1090] Compiling SwiftDriver OutputFileMap.swift
[1037/1090] Compiling SwiftDriver ToolExecutionDelegate.swift
[1038/1090] Compiling SwiftDriver WindowsExtensions.swift
[1039/1090] Compiling SwiftDriver ArgsResolver.swift
[1040/1090] Compiling SwiftDriver DriverExecutor.swift
[1041/1090] Compiling PackageLoading RegistryReleaseMetadataSerialization.swift
[1042/1090] Compiling PackageLoading Platform.swift
[1047/1090] Emitting module PackageLoading
[1054/1130] Compiling DriverSupport SPMSwiftDriverExecutor.swift
[1055/1130] Compiling DriverSupport DriverSupportUtils.swift
[1056/1130] Emitting module DriverSupport
[1057/1130] Compiling PackageRegistry SigningEntityTOFU.swift
[1058/1130] Compiling PackageRegistry RegistryDownloadsManager.swift
[1059/1130] Compiling PackageGraph DependencyResolutionNode.swift
[1060/1130] Compiling PackageGraph DependencyResolverBinding.swift
[1061/1130] Compiling PackageGraph DependencyResolverDelegate.swift
[1062/1130] Emitting module PackageGraph
[1063/1133] Compiling PackageRegistry SignatureValidation.swift
[1064/1133] Compiling PackageGraph Term.swift
[1065/1133] Compiling PackageGraph ResolvedPackage.swift
[1066/1133] Compiling PackageGraph ResolvedProduct.swift
[1067/1133] Compiling PackageGraph DependencyResolverError.swift
[1068/1133] Compiling PackageGraph PlatformVersionProvider.swift
[1069/1133] Compiling PackageGraph Assignment.swift
[1070/1133] Compiling PackageGraph PackageRequirement.swift
[1071/1133] Compiling PackageGraph PinsStore.swift
[1072/1133] Compiling PackageGraph PrebuiltPackageContainer.swift
[1073/1133] Compiling PackageGraph ContainerProvider.swift
[1074/1133] Compiling PackageGraph DiagnosticReportBuilder.swift
[1075/1133] Compiling PackageGraph Incompatibility.swift
[1076/1133] Compiling PackageGraph PartialSolution.swift
[1077/1133] Compiling PackageGraph PubGrubDependencyResolver.swift
[1078/1133] Compiling PackageGraph PubGrubPackageContainer.swift
[1079/1133] Compiling PackageGraph ResolvedTarget.swift
[1080/1133] Compiling PackageGraph Version+Extensions.swift
[1081/1133] Compiling PackageGraph VersionSetSpecifier.swift
[1082/1133] Compiling PackageGraph BoundVersion.swift
[1083/1133] Compiling PackageGraph BuildTriple.swift
[1084/1133] Compiling PackageGraph DependencyMirrors.swift
[1085/1133] Compiling PackageGraph Diagnostics.swift
[1086/1133] Compiling PackageGraph PackageContainer.swift
[1087/1133] Compiling PackageGraph PackageGraphRoot.swift
[1088/1133] Compiling PackageGraph PackageModel+Extensions.swift
[1089/1133] Compiling PackageGraph GraphLoadingNode.swift
[1090/1133] Compiling PackageGraph ModuleAliasTracker.swift
[1091/1133] Compiling PackageGraph ModulesGraph+Loading.swift
[1092/1133] Compiling PackageGraph ModulesGraph.swift
[1093/1152] Compiling SPMBuildCore BuildSystemCommand.swift
[1094/1152] Compiling SPMBuildCore BuildSystemDelegate.swift
[1095/1152] Compiling SPMBuildCore ResolvedPackage+Extensions.swift
[1096/1152] Compiling SPMBuildCore Triple+Extensions.swift
[1097/1153] Emitting module PackageRegistry
[1098/1153] Compiling PackageRegistry ChecksumTOFU.swift
[1099/1153] Compiling PackageRegistry RegistryClient.swift
[1100/1153] Compiling PackageRegistry RegistryConfiguration.swift
[1101/1153] Compiling SPMBuildCore XCFrameworkMetadata.swift
[1102/1155] Compiling SPMBuildCore BuildParameters+Driver.swift
[1103/1155] Compiling SPMBuildCore BuildParameters+Linking.swift
[1104/1155] Emitting module SPMBuildCore
[1105/1155] Compiling PackageMetadata PackageMetadata.swift
[1106/1155] Emitting module PackageMetadata
[1107/1155] Emitting module SwiftSyntax
[1141/1194] Compiling SwiftParser SyntaxUtils.swift
[1142/1194] Compiling SwiftParser TokenConsumer.swift
[1143/1194] Compiling SwiftParser TokenPrecedence.swift
[1144/1194] Compiling SwiftParser TokenSpec.swift
[1145/1198] Compiling SwiftParser Names.swift
[1146/1198] Compiling SwiftParser Nominals.swift
[1147/1198] Compiling SwiftParser Parameters.swift
[1148/1198] Compiling SwiftParser ParseSourceFile.swift
[1149/1198] Compiling SwiftParser Lexeme.swift
[1150/1198] Compiling SwiftParser LexemeSequence.swift
[1151/1198] Compiling SwiftParser Lexer.swift
[1152/1198] Compiling SwiftParser RegexLiteralLexer.swift
[1153/1198] Compiling SwiftParser Statements.swift
[1154/1198] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1155/1198] Compiling SwiftParser StringLiterals.swift
[1156/1198] Compiling SwiftParser SwiftParserCompatibility.swift
[1157/1198] Compiling SwiftParser Attributes.swift
[1158/1198] Compiling SwiftParser Availability.swift
[1164/1198] Compiling SwiftParser Parser.swift
[1165/1198] Compiling SwiftParser Declarations.swift
[1167/1198] Compiling SwiftParser CharacterInfo.swift
[1168/1198] Compiling SwiftParser CollectionNodes+Parsable.swift
[1169/1236] Compiling Workspace Workspace+Editing.swift
[1170/1236] Compiling Workspace Workspace+Manifests.swift
[1171/1236] Compiling Workspace Workspace+PackageContainer.swift
[1172/1236] Compiling SwiftParser Modifiers.swift
[1173/1238] Compiling Build BuildPlan+Product.swift
[1174/1238] Compiling Build BuildPlan+Swift.swift
[1175/1238] Compiling Build BuildPlan+Test.swift
[1176/1238] Compiling Build BuildPlan.swift
[1177/1242] Compiling Workspace Workspace+Registry.swift
[1178/1242] Compiling Workspace Workspace+Signing.swift
[1179/1242] Compiling Workspace Workspace+SourceControl.swift
[1180/1242] Compiling SwiftParser Types.swift
[1181/1242] Emitting module SwiftParser
[1182/1242] Compiling Workspace LoadableResult.swift
[1183/1242] Compiling Workspace ManagedArtifact.swift
[1184/1242] Compiling Workspace ManagedDependency.swift
[1185/1242] Compiling Build LLBuildManifestBuilder+Resources.swift
[1186/1242] Compiling Build LLBuildManifestBuilder+Swift.swift
[1189/1244] Compiling Workspace Workspace+Pinning.swift
[1191/1244] Compiling SwiftParser IsLexerClassified.swift
[1192/1244] Compiling SwiftParser LayoutNodes+Parsable.swift
[1193/1244] Compiling SwiftParser Parser+TokenSpecSet.swift
[1194/1244] Compiling SwiftParser TokenSpecStaticMembers.swift
[1195/1244] Compiling Build BuildPlan+Clang.swift
[1198/1244] Compiling Build ClangSupport.swift
[1201/1246] Compiling Build SwiftCompilerOutputParser.swift
[1202/1246] Compiling Build TestObservation.swift
[1206/1246] Compiling Workspace Workspace.swift
[1207/1246] Compiling SwiftParser ExperimentalFeatures.swift
[1208/1246] Compiling SwiftParser Expressions.swift
[1209/1246] Compiling SwiftParser IncrementalParseTransition.swift
[1210/1246] Compiling SwiftParser Cursor.swift
[1211/1246] Emitting module Workspace
[1212/1276] Compiling SourceryFramework FileParserSyntax.swift
[1213/1276] Compiling SourceryFramework Syntax+Extensions.swift
[1214/1276] Compiling SourceryFramework Template.swift
[1215/1276] Compiling SourceryFramework FileParserType.swift
[1216/1276] Compiling SourceryFramework Protocol+SwiftSyntax.swift
[1217/1276] Compiling SourceryFramework EnumCase+SwiftSyntax.swift
[1218/1276] Compiling SourceryFramework Generator.swift
[1219/1276] Compiling SourceryFramework SourceryTemplate.swift
[1220/1276] Compiling SourceryFramework String+TypeInference.swift
[1221/1276] Compiling SourceryFramework AccessLevel+SwiftSyntax.swift
[1222/1276] Compiling SourceryFramework Actor+SwiftSyntax.swift
[1223/1276] Compiling SourceryFramework Attribute+SwiftSyntax.swift
[1224/1276] Compiling SourceryFramework Class+SwiftSyntax.swift
[1225/1276] Compiling SourceryFramework Enum+SwiftSyntax.swift
[1226/1276] Compiling SourceryFramework Signature.swift
[1227/1276] Compiling SourceryFramework Struct+SwiftSyntax.swift
[1228/1276] Compiling SourceryFramework GenericParameter+SwiftSyntax.swift
[1244/1279] Emitting module Build
[1249/1279] Emitting module SourceryFramework
[1257/1282] Compiling SourceryFramework InlineParser.swift
[1258/1282] Compiling SourceryFramework StringView.swift
[1259/1282] Compiling SourceryFramework Verifier.swift
[1260/1282] Compiling SourceryFramework Subscript+SwiftSyntax.swift
[1261/1282] Compiling SourceryFramework Type+SwiftSyntax.swift
[1262/1282] Compiling SourceryFramework TypeName+SwiftSyntax.swift
[1263/1282] Compiling SourceryFramework Variable+SwiftSyntax.swift
[1266/1282] Compiling SourceryFramework Method+SwiftSyntax.swift
[1267/1282] Compiling SourceryFramework MethodParameter+SwiftSyntax.swift
[1268/1282] Compiling SourceryFramework Modifier+SwiftSyntax.swift
[1270/1282] Compiling SourceryFramework GenericRequirement+SwiftSyntax.swift
[1271/1282] Compiling SourceryFramework GenericType+SwiftSyntax.swift
[1272/1282] Compiling SourceryFramework SyntaxTreeCollector.swift
[1273/1282] Compiling SourceryFramework AnnotationsParser.swift
[1274/1282] Compiling SourceryFramework Bridges.swift
[1275/1282] Compiling SourceKitLSPAPI PluginTargetBuildDescription.swift
[1276/1282] Emitting module SourceKitLSPAPI
[1277/1282] Compiling SourceKitLSPAPI BuildDescription.swift
[1280/1293] Compiling SourceryLib FolderWatcher.swift
/Users/admin/builder/spi-builder-workspace/Sourcery/Utils/FolderWatcher.swift:99:13: warning: 'FSEventStreamScheduleWithRunLoop' was deprecated in macOS 13.0: Use FSEventStreamSetDispatchQueue instead.
97 | stream = FSEventStreamCreate(nil, handler, &context, [path] as CFArray, FSEventStreamEventId(kFSEventStreamEventIdSinceNow), latency, flags)
98 |
99 | FSEventStreamScheduleWithRunLoop(stream, CFRunLoopGetCurrent(), CFRunLoopMode.defaultMode.rawValue)
| `- warning: 'FSEventStreamScheduleWithRunLoop' was deprecated in macOS 13.0: Use FSEventStreamSetDispatchQueue instead.
100 | FSEventStreamStart(stream)
101 | }
[1281/1293] Compiling SourceryLib ByteRangeConversion.swift
[1282/1293] Compiling SourceryLib BytesRange + Editing.swift
[1283/1294] Compiling SourceryLib Xcode+Extensions.swift
[1284/1294] Compiling SourceryLib DryOutputModels.swift
[1285/1294] Compiling SourceryLib NSRange + Editing.swift
[1286/1294] Compiling SourceryLib Configuration.swift
[1287/1294] Compiling SourceryLib JavaScriptTemplate.swift
[1288/1294] Emitting module SourceryLib
/Users/admin/builder/spi-builder-workspace/Sourcery/Generating/Templates/Swift/SwiftTemplate.swift:14:1: warning: extension declares a conformance of imported type 'SwiftTemplate' to imported protocol 'Template'; this will not behave correctly if the owners of 'SourcerySwift' introduce this conformance in the future
12 | import SourcerySwift
13 |
14 | extension SwiftTemplate: Template {
| |- warning: extension declares a conformance of imported type 'SwiftTemplate' to imported protocol 'Template'; this will not behave correctly if the owners of 'SourcerySwift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 |
16 | public func render(_ context: TemplateContext) throws -> String {
[1289/1294] Compiling SourceryLib SwiftTemplate.swift
/Users/admin/builder/spi-builder-workspace/Sourcery/Generating/Templates/Swift/SwiftTemplate.swift:14:1: warning: extension declares a conformance of imported type 'SwiftTemplate' to imported protocol 'Template'; this will not behave correctly if the owners of 'SourcerySwift' introduce this conformance in the future
12 | import SourcerySwift
13 |
14 | extension SwiftTemplate: Template {
| |- warning: extension declares a conformance of imported type 'SwiftTemplate' to imported protocol 'Template'; this will not behave correctly if the owners of 'SourcerySwift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 |
16 | public func render(_ context: TemplateContext) throws -> String {
[1290/1294] Compiling SourceryLib StencilTemplate.swift
[1291/1294] Compiling SourceryLib Sourcery.swift
/Users/admin/builder/spi-builder-workspace/Sourcery/Sourcery.swift:433:54: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
431 | if requiresFileParserCopy {
432 | let data = try NSKeyedArchiver.archivedData(withRootObject: parserResult, requiringSecureCoding: false)
433 | parserResultCopy = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? FileParserResult
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
434 | }
435 |
/Users/admin/builder/spi-builder-workspace/Sourcery/Sourcery.swift:493:51: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
491 | SwiftTryCatch.try({
492 | // this deprecation can't be removed atm, new API is 10x slower
493 | if let unarchived = NSKeyedUnarchiver.unarchiveObject(withFile: artifacts) as? FileParserResult {
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
494 | if unarchived.sourceryVersion == Sourcery.version, unarchived.modifiedDate == modifiedDate {
495 | unarchivedResult = unarchived
[1292/1296] Emitting module SourceryExecutable
/Users/admin/builder/spi-builder-workspace/SourceryExecutable/main.swift:18:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
16 | import SourceryLib
17 |
18 | extension Path: ArgumentConvertible {
| |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | /// :nodoc:
20 | public init(parser: ArgumentParser) throws {
[1293/1296] Compiling SourceryExecutable main.swift
/Users/admin/builder/spi-builder-workspace/SourceryExecutable/main.swift:18:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
16 | import SourceryLib
17 |
18 | extension Path: ArgumentConvertible {
| |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | /// :nodoc:
20 | public init(parser: ArgumentParser) throws {
[1293/1296] Write Objects.LinkFileList
[1294/1296] Linking sourcery
[1295/1296] Applying sourcery
Build complete! (33.78s)
warning: 'spi-builder-workspace': found 7 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoCases.swift
/Users/admin/builder/spi-builder-workspace/Templates/artifactbundle.info.json.template
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoLenses.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoMockable.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/LinuxMain.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoHashable.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoEquatable.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/Source_Linux/TestProject/TestProject/Info.plist
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/LinuxMain.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoCases.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoEquatable.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoLenses.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoHashable.swift
/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context_Linux/AutoMockable.swift
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageModel/InstalledLibrariesSupport/provided-libraries.json
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageModel/InstalledLibrariesSupport/provided-libraries.json
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for sqlite3
Build complete.
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "commander",
"requirement" : {
"exact" : [
"0.9.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Commander.git"
},
{
"identity" : "pathkit",
"requirement" : {
"exact" : [
"1.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "stencilswiftkit",
"requirement" : {
"exact" : [
"2.10.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/art-divin/StencilSwiftKit.git"
},
{
"identity" : "xcodeproj",
"requirement" : {
"exact" : [
"8.24.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "swift-package-manager",
"requirement" : {
"exact" : [
"1.0.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/art-divin/swift-package-manager.git"
}
],
"manifest_display_name" : "Sourcery",
"name" : "Sourcery",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "sourcery",
"targets" : [
"SourceryExecutable"
],
"type" : {
"executable" : null
}
},
{
"name" : "SourceryRuntime",
"targets" : [
"SourceryRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SourceryStencil",
"targets" : [
"SourceryStencil"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SourceryJS",
"targets" : [
"SourceryJS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SourcerySwift",
"targets" : [
"SourcerySwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SourceryFramework",
"targets" : [
"SourceryFramework"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SourceryLib",
"targets" : [
"SourceryLib"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SourceryCommandPlugin",
"targets" : [
"SourceryCommandPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "TryCatch",
"module_type" : "ClangTarget",
"name" : "TryCatch",
"path" : "TryCatch",
"product_memberships" : [
"sourcery",
"SourceryLib",
"SourceryCommandPlugin"
],
"sources" : [
"TryCatch.m"
],
"type" : "library"
},
{
"c99name" : "TemplatesTests",
"module_type" : "SwiftTarget",
"name" : "TemplatesTests",
"path" : "Templates",
"product_dependencies" : [
"Quick",
"Nimble",
"PathKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Templates/Templates",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Templates/Tests/Context",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Templates/Tests/Expected",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Tests/TemplatesTests.swift"
],
"type" : "test"
},
{
"c99name" : "SourceryUtils",
"module_type" : "SwiftTarget",
"name" : "SourceryUtils",
"path" : "SourceryUtils",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"sourcery",
"SourcerySwift",
"SourceryFramework",
"SourceryLib",
"SourceryCommandPlugin"
],
"sources" : [
"Sources/Path+Extensions.swift",
"Sources/Sha.swift",
"Sources/Time.swift",
"Sources/Version.swift"
],
"type" : "library"
},
{
"c99name" : "SourcerySwift",
"module_type" : "SwiftTarget",
"name" : "SourcerySwift",
"path" : "SourcerySwift",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"sourcery",
"SourcerySwift",
"SourceryLib",
"SourceryCommandPlugin"
],
"sources" : [
"Sources/SourceryRuntime.content.generated.swift",
"Sources/SourceryRuntime_Linux.content.generated.swift",
"Sources/SwiftTemplate.swift"
],
"target_dependencies" : [
"SourceryRuntime",
"SourceryUtils"
],
"type" : "library"
},
{
"c99name" : "SourceryStencil",
"module_type" : "SwiftTarget",
"name" : "SourceryStencil",
"path" : "SourceryStencil",
"product_dependencies" : [
"PathKit",
"StencilSwiftKit"
],
"product_memberships" : [
"sourcery",
"SourceryStencil",
"SourceryLib",
"SourceryCommandPlugin"
],
"sources" : [
"Sources/NewLineNode.swift",
"Sources/StencilTemplate.swift",
"Sources/TypedNode.swift"
],
"target_dependencies" : [
"SourceryRuntime"
],
"type" : "library"
},
{
"c99name" : "SourceryRuntime",
"module_type" : "SwiftTarget",
"name" : "SourceryRuntime",
"path" : "SourceryRuntime",
"product_dependencies" : [
"StencilSwiftKit"
],
"product_memberships" : [
"sourcery",
"SourceryRuntime",
"SourceryStencil",
"SourcerySwift",
"SourceryFramework",
"SourceryLib",
"SourceryCommandPlugin"
],
"sources" : [
"Sources/Common/AST/AccessLevel.swift",
"Sources/Common/AST/Actor.swift",
"Sources/Common/AST/Annotations.swift",
"Sources/Common/AST/Attribute.swift",
"Sources/Common/AST/Class.swift",
"Sources/Common/AST/Definition.swift",
"Sources/Common/AST/Documentation.swift",
"Sources/Common/AST/Import.swift",
"Sources/Common/AST/Modifier.swift",
"Sources/Common/AST/PhantomProtocols.swift",
"Sources/Common/AST/Protocol.swift",
"Sources/Common/AST/ProtocolComposition.swift",
"Sources/Common/AST/Struct.swift",
"Sources/Common/AST/TypeName/Array.swift",
"Sources/Common/AST/TypeName/Dictionary.swift",
"Sources/Common/AST/TypeName/Generic.swift",
"Sources/Common/AST/TypeName/Set.swift",
"Sources/Common/AST/TypeName/Typed.swift",
"Sources/Common/AST/Typealias.swift",
"Sources/Common/Array+Parallel.swift",
"Sources/Common/BytesRange.swift",
"Sources/Common/Composer/Composer.swift",
"Sources/Common/Composer/ParserResultsComposed.swift",
"Sources/Common/Diffable.swift",
"Sources/Common/Extensions.swift",
"Sources/Common/FileParserResult.swift",
"Sources/Common/Log.swift",
"Sources/Common/TemplateContext.swift",
"Sources/Generated/AutoHashable.generated.swift",
"Sources/Generated/Coding.generated.swift",
"Sources/Generated/JSExport.generated.swift",
"Sources/Generated/Typed.generated.swift",
"Sources/Linux/AST/AssociatedType_Linux.swift",
"Sources/Linux/AST/AssociatedValue_Linux.swift",
"Sources/Linux/AST/ClosureParameter_Linux.swift",
"Sources/Linux/AST/EnumCase_Linux.swift",
"Sources/Linux/AST/Enum_Linux.swift",
"Sources/Linux/AST/GenericParameter_Linux.swift",
"Sources/Linux/AST/GenericRequirement_Linux.swift",
"Sources/Linux/AST/MethodParameter_Linux.swift",
"Sources/Linux/AST/Method_Linux.swift",
"Sources/Linux/AST/Protocol_Linux.swift",
"Sources/Linux/AST/Subscript_Linux.swift",
"Sources/Linux/AST/TypeName/Closure_Linux.swift",
"Sources/Linux/AST/TypeName/GenericTypeParameter_Linux.swift",
"Sources/Linux/AST/TypeName/Tuple_Linux.swift",
"Sources/Linux/AST/TypeName/TypeName_Linux.swift",
"Sources/Linux/AST/Type_Linux.swift",
"Sources/Linux/AST/Variable_Linux.swift",
"Sources/Linux/DynamicMemberLookup_Linux.swift",
"Sources/Linux/NSException_Linux.swift",
"Sources/Linux/TypesCollection_Linux.swift",
"Sources/Linux/Types_Linux.swift",
"Sources/macOS/AST/AssociatedType.swift",
"Sources/macOS/AST/AssociatedValue.swift",
"Sources/macOS/AST/ClosureParameter.swift",
"Sources/macOS/AST/Enum.swift",
"Sources/macOS/AST/EnumCase.swift",
"Sources/macOS/AST/GenericParameter.swift",
"Sources/macOS/AST/GenericRequirement.swift",
"Sources/macOS/AST/Method.swift",
"Sources/macOS/AST/MethodParameter.swift",
"Sources/macOS/AST/Subscript.swift",
"Sources/macOS/AST/Type.swift",
"Sources/macOS/AST/TypeName/Closure.swift",
"Sources/macOS/AST/TypeName/GenericTypeParameter.swift",
"Sources/macOS/AST/TypeName/Tuple.swift",
"Sources/macOS/AST/TypeName/TypeName.swift",
"Sources/macOS/AST/Variable.swift",
"Sources/macOS/Types.swift",
"Sources/macOS/TypesCollection.swift"
],
"type" : "library"
},
{
"c99name" : "SourceryLibTests",
"module_type" : "SwiftTarget",
"name" : "SourceryLibTests",
"path" : "Tests/SourceryLibTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/Configs",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/DryRun-Code",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/Errors",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/JavaScriptTemplates",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/Performance-Code",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/Result",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/Source",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/SwiftTemplates",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SourceryLibTests/Stub/Templates",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ConfigurationSpec.swift",
"Generating/JavaScriptTemplateSpecs.swift",
"Generating/StencilTemplateSpec.swift",
"Generating/SwiftTemplateSpecs.swift",
"GeneratorSpec.swift",
"Helpers/Builders.swift",
"Helpers/CustomMatchers.swift",
"Helpers/Extensions.swift",
"Models/ActorSpec.swift",
"Models/ArrayTypeSpec.swift",
"Models/ClassSpec.swift",
"Models/DiffableSpec.swift",
"Models/EnumSpec.swift",
"Models/MethodSpec.swift",
"Models/ProtocolSpec.swift",
"Models/StructSpec.swift",
"Models/TypeSpec.swift",
"Models/TypealiasSpec.swift",
"Models/TypedSpec.generated.swift",
"Models/VariableSpec.swift",
"Output/DryOutputSpec.swift",
"Parsing/ComposerSpec.swift",
"Parsing/FileParserSpec.swift",
"Parsing/FileParser_AssociatedTypeSpec.swift",
"Parsing/FileParser_AttributesModifierSpec.swift",
"Parsing/FileParser_MethodsSpec.swift",
"Parsing/FileParser_ProtocolComposition.swift",
"Parsing/FileParser_SubscriptsSpec.swift",
"Parsing/FileParser_TypeNameSpec.swift",
"Parsing/FileParser_VariableSpec.swift",
"Parsing/Helpers/AnnotationsParserSpec.swift",
"Parsing/Helpers/StringViewSpec.swift",
"Parsing/Helpers/TemplateAnnotationsParserSpec.swift",
"Parsing/Helpers/TemplatesAnnotationParser_ForceParseInlineCodeSpec.swift",
"Parsing/Helpers/VerifierSpec.swift",
"Sourcery+PerformanceSpec.swift",
"SourcerySpec.swift",
"Stub/Source_Linux/Bar.swift",
"Stub/Source_Linux/Foo.swift",
"Stub/Source_Linux/FooBar.swift",
"Stub/Stubs.swift"
],
"target_dependencies" : [
"SourceryLib"
],
"type" : "test"
},
{
"c99name" : "SourceryLib",
"module_type" : "SwiftTarget",
"name" : "SourceryLib",
"path" : "Sourcery",
"product_dependencies" : [
"Commander",
"PathKit",
"Yams",
"StencilSwiftKit",
"SwiftSyntax",
"XcodeProj",
"SwiftPM-auto"
],
"product_memberships" : [
"sourcery",
"SourceryLib",
"SourceryCommandPlugin"
],
"sources" : [
"Configuration.swift",
"Generating/Templates/JavaScript/JavaScriptTemplate.swift",
"Generating/Templates/Stencil/StencilTemplate.swift",
"Generating/Templates/Swift/SwiftTemplate.swift",
"Sourcery.swift",
"Utils/ByteRangeConversion.swift",
"Utils/BytesRange + Editing.swift",
"Utils/DryOutputModels.swift",
"Utils/FolderWatcher.swift",
"Utils/NSRange + Editing.swift",
"Utils/Xcode+Extensions.swift"
],
"target_dependencies" : [
"SourceryFramework",
"SourceryRuntime",
"SourceryStencil",
"SourceryJS",
"SourcerySwift",
"TryCatch"
],
"type" : "library"
},
{
"c99name" : "SourceryJS",
"module_type" : "SwiftTarget",
"name" : "SourceryJS",
"path" : "SourceryJS",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"sourcery",
"SourceryJS",
"SourceryLib",
"SourceryCommandPlugin"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/SourceryJS/Resources/ejs.js",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Sources/EJSTemplate+Tests.swift",
"Sources/EJSTemplate.swift"
],
"type" : "library"
},
{
"c99name" : "SourceryFramework",
"module_type" : "SwiftTarget",
"name" : "SourceryFramework",
"path" : "SourceryFramework",
"product_dependencies" : [
"PathKit",
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"sourcery",
"SourceryFramework",
"SourceryLib",
"SourceryCommandPlugin"
],
"sources" : [
"Sources/Generating/Generator.swift",
"Sources/Generating/SourceryTemplate.swift",
"Sources/Generating/Template.swift",
"Sources/Parsing/FileParserType.swift",
"Sources/Parsing/String+TypeInference.swift",
"Sources/Parsing/SwiftSyntax/AST/AccessLevel+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Actor+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Attribute+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Class+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Enum+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/EnumCase+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/GenericParameter+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/GenericRequirement+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/GenericType+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Method+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/MethodParameter+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Modifier+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Protocol+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Signature.swift",
"Sources/Parsing/SwiftSyntax/AST/Struct+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Subscript+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Type+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/TypeName+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/AST/Variable+SwiftSyntax.swift",
"Sources/Parsing/SwiftSyntax/FileParserSyntax.swift",
"Sources/Parsing/SwiftSyntax/Syntax+Extensions.swift",
"Sources/Parsing/SwiftSyntax/SyntaxTreeCollector.swift",
"Sources/Parsing/Utils/AnnotationsParser.swift",
"Sources/Parsing/Utils/Bridges.swift",
"Sources/Parsing/Utils/InlineParser.swift",
"Sources/Parsing/Utils/StringView.swift",
"Sources/Parsing/Utils/Verifier.swift"
],
"target_dependencies" : [
"SourceryUtils",
"SourceryRuntime"
],
"type" : "library"
},
{
"c99name" : "SourceryExecutable",
"module_type" : "SwiftTarget",
"name" : "SourceryExecutable",
"path" : "SourceryExecutable",
"product_memberships" : [
"sourcery",
"SourceryCommandPlugin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SourceryLib"
],
"type" : "executable"
},
{
"c99name" : "SourceryCommandPlugin",
"module_type" : "PluginTarget",
"name" : "SourceryCommandPlugin",
"path" : "Plugins/SourceryCommandPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Sourcery command plugin for code generation",
"type" : "custom",
"verb" : "sourcery-command"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Need permission to write generated files to package directory",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"SourceryCommandPlugin"
],
"sources" : [
"SourceryCommandPlugin.swift"
],
"target_dependencies" : [
"SourceryExecutable"
],
"type" : "plugin"
},
{
"c99name" : "CodableContextTests",
"module_type" : "SwiftTarget",
"name" : "CodableContextTests",
"path" : "Templates/CodableContextTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"CodableContextTests.swift"
],
"target_dependencies" : [
"CodableContext"
],
"type" : "test"
},
{
"c99name" : "CodableContext",
"module_type" : "SwiftTarget",
"name" : "CodableContext",
"path" : "Templates/Tests",
"sources" : [
"Context/AutoCodable.swift",
"Generated/AutoCodable.generated.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.