Build Information
Successful build of swift-uv, reference master (1c65d1
), with Swift 6.0 for Linux on 3 Dec 2024 11:24:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/swift-uv.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/RussBaz/swift-uv
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1c65d1e Possible dependency fix workaround on Linux?
Cloned https://github.com/RussBaz/swift-uv.git
Revision (git rev-parse @):
1c65d1edefc0dfbdc19b75f655b4ce99fb092db7
SUCCESS checkout https://github.com/RussBaz/swift-uv.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/RussBaz/swift-uv.git
{
"dependencies" : [
{
"identity" : "mini-alloc",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RussBaz/mini-alloc"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-uv",
"name" : "swift-uv",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "UVCore",
"targets" : [
"UVCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UVServer",
"targets" : [
"UVServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HelloServer",
"targets" : [
"HelloServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "uvTests",
"module_type" : "SwiftTarget",
"name" : "uvTests",
"path" : "Tests/uvTests",
"sources" : [
"uvTests.swift"
],
"target_dependencies" : [
"UVCore"
],
"type" : "test"
},
{
"c99name" : "UVServer",
"module_type" : "SwiftTarget",
"name" : "UVServer",
"path" : "Sources/UVServer",
"product_memberships" : [
"UVServer",
"HelloServer"
],
"sources" : [
"UVServer.swift"
],
"target_dependencies" : [
"UVCore"
],
"type" : "library"
},
{
"c99name" : "UVCore",
"module_type" : "SwiftTarget",
"name" : "UVCore",
"path" : "Sources/UVCore",
"product_dependencies" : [
"MA",
"Collections"
],
"product_memberships" : [
"UVCore",
"UVServer",
"HelloServer"
],
"sources" : [
"Jobs/UVJobs.swift",
"Jobs/UVTask.swift",
"Scheduled/UVScheduledManager.swift",
"TCP/RawHandlers/TcpBuffer.swift",
"TCP/RawHandlers/TcpConnection.swift",
"TCP/RawHandlers/TcpServer.swift",
"TCP/UVTcpBuffer.swift",
"TCP/UVTcpChannel.swift",
"TCP/UVTcpConnection.swift",
"TCP/UVTcpConnectionController.swift",
"TCP/UVTcpManager.swift",
"TCP/UVTcpResponse.swift",
"TCP/UVTcpServer.swift",
"TCP/UVTcpServerSetup.swift",
"UVError.swift",
"UVExecutionThread.swift",
"UVExecutor.swift",
"Utilities/UVAddressRepresentable.swift",
"Utilities/UVFIFOQueue.swift",
"Utilities/UVHandlerRepresentable.swift",
"Utilities/UVManualMemoryConvertible.swift",
"Utilities/UVRequestRepresentable.swift",
"Utilities/UVStreamRepresentable.swift"
],
"target_dependencies" : [
"Clibuv"
],
"type" : "library"
},
{
"c99name" : "HelloServer",
"module_type" : "SwiftTarget",
"name" : "HelloServer",
"path" : "Sources/HelloServer",
"product_memberships" : [
"HelloServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"UVCore",
"UVServer"
],
"type" : "executable"
},
{
"c99name" : "Clibuv",
"module_type" : "ClangTarget",
"name" : "Clibuv",
"path" : "Sources/Clibuv",
"product_memberships" : [
"UVCore",
"UVServer",
"HelloServer"
],
"sources" : [
"src/fs-poll.c",
"src/idna.c",
"src/inet.c",
"src/random.c",
"src/strscpy.c",
"src/strtok.c",
"src/thread-common.c",
"src/threadpool.c",
"src/timer.c",
"src/unix/async.c",
"src/unix/core.c",
"src/unix/dl.c",
"src/unix/fs.c",
"src/unix/getaddrinfo.c",
"src/unix/getnameinfo.c",
"src/unix/linux.c",
"src/unix/loop-watcher.c",
"src/unix/loop.c",
"src/unix/pipe.c",
"src/unix/poll.c",
"src/unix/process.c",
"src/unix/procfs-exepath.c",
"src/unix/proctitle.c",
"src/unix/random-devurandom.c",
"src/unix/random-getrandom.c",
"src/unix/random-sysctl-linux.c",
"src/unix/signal.c",
"src/unix/stream.c",
"src/unix/tcp.c",
"src/unix/thread.c",
"src/unix/tty.c",
"src/unix/udp.c",
"src/uv-common.c",
"src/uv-data-getter-setters.c",
"src/version.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/RussBaz/mini-alloc
[1/43] Fetching mini-alloc
[43/15646] Fetching mini-alloc, swift-collections
Fetched https://github.com/RussBaz/mini-alloc from cache (1.08s)
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.36s)
Computing version for https://github.com/RussBaz/mini-alloc
Computed https://github.com/RussBaz/mini-alloc at 1.0.2 (0.39s)
Creating working copy for https://github.com/RussBaz/mini-alloc
Working copy of https://github.com/RussBaz/mini-alloc resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/62] Compiling strtok.c
[1/62] Compiling strscpy.c
[2/62] Write sources
[13/62] Compiling random.c
[14/62] Compiling inet.c
[15/62] Compiling threadpool.c
[16/62] Compiling thread-common.c
[17/62] Compiling fs-poll.c
[17/62] Compiling idna.c
[19/62] Compiling version.c
[20/62] Compiling uv-data-getter-setters.c
[21/62] Compiling tty.c
[22/62] Write swift-version-24593BA9C3E375BF.txt
[23/62] Compiling udp.c
[24/62] Compiling uv-common.c
[25/62] Compiling thread.c
[26/62] Compiling tcp.c
[27/62] Compiling signal.c
[28/62] Compiling random-getrandom.c
[29/62] Compiling random-sysctl-linux.c
[30/62] Compiling random-devurandom.c
[31/62] Compiling stream.c
[32/62] Compiling proctitle.c
[33/65] Compiling procfs-exepath.c
[34/68] Compiling poll.c
[35/81] Compiling loop.c
[36/81] Compiling pipe.c
[37/81] Compiling process.c
[38/81] Compiling loop-watcher.c
[39/81] Compiling getnameinfo.c
[40/81] Compiling dl.c
[41/81] Compiling getaddrinfo.c
[42/81] Write sources
[43/81] Compiling core.c
[44/81] Compiling linux.c
[45/81] Compiling fs.c
[46/81] Compiling async.c
[47/81] Compiling timer.c
[49/81] Emitting module InternalCollectionsUtilities
[50/83] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/83] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/83] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/83] Compiling InternalCollectionsUtilities Specialize.swift
[54/83] Compiling InternalCollectionsUtilities Debugging.swift
[55/83] Compiling InternalCollectionsUtilities Descriptions.swift
[56/83] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/83] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/83] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/83] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[63/83] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[64/83] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[65/83] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/83] Compiling InternalCollectionsUtilities Integer rank.swift
[67/83] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/84] Wrapping AST for InternalCollectionsUtilities for debugging
[70/358] Compiling HashTreeCollections _Bucket.swift
[71/358] Compiling HashTreeCollections _Hash.swift
[72/360] Compiling HeapModule _HeapNode.swift
[73/360] Compiling DequeModule _DequeSlot.swift
[74/360] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/360] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[76/360] Compiling HashTreeCollections _HashNode+Storage.swift
[77/360] Compiling HeapModule Heap.swift
[78/360] Compiling HeapModule Heap+Invariants.swift
[79/360] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[80/360] Compiling HeapModule Heap+Descriptions.swift
[81/360] Compiling HeapModule Heap+UnsafeHandle.swift
[82/360] Compiling HashTreeCollections TreeDictionary+Merge.swift
[83/360] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[84/360] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[85/360] Compiling HashTreeCollections TreeDictionary+Values.swift
[86/360] Compiling HashTreeCollections _HashTreeIterator.swift
[87/360] Compiling HashTreeCollections _HashTreeStatistics.swift
[88/360] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[89/367] Compiling HashTreeCollections _RawHashNode.swift
[90/367] Compiling HashTreeCollections _UnmanagedHashNode.swift
[91/367] Compiling HashTreeCollections _UnsafePath.swift
[92/367] Compiling HashTreeCollections TreeDictionary+Codable.swift
[93/367] Compiling HashTreeCollections TreeDictionary+Collection.swift
[94/367] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[95/367] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[96/367] Emitting module HeapModule
[97/368] Compiling HashTreeCollections TreeSet+Hashable.swift
[98/368] Compiling HashTreeCollections TreeSet+Sendable.swift
[99/368] Compiling HashTreeCollections TreeSet+Sequence.swift
[100/368] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[101/368] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[102/368] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[103/368] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[104/368] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[105/368] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[106/368] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[114/378] Compiling HashTreeCollections TreeDictionary+Keys.swift
[115/378] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[122/385] Emitting module BitCollections
[122/385] Wrapping AST for HeapModule for debugging
[124/385] Compiling HashTreeCollections _HashNode+Structural union.swift
[125/385] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[126/385] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[127/385] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[128/385] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[129/385] Compiling HashTreeCollections _HashNode.swift
[130/385] Compiling HashTreeCollections _HashNodeHeader.swift
[131/385] Compiling HashTreeCollections _HashSlot.swift
[132/385] Emitting module DequeModule
[133/385] Compiling HashTreeCollections _AncestorHashSlots.swift
[134/385] Compiling HashTreeCollections _Bitmap.swift
[139/385] Compiling HashTreeCollections _HashLevel.swift
[140/385] Compiling HashTreeCollections _HashNode+Builder.swift
[141/385] Compiling HashTreeCollections _HashNode+Debugging.swift
[142/385] Compiling HashTreeCollections _HashNode+Initializers.swift
[143/385] Compiling HashTreeCollections _HashStack.swift
[144/385] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[145/385] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[146/385] Compiling HashTreeCollections TreeDictionary+Filter.swift
[147/385] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[148/385] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[153/385] Compiling HashTreeCollections _HashNode+Invariants.swift
[154/385] Compiling HashTreeCollections _HashNode+Lookups.swift
[157/385] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[158/385] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[167/386] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[168/386] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[176/386] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[177/386] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[178/386] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[179/386] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[180/386] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[181/386] Compiling HashTreeCollections _HashNode+Structural merge.swift
[181/386] Wrapping AST for DequeModule for debugging
[199/386] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[200/386] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[201/386] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[202/386] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[203/386] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[204/386] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[205/386] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[206/386] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[207/386] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[208/386] Compiling HashTreeCollections TreeSet.swift
[209/386] Compiling BitCollections Range+Utilities.swift
[210/386] Compiling BitCollections Slice+Utilities.swift
[211/386] Compiling BitCollections UInt+Tricks.swift
[212/386] Compiling BitCollections _Word.swift
[213/386] Compiling OrderedCollections OrderedSet.swift
[214/386] Compiling OrderedCollections _UnsafeBitset.swift
[215/386] Compiling HashTreeCollections TreeSet+Equatable.swift
[216/386] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[217/386] Compiling HashTreeCollections TreeSet+Extras.swift
[218/386] Compiling HashTreeCollections TreeSet+Filter.swift
[219/386] Compiling BitCollections BitSet.Index.swift
[220/386] Compiling BitCollections BitSet._UnsafeHandle.swift
[221/386] Compiling BitCollections BitSet.swift
[312/396] Wrapping AST for BitCollections for debugging
[343/396] Compiling MA MAContainer.swift
[344/396] Emitting module MA
[357/397] Emitting module OrderedCollections
[358/398] Wrapping AST for MA for debugging
[359/398] Wrapping AST for OrderedCollections for debugging
[361/398] Emitting module _RopeModule
[362/398] Compiling _RopeModule Rope+Join.swift
[363/398] Compiling _RopeModule Rope+MutatingForEach.swift
[364/398] Compiling _RopeModule Rope+Remove.swift
[365/398] Compiling _RopeModule Rope+RemoveSubrange.swift
[366/398] Compiling _RopeModule Rope+Split.swift
[367/398] Compiling _RopeModule Optional Utilities.swift
[368/398] Compiling _RopeModule String Utilities.swift
[369/398] Compiling _RopeModule String.Index+ABI.swift
[370/398] Compiling _RopeModule _CharacterRecognizer.swift
[390/399] Wrapping AST for _RopeModule for debugging
[392/399] Emitting module HashTreeCollections
[393/402] Wrapping AST for HashTreeCollections for debugging
[395/402] Emitting module Collections
[396/402] Compiling Collections Collections.swift
[397/403] Wrapping AST for Collections for debugging
[399/425] Compiling UVCore TcpBuffer.swift
[400/425] Compiling UVCore TcpConnection.swift
[401/425] Compiling UVCore TcpServer.swift
[402/427] Emitting module UVCore
[403/427] Compiling UVCore UVTcpConnectionController.swift
[404/427] Compiling UVCore UVTcpManager.swift
[405/427] Compiling UVCore UVTcpResponse.swift
[406/427] Compiling UVCore UVTcpServer.swift
[407/427] Compiling UVCore UVTcpServerSetup.swift
[408/427] Compiling UVCore UVError.swift
[409/427] Compiling UVCore UVRequestRepresentable.swift
[410/427] Compiling UVCore UVStreamRepresentable.swift
[411/427] Compiling UVCore UVFIFOQueue.swift
[412/427] Compiling UVCore UVHandlerRepresentable.swift
[413/427] Compiling UVCore UVManualMemoryConvertible.swift
[414/427] Compiling UVCore UVJobs.swift
[415/427] Compiling UVCore UVTask.swift
[416/427] Compiling UVCore UVScheduledManager.swift
[417/427] Compiling UVCore UVExecutionThread.swift
[418/427] Compiling UVCore UVExecutor.swift
[419/427] Compiling UVCore UVAddressRepresentable.swift
[420/427] Compiling UVCore UVTcpBuffer.swift
[421/427] Compiling UVCore UVTcpChannel.swift
[422/427] Compiling UVCore UVTcpConnection.swift
[423/428] Wrapping AST for UVCore for debugging
[425/430] Emitting module UVServer
[426/430] Compiling UVServer UVServer.swift
[427/431] Wrapping AST for UVServer for debugging
[429/433] Compiling HelloServer main.swift
[430/433] Emitting module HelloServer
[431/434] Wrapping AST for HelloServer for debugging
[432/434] Write Objects.LinkFileList
[433/434] Linking HelloServer
Build complete! (34.12s)
Build complete.
{
"dependencies" : [
{
"identity" : "mini-alloc",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RussBaz/mini-alloc"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-uv",
"name" : "swift-uv",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "UVCore",
"targets" : [
"UVCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UVServer",
"targets" : [
"UVServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HelloServer",
"targets" : [
"HelloServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "uvTests",
"module_type" : "SwiftTarget",
"name" : "uvTests",
"path" : "Tests/uvTests",
"sources" : [
"uvTests.swift"
],
"target_dependencies" : [
"UVCore"
],
"type" : "test"
},
{
"c99name" : "UVServer",
"module_type" : "SwiftTarget",
"name" : "UVServer",
"path" : "Sources/UVServer",
"product_memberships" : [
"UVServer",
"HelloServer"
],
"sources" : [
"UVServer.swift"
],
"target_dependencies" : [
"UVCore"
],
"type" : "library"
},
{
"c99name" : "UVCore",
"module_type" : "SwiftTarget",
"name" : "UVCore",
"path" : "Sources/UVCore",
"product_dependencies" : [
"MA",
"Collections"
],
"product_memberships" : [
"UVCore",
"UVServer",
"HelloServer"
],
"sources" : [
"Jobs/UVJobs.swift",
"Jobs/UVTask.swift",
"Scheduled/UVScheduledManager.swift",
"TCP/RawHandlers/TcpBuffer.swift",
"TCP/RawHandlers/TcpConnection.swift",
"TCP/RawHandlers/TcpServer.swift",
"TCP/UVTcpBuffer.swift",
"TCP/UVTcpChannel.swift",
"TCP/UVTcpConnection.swift",
"TCP/UVTcpConnectionController.swift",
"TCP/UVTcpManager.swift",
"TCP/UVTcpResponse.swift",
"TCP/UVTcpServer.swift",
"TCP/UVTcpServerSetup.swift",
"UVError.swift",
"UVExecutionThread.swift",
"UVExecutor.swift",
"Utilities/UVAddressRepresentable.swift",
"Utilities/UVFIFOQueue.swift",
"Utilities/UVHandlerRepresentable.swift",
"Utilities/UVManualMemoryConvertible.swift",
"Utilities/UVRequestRepresentable.swift",
"Utilities/UVStreamRepresentable.swift"
],
"target_dependencies" : [
"Clibuv"
],
"type" : "library"
},
{
"c99name" : "HelloServer",
"module_type" : "SwiftTarget",
"name" : "HelloServer",
"path" : "Sources/HelloServer",
"product_memberships" : [
"HelloServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"UVCore",
"UVServer"
],
"type" : "executable"
},
{
"c99name" : "Clibuv",
"module_type" : "ClangTarget",
"name" : "Clibuv",
"path" : "Sources/Clibuv",
"product_memberships" : [
"UVCore",
"UVServer",
"HelloServer"
],
"sources" : [
"src/fs-poll.c",
"src/idna.c",
"src/inet.c",
"src/random.c",
"src/strscpy.c",
"src/strtok.c",
"src/thread-common.c",
"src/threadpool.c",
"src/timer.c",
"src/unix/async.c",
"src/unix/core.c",
"src/unix/dl.c",
"src/unix/fs.c",
"src/unix/getaddrinfo.c",
"src/unix/getnameinfo.c",
"src/unix/linux.c",
"src/unix/loop-watcher.c",
"src/unix/loop.c",
"src/unix/pipe.c",
"src/unix/poll.c",
"src/unix/process.c",
"src/unix/procfs-exepath.c",
"src/unix/proctitle.c",
"src/unix/random-devurandom.c",
"src/unix/random-getrandom.c",
"src/unix/random-sysctl-linux.c",
"src/unix/signal.c",
"src/unix/stream.c",
"src/unix/tcp.c",
"src/unix/thread.c",
"src/unix/tty.c",
"src/unix/udp.c",
"src/uv-common.c",
"src/uv-data-getter-setters.c",
"src/version.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.