Build Information
Successful build of swift-uv, reference master (1c65d1
), with Swift 6.1 for Linux on 29 Apr 2025 16:53:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
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.1
Building package at path: $PWD
https://github.com/RussBaz/swift-uv.git
https://github.com/RussBaz/swift-uv.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/RussBaz/mini-alloc
[1/43] Fetching mini-alloc
[44/16312] Fetching mini-alloc, swift-collections
Fetched https://github.com/RussBaz/mini-alloc from cache (0.97s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.01s)
Computing version for https://github.com/RussBaz/mini-alloc
Computed https://github.com/RussBaz/mini-alloc at 1.0.2 (0.41s)
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
Creating working copy for https://github.com/RussBaz/mini-alloc
Working copy of https://github.com/RussBaz/mini-alloc resolved at 1.0.2
Building for debugging...
[0/62] Compiling strtok.c
[1/62] Compiling strscpy.c
[2/62] Write sources
[13/62] Compiling inet.c
[14/62] Compiling fs-poll.c
[15/62] Compiling random.c
[16/62] Compiling getaddrinfo.c
[16/62] Compiling idna.c
[18/62] Compiling pipe.c
[19/62] Compiling version.c
[20/62] Compiling uv-data-getter-setters.c
[21/62] Compiling tty.c
[22/62] Compiling tcp.c
[23/62] Compiling udp.c
[24/62] Compiling uv-common.c
[25/62] Compiling thread.c
[26/62] Compiling random-sysctl-linux.c
[27/62] Write swift-version-24593BA9C3E375BF.txt
[28/62] Compiling random-devurandom.c
[29/62] Compiling signal.c
[30/62] Compiling procfs-exepath.c
[31/62] Compiling poll.c
[32/62] Compiling process.c
[33/62] Compiling proctitle.c
[34/62] Compiling stream.c
[35/62] Compiling random-getrandom.c
[36/62] Compiling getnameinfo.c
[37/62] Compiling dl.c
[38/64] Compiling loop-watcher.c
[38/64] Compiling loop.c
[40/68] Compiling linux.c
[41/81] Compiling fs.c
[42/81] Write sources
[43/81] Compiling thread-common.c
[44/81] Compiling timer.c
[45/81] Compiling core.c
[46/81] Compiling async.c
[47/81] Compiling threadpool.c
[49/81] Emitting module InternalCollectionsUtilities
[50/83] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[51/83] Compiling InternalCollectionsUtilities Specialize.swift
[52/83] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/83] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/83] Compiling InternalCollectionsUtilities Debugging.swift
[57/83] Compiling InternalCollectionsUtilities Descriptions.swift
[58/83] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/83] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/83] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/83] Compiling InternalCollectionsUtilities Integer rank.swift
[62/83] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/83] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/83] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[66/83] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[67/83] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[68/145] Wrapping AST for InternalCollectionsUtilities for debugging
[70/358] Compiling HeapModule Heap+Descriptions.swift
[71/358] Compiling _RopeModule BigString+Debugging.swift
[72/358] Compiling _RopeModule BigString+Index.swift
[73/360] Compiling _RopeModule BigString+Chunk+Counts.swift
[74/360] Compiling _RopeModule BigString+Chunk+Description.swift
[75/360] Compiling HeapModule _HeapNode.swift
[76/360] Compiling DequeModule _DequeSlot.swift
[77/360] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/360] Emitting module HeapModule
[79/360] Compiling _RopeModule Rope+ForEachWhile.swift
[80/360] Compiling _RopeModule Rope+Insert.swift
[81/360] Compiling HashTreeCollections TreeSet+Sequence.swift
[82/360] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[83/360] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[84/360] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[85/360] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[86/360] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[87/360] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[88/360] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[89/360] Compiling HeapModule Heap.swift
[90/370] Compiling _RopeModule BigString+Ingester.swift
[91/370] Compiling _RopeModule BigString+Invariants.swift
[92/370] Compiling HeapModule Heap+Invariants.swift
[93/370] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[94/370] Compiling HeapModule Heap+UnsafeHandle.swift
[95/370] Compiling _RopeModule BigString+Iterators.swift
[96/370] Compiling _RopeModule BigString+Metrics.swift
[97/371] Wrapping AST for HeapModule for debugging
[99/371] Emitting module DequeModule
[100/371] Compiling _RopeModule BigString+Builder.swift
[101/371] Compiling _RopeModule BigString+Contents.swift
[102/371] Compiling _RopeModule Rope+Invariants.swift
[103/371] Compiling _RopeModule Rope+_Node.swift
[104/371] Compiling _RopeModule Rope+_Storage.swift
[105/371] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[106/371] Compiling _RopeModule Rope+_UnsafeHandle.swift
[107/371] Compiling _RopeModule Rope.swift
[108/371] Compiling _RopeModule RopeElement.swift
[109/371] Compiling _RopeModule BigString+UnicodeScalarView.swift
[110/371] Compiling _RopeModule BigSubstring+UTF16View.swift
[111/371] Compiling _RopeModule BigSubstring+UTF8View.swift
[112/371] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[113/371] Compiling _RopeModule BigSubstring.swift
[114/371] Compiling _RopeModule Rope+Builder.swift
[115/371] Compiling _RopeModule Rope+Debugging.swift
[116/378] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[117/378] Compiling _RopeModule BigString+Chunk+Splitting.swift
[118/378] Compiling _RopeModule BigString+Chunk.swift
[119/378] Compiling _RopeModule BigString+BidirectionalCollection.swift
[120/378] Compiling _RopeModule BigString+Comparable.swift
[121/378] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[122/378] Compiling _RopeModule BigString+CustomStringConvertible.swift
[123/378] Compiling _RopeModule BigString+Equatable.swift
[124/378] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[125/378] Compiling _RopeModule BigString+Hashing.swift
[126/378] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[127/378] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[128/378] Compiling _RopeModule BigString+Sequence.swift
[129/378] Compiling _RopeModule BigString+TextOutputStream.swift
[130/378] Compiling _RopeModule BigString+Append.swift
[131/378] Compiling _RopeModule BigString+Initializers.swift
[132/378] Compiling _RopeModule BigString+Insert.swift
[133/378] Compiling _RopeModule BigString+Managing Breaks.swift
[134/378] Compiling _RopeModule BigString+RemoveSubrange.swift
[135/378] Compiling _RopeModule BigString+ReplaceSubrange.swift
[136/378] Compiling _RopeModule BigString+Split.swift
[137/378] Compiling _RopeModule Range+BigString.swift
[138/385] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[139/385] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[140/385] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[141/385] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[142/385] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[143/385] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[144/385] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[145/385] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[146/385] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[147/385] Compiling HashTreeCollections TreeSet.swift
[148/385] Emitting module MA
[149/385] Compiling MA MAContainer.swift
[164/386] Compiling _RopeModule BigString+UTF16View.swift
[165/386] Compiling _RopeModule BigString+UTF8View.swift
[166/386] Compiling _RopeModule BigString+Summary.swift
[167/386] Compiling _RopeModule BigString.swift
[168/386] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[169/386] Compiling _RopeModule BigString+Chunk+Breaks.swift
[178/387] Compiling BitCollections BitSet.swift
[179/387] Compiling BitCollections Range+Utilities.swift
[180/387] Compiling BitCollections Slice+Utilities.swift
[181/387] Compiling BitCollections UInt+Tricks.swift
[182/387] Compiling BitCollections _Word.swift
[183/387] Compiling OrderedCollections OrderedSet.swift
[184/387] Compiling OrderedCollections _UnsafeBitset.swift
[185/387] Compiling _RopeModule Rope+Sequence.swift
[186/387] Compiling _RopeModule Rope+Append.swift
[187/387] Compiling _RopeModule Rope+Extract.swift
[189/387] Compiling _RopeModule Rope+Find.swift
[198/387] Compiling BitCollections BitSet.Index.swift
[199/387] Compiling BitCollections BitSet._UnsafeHandle.swift
[229/387] Wrapping AST for MA for debugging
[231/387] Wrapping AST for DequeModule for debugging
[243/387] Emitting module BitCollections
[345/397] Emitting module _RopeModule
[357/397] Wrapping AST for BitCollections for debugging
[359/397] Emitting module OrderedCollections
[360/398] Wrapping AST for OrderedCollections for debugging
[381/398] Compiling _RopeModule Rope+Join.swift
[382/398] Compiling _RopeModule Rope+MutatingForEach.swift
[383/398] Compiling _RopeModule Rope+Remove.swift
[384/398] Compiling _RopeModule Rope+RemoveSubrange.swift
[385/398] Compiling _RopeModule Rope+Split.swift
[386/398] Compiling _RopeModule Optional Utilities.swift
[387/398] Compiling _RopeModule String Utilities.swift
[388/398] Compiling _RopeModule String.Index+ABI.swift
[389/398] Compiling _RopeModule _CharacterRecognizer.swift
[390/399] Emitting module HashTreeCollections
[392/400] Wrapping AST for _RopeModule for debugging
[393/400] Wrapping AST for HashTreeCollections for debugging
[395/402] Compiling Collections Collections.swift
[396/402] Emitting module Collections
[397/403] Wrapping AST for Collections for debugging
[399/425] Emitting module UVCore
[400/427] Compiling UVCore TcpBuffer.swift
[401/427] Compiling UVCore TcpConnection.swift
[402/427] Compiling UVCore TcpServer.swift
[403/427] Compiling UVCore UVTcpBuffer.swift
[404/427] Compiling UVCore UVTcpChannel.swift
[405/427] Compiling UVCore UVTcpConnection.swift
[406/427] Compiling UVCore UVTcpServer.swift
[407/427] Compiling UVCore UVTcpServerSetup.swift
[408/427] Compiling UVCore UVError.swift
[409/427] Compiling UVCore UVTcpConnectionController.swift
[410/427] Compiling UVCore UVTcpManager.swift
[411/427] Compiling UVCore UVTcpResponse.swift
[412/427] Compiling UVCore UVFIFOQueue.swift
[413/427] Compiling UVCore UVHandlerRepresentable.swift
[414/427] Compiling UVCore UVManualMemoryConvertible.swift
[415/427] Compiling UVCore UVExecutionThread.swift
[416/427] Compiling UVCore UVExecutor.swift
[417/427] Compiling UVCore UVAddressRepresentable.swift
[418/427] Compiling UVCore UVJobs.swift
[419/427] Compiling UVCore UVTask.swift
[420/427] Compiling UVCore UVScheduledManager.swift
[421/427] Compiling UVCore UVRequestRepresentable.swift
[422/427] Compiling UVCore UVStreamRepresentable.swift
[423/428] Wrapping AST for UVCore for debugging
[425/430] Compiling UVServer UVServer.swift
[426/430] Emitting module UVServer
[427/431] Wrapping AST for UVServer for debugging
[429/433] Emitting module HelloServer
[430/433] Compiling HelloServer main.swift
[431/434] Wrapping AST for HelloServer for debugging
[432/434] Write Objects.LinkFileList
[433/434] Linking HelloServer
Build complete! (24.07s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.