The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of NozeIO with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/Noze.io.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/NozeIO/Noze.io
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 983cedf Update README.md
Cloned https://github.com/NozeIO/Noze.io.git
Revision (git rev-parse @):
983cedfbe97cd592c4a2f59c69604bb1433895b3
SUCCESS checkout https://github.com/NozeIO/Noze.io.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "noze.io",
      "name": "NozeIO",
      "url": "https://github.com/NozeIO/Noze.io.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Noze.io",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/NozeIO/Noze.io.git
[1/4671] Fetching noze.io
Fetched https://github.com/NozeIO/Noze.io.git (0.59s)
Creating working copy for https://github.com/NozeIO/Noze.io.git
Working copy of https://github.com/NozeIO/Noze.io.git resolved at master
warning: '.resolve-product-dependencies': dependency 'noze.io' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/53] Emitting module base64
[2/53] Compiling base64 Base64.swift
[3/53] Compiling CryptoSwift Updatable.swift
[4/54] Compiling CryptoSwift MD5.swift
[5/54] Compiling CryptoSwift Operators.swift
[6/54] Compiling CryptoSwift DigestType.swift
[7/54] Compiling CryptoSwift Generics.swift
[8/54] Compiling CryptoSwift Bit.swift
[9/54] Compiling CryptoSwift BytesSequence.swift
[10/54] Compiling CryptoSwift CSArrayType+Extensions.swift
[11/54] Compiling CryptoSwift Collection+Extension.swift
[12/54] Compiling CryptoSwift ArrayExtension.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:24:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func ==<Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:19:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:28:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:19:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
[13/54] Compiling CryptoSwift BatchedCollection.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:24:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func ==<Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:19:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:28:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:19:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
[14/54] Emitting module CryptoSwift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:24:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func ==<Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:19:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:28:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:19:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
[15/54] Compiling CryptoSwift Int+Extension.swift
[16/54] Compiling CryptoSwift IntegerConvertible.swift
[17/54] Compiling CryptoSwift Utils.swift
[18/54] Compiling Freddy JSONSubscripting.swift
[19/54] Compiling Freddy JSONLiteralConvertible.swift
[20/54] Compiling Freddy JSONEncodingDetector.swift
[21/54] Compiling Freddy JSONDecodable.swift
[22/54] Compiling Freddy JSON.swift
[23/54] Compiling Freddy JSONEncodable.swift
[24/54] Emitting module Freddy
[25/54] Compiling Freddy JSONParser.swift
[26/55] Compiling Freddy Swift3.swift
[27/55] Compiling http_parser ascii.swift
[28/55] Compiling http_parser HTTPParserState.swift
[29/55] Compiling http_parser HTTPMethod.swift
[30/55] Compiling http_parser HTTPError.swift
[31/55] Emitting module http_parser
[32/55] Compiling http_parser http_parser.swift
[33/55] Compiling http_parser CString.swift
[34/55] Compiling http_parser URLParser.swift
[35/56] Compiling http_parser http_parser_settings.swift
[42/56] Compiling xsys timespec.swift
[47/57] Compiling xsys timeval_any.swift
[48/57] Emitting module xsys
[51/57] Compiling mustache MustacheParser.swift
[52/57] Compiling mustache MustacheRenderingContext.swift
[53/57] Compiling mustache Helpers.swift
[54/57] Compiling mustache SimpleKVC.swift
[55/57] Compiling mustache HTMLEscape.swift
[56/57] Compiling mustache MustacheNode.swift
[57/57] Emitting module mustache
[58/67] Compiling core RawByteBuffer.swift
[59/67] Compiling core NozeModules.swift
[60/67] Compiling core Promise.swift
[61/68] Compiling core NozeCore.swift
[62/68] Compiling core Module.swift
[63/68] Emitting module core
[64/68] Compiling core Extras.swift
[65/68] Compiling core Logger.swift
[66/68] Compiling core ByteBucket.swift
[67/68] Compiling core CIDictionary.swift
[68/68] Compiling core Swift3.swift
[69/82] Compiling events Module.swift
[70/82] Compiling dns Module.swift
[71/82] Compiling events ErrorEmitter.swift
[72/82] Emitting module events
[73/82] Emitting module leftpad
[74/82] Compiling leftpad Module.swift
[75/82] Emitting module dns
[76/82] Compiling dns Lookup.swift
[77/82] Compiling cows UniqueRandomArray.swift
[78/82] Compiling cows cows.swift
[79/82] Compiling events EventEmitter.swift
[80/82] Compiling events EventListenerSet.swift
[81/82] Emitting module cows
[82/82] Compiling cows Module.swift
[83/117] Emitting module streams
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GReadableStreamType.swift:18:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReadableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GWritableStreamType.swift:20:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol WritableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/extra/TransformStream.swift:186:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol GTransformStreamType : class {
                                       ^~~~~
                                       AnyObject
[84/121] Compiling streams SourceStream.swift
[85/121] Compiling streams Stream.swift
[86/121] Compiling streams StreamPromise.swift
[87/121] Compiling streams TargetStream.swift
[88/121] Compiling streams WritableByteStreamType.swift
[89/121] Compiling streams ListBuffer.swift
[90/121] Compiling streams Readable.swift
[91/121] Compiling streams Transform.swift
[92/121] Compiling streams Writable.swift
[93/121] Compiling streams ConcatTarget.swift
[94/121] Compiling streams NullWritableStream.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/extra/TransformStream.swift:186:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol GTransformStreamType : class {
                                       ^~~~~
                                       AnyObject
[95/121] Compiling streams Through2.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/extra/TransformStream.swift:186:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol GTransformStreamType : class {
                                       ^~~~~
                                       AnyObject
[96/121] Compiling streams TransformStream.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/extra/TransformStream.swift:186:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol GTransformStreamType : class {
                                       ^~~~~
                                       AnyObject
[97/121] Compiling streams WritableByteStreamWrapper.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/extra/TransformStream.swift:186:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol GTransformStreamType : class {
                                       ^~~~~
                                       AnyObject
[98/121] Compiling streams Sequence2StreamPipe.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/extra/TransformStream.swift:186:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol GTransformStreamType : class {
                                       ^~~~~
                                       AnyObject
[99/121] Compiling streams WritableStream.swift
[100/121] Compiling streams IteratorSource.swift
[101/121] Compiling streams SinkTarget.swift
[102/121] Compiling streams ArrayBuffer.swift
[103/121] Compiling streams Bucket.swift
[104/121] Compiling streams GWritableTargetType.swift
[105/121] Compiling streams Module.swift
[106/121] Compiling streams PipeSourceError.swift
[107/121] Compiling streams ReadableByteStreamType.swift
[108/121] Compiling streams ReadableStream.swift
[109/121] Compiling streams Stream2StreamPipe.swift
[110/121] Compiling streams String2StreamPipe.swift
[111/121] Compiling streams CharacterToUTF8.swift
[112/121] Compiling streams EncodingError.swift
[113/121] Compiling streams Duplex.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:180:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(pipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:183:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(unpipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GReadableStreamType.swift:18:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReadableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GWritableStreamType.swift:20:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol WritableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
[114/121] Compiling streams DuplexStream.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:180:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(pipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:183:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(unpipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GReadableStreamType.swift:18:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReadableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GWritableStreamType.swift:20:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol WritableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
[115/121] Compiling streams GReadableSourceType.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:180:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(pipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:183:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(unpipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GReadableStreamType.swift:18:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReadableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GWritableStreamType.swift:20:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol WritableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
[116/121] Compiling streams GReadableStreamType.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:180:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(pipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:183:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(unpipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GReadableStreamType.swift:18:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReadableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GWritableStreamType.swift:20:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol WritableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
[117/121] Compiling streams GWritableStreamType.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:180:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(pipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/DuplexStream.swift:183:5: warning: using '_' to ignore the result of a Void-returning function is redundant
    _ = writeStream.emit(unpipe: src)
    ^~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GReadableStreamType.swift:18:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReadableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/streams/GWritableStreamType.swift:20:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol WritableStreamType : class, StreamType {
                                     ^~~~~
                                     AnyObject
[118/121] Compiling streams StringToUTF8.swift
[119/121] Compiling streams UTF8toCharacter.swift
[120/121] Compiling streams UTF8toLines.swift
[121/121] Compiling streams UniqStrings.swift
[122/143] Compiling crypto Module.swift
[123/143] Compiling crypto Hash.swift
[124/143] Emitting module crypto
[125/143] Compiling crypto MD5Hash.swift
[126/143] Emitting module fs
[127/145] Compiling fs StatStruct.swift
[128/145] Compiling fs StdInSource.swift
[129/145] Compiling fs FileDescriptorStream.swift
[130/145] Compiling fs FileSource.swift
[131/145] Compiling fs FileTarget.swift
[132/145] Compiling fs StdOutTarget.swift
[133/145] Compiling fs Streams.swift
[134/145] Compiling fs Path.swift
[135/145] Compiling fs PosixWrappers.swift
[136/145] Compiling fs GCDChannelBase.swift
[137/145] Compiling fs Module.swift
[138/145] Compiling fs Temp.swift
[139/145] Compiling fs UnixUtils.swift
[140/145] Compiling fs AsyncWrapper.swift
[141/145] Compiling fs Convenience.swift
[142/145] Compiling fs Directory.swift
[143/145] Compiling fs ErrnoError.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/fs/FileDescriptor.swift:87:37: warning: forming 'UnsafeRawPointer' to a variable of type '[T]'; this is likely incorrect because 'T' may contain an object reference.
    let writeCount = xsys.write(fd, buffer, lCount)
                                    ^
[144/145] Compiling fs FSWatcher.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/fs/FileDescriptor.swift:87:37: warning: forming 'UnsafeRawPointer' to a variable of type '[T]'; this is likely incorrect because 'T' may contain an object reference.
    let writeCount = xsys.write(fd, buffer, lCount)
                                    ^
[145/145] Compiling fs FileDescriptor.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/fs/FileDescriptor.swift:87:37: warning: forming 'UnsafeRawPointer' to a variable of type '[T]'; this is likely incorrect because 'T' may contain an object reference.
    let writeCount = xsys.write(fd, buffer, lCount)
                                    ^
[146/164] Compiling net Util.swift
[147/164] Compiling json Module.swift
[148/164] Compiling net SocketSourceTarget.swift
[149/164] Compiling json Stringify.swift
[150/164] Compiling process Stdio.swift
[151/164] Compiling process Environment.swift
[152/164] Compiling process FileSystem.swift
[153/164] Emitting module json
[154/164] Compiling json JSONWritableStream.swift
[155/164] Compiling json JsonFile.swift
[156/164] Emitting module process
[157/164] Compiling process Messages.swift
[158/164] Compiling process Module.swift
[159/174] Compiling child_process StdioAction.swift
[160/174] Compiling console Module.swift
[161/174] Compiling net SocketAddress.swift
[162/174] Compiling net Server.swift
[163/174] Compiling net Module.swift
[164/174] Compiling net DNS.swift
[165/174] Emitting module net
[166/174] Compiling net Socket.swift
[167/174] Emitting module console
[168/174] Compiling console Console.swift
[169/206] Compiling child_process PipeSourceTarget.swift
[170/206] Compiling child_process Module.swift
[171/206] Compiling child_process ChildProcessPipes.swift
[172/206] Compiling child_process ChildProcess.swift
[173/206] Emitting module child_process
[174/206] Compiling child_process Spawn.swift
[175/206] Compiling redis RedisRetry.swift
[176/206] Compiling redis RedisValue.swift
[177/206] Compiling redis RedisPrint.swift
[178/207] Emitting module redis
[179/207] Emitting module http
[180/209] Compiling http RequestOptions.swift
[181/209] Compiling http Server.swift
[182/209] Compiling http HTTPConnection.swift
[183/209] Compiling http HTTPMessageWrapper.swift
[184/209] Compiling redis RedisCommands.swift
[185/209] Compiling redis RedisConnection.swift
[186/209] Compiling redis RedisParser.swift
[187/209] Compiling http QueryString.swift
[188/209] Compiling http HTTPStatus.swift
[189/209] Compiling http IncomingMessage.swift
[190/209] Compiling redis RedisWritableStream.swift
[191/209] Compiling dgram Module.swift
[192/209] Compiling dgram Socket.swift
[193/209] Emitting module dgram
[194/209] Compiling dgram Internals.swift
[195/209] Compiling redis RedisClient.swift
[196/209] Compiling redis RedisCoding.swift
[201/209] Compiling redis CallbackHelpers.swift
[202/209] Compiling redis Extensions.swift
[203/209] Compiling redis Module.swift
[208/209] Compiling http ServerResponse.swift
[209/209] Compiling http URL.swift
[210/221] Compiling connect Logger.swift
[211/221] Compiling connect MethodOverride.swift
[212/221] Compiling connect Session.swift
[213/221] Compiling connect Connect.swift
[214/221] Compiling connect CookieParser.swift
[215/221] Compiling connect ServeStatic.swift
[216/222] Compiling connect BodyParser.swift
[217/222] Compiling connect CORS.swift
[218/222] Compiling connect Module.swift
[219/222] Compiling connect Pause.swift
[220/222] Emitting module connect
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/connect/QS.swift:254:26: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol RefTypeFlatten: class {
                         ^~~~~
                         AnyObject
[221/222] Compiling connect QS.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/connect/QS.swift:254:26: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol RefTypeFlatten: class {
                         ^~~~~
                         AnyObject
[222/222] Compiling connect TypeIs.swift
[223/234] Compiling express RouteKeeper.swift
[224/234] Compiling express JSON.swift
[225/234] Compiling express MiddlewareObject.swift
[226/234] Compiling express Router.swift
[227/235] Compiling express Settings.swift
[228/235] Compiling express Module.swift
[229/235] Compiling express Mustache.swift
[230/235] Compiling express ServerResponse.swift
[231/235] Emitting module express
[232/235] Compiling express Express.swift
[233/235] Compiling express IncomingMessage.swift
[234/235] Compiling express Render.swift
[235/235] Compiling express Route.swift
Build complete! (23.96s)
Build complete.
Done.