Build Information
Successful build of swift-jobs, reference 1.0.0 (ea507a), with Swift 6.1 for Linux on 15 Sep 2025 20:10:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-jobs.git
Reference: 1.0.0
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/hummingbird-project/swift-jobs
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at ea507ab Bump actions/checkout from 4 to 5 in the dependencies group (#110)
Cloned https://github.com/hummingbird-project/swift-jobs.git
Revision (git rev-parse @):
ea507abff2e5d02cc9b5447ad9ba36142460c844
SUCCESS checkout https://github.com/hummingbird-project/swift-jobs.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/swift-jobs.git
https://github.com/hummingbird-project/swift-jobs.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-jobs",
"name" : "swift-jobs",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
}
],
"products" : [
{
"name" : "Jobs",
"targets" : [
"Jobs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JobsTests",
"module_type" : "SwiftTarget",
"name" : "JobsTests",
"path" : "Tests/JobsTests",
"product_dependencies" : [
"MetricsTestKit"
],
"sources" : [
"JobMiddlewareTests.swift",
"JobSchedulerTests.swift",
"JobsTests.swift",
"MetricsTests.swift",
"ScheduleTests.swift",
"TracingTests.swift",
"Utils/TestExpectation.swift",
"Utils/TestMetrics.swift",
"Utils/TestTracer.swift",
"Utils/TestUtils.swift"
],
"target_dependencies" : [
"Jobs"
],
"type" : "test"
},
{
"c99name" : "Jobs",
"module_type" : "SwiftTarget",
"name" : "Jobs",
"path" : "Sources/Jobs",
"product_dependencies" : [
"Collections",
"Tracing",
"Logging",
"Metrics",
"NIOCore",
"NIOFoundationCompat",
"ServiceLifecycle"
],
"product_memberships" : [
"Jobs"
],
"sources" : [
"AnyDecodableJob.swift",
"CancellableJobQueue.swift",
"JobContext.swift",
"JobDefinition.swift",
"JobInstance.swift",
"JobName.swift",
"JobParameters.swift",
"JobQueue.swift",
"JobQueueDriver.swift",
"JobQueueError.swift",
"JobQueueOptions.swift",
"JobQueueProcessor.swift",
"JobQueueProcessorOptions.swift",
"JobRegistry.swift",
"JobRequest.swift",
"JobRetry.swift",
"MemoryJobQueue.swift",
"Metadata/JobMetadataDriver.swift",
"Metadata/JobMetadataKey.swift",
"Middleware/JobMiddleware.swift",
"Middleware/MetricsMiddleware.swift",
"Middleware/TracingMiddleware.swift",
"ResumableJobQueue.swift",
"Scheduler/JobSchedule.swift",
"Scheduler/Schedule+crontab.swift",
"Scheduler/Schedule.swift",
"Trigger.swift",
"Utils/DecodableWithUserInfoConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
[1/2350] Fetching swift-metrics
[2351/6253] Fetching swift-metrics, swift-log
[4030/8723] Fetching swift-metrics, swift-log, swift-service-lifecycle
[5414/13941] Fetching swift-metrics, swift-log, swift-service-lifecycle, swift-distributed-tracing
[12377/31401] Fetching swift-metrics, swift-log, swift-service-lifecycle, swift-distributed-tracing, swift-collections
[21450/109481] Fetching swift-metrics, swift-log, swift-service-lifecycle, swift-distributed-tracing, swift-collections, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.01s)
[60539/104263] Fetching swift-metrics, swift-log, swift-service-lifecycle, swift-collections, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.27s)
[69000/101793] Fetching swift-metrics, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (4.02s)
Fetched https://github.com/apple/swift-log.git from cache (4.02s)
Fetched https://github.com/apple/swift-collections.git from cache (4.04s)
Fetched https://github.com/apple/swift-nio.git from cache (4.11s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.0 (4.57s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.26s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.68s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.43s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5405] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.64s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[1543/6763] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.48s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/39] Write sources
[25/39] Compiling CNIOWindows WSAStartup.c
[26/39] Compiling CNIOWindows shim.c
[27/39] Compiling CNIOLinux liburing_shims.c
[28/39] Compiling CNIOPosix event_loop_id.c
[28/39] Compiling _AtomicsShims.c
[30/39] Write sources
[33/39] Compiling CNIOWASI CNIOWASI.c
[34/39] Compiling CNIODarwin shim.c
[35/39] Compiling CNIOLinux shim.c
[36/39] Write swift-version-24593BA9C3E375BF.txt
[38/83] Emitting module ServiceContextModule
[39/83] Emitting module _NIOBase64
[39/83] Compiling c-nioatomics.c
[40/88] Compiling c-atomics.c
[42/88] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/88] Compiling Atomics IntegerConformances.swift
[45/92] Compiling Atomics PointerConformances.swift
[46/92] Compiling Atomics Primitives.native.swift
[47/94] Compiling Atomics OptionalRawRepresentable.swift
[48/94] Compiling Atomics RawRepresentable.swift
[49/94] Emitting module InternalCollectionsUtilities
[50/94] Emitting module Atomics
[56/94] Compiling ServiceContextModule ServiceContext.swift
[57/94] Compiling ServiceContextModule ServiceContextKey.swift
[58/95] Compiling Atomics AtomicStorage.swift
[59/95] Compiling Atomics AtomicValue.swift
[60/95] Compiling Atomics AtomicInteger.swift
[61/95] Compiling Atomics AtomicOptionalWrappable.swift
[62/95] Compiling InternalCollectionsUtilities Descriptions.swift
[68/95] Compiling _NIOBase64 Base64.swift
[69/95] Compiling Atomics AtomicMemoryOrderings.swift
[70/95] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/95] Compiling _NIODataStructures PriorityQueue.swift
[72/95] Compiling _NIODataStructures _TinyArray.swift
[73/96] Compiling ConcurrencyHelpers LockedValueBox.swift
[74/96] Compiling Atomics UnsafeAtomic.swift
[75/96] Compiling Atomics UnsafeAtomicLazyReference.swift
[77/96] Compiling Atomics DoubleWord.swift
[78/96] Compiling Atomics ManagedAtomic.swift
[79/96] Compiling Atomics ManagedAtomicLazyReference.swift
[82/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/97] Compiling Atomics IntegerOperations.swift
[84/97] Compiling Atomics Unmanaged extensions.swift
[87/131] Emitting module CoreMetrics
[88/131] Compiling Logging MetadataProvider.swift
[89/153] Compiling Instrumentation NoOpInstrument.swift
[90/161] Compiling Instrumentation InstrumentationSystem.swift
[91/163] Compiling Logging LogHandler.swift
[92/166] Compiling Logging Locks.swift
[93/166] Emitting module Logging
[94/166] Compiling Logging Logging.swift
[95/186] Emitting module _NIODataStructures
[96/205] Compiling _NIODataStructures Heap.swift
[97/235] Compiling ConcurrencyHelpers Lock.swift
[98/235] Emitting module ConcurrencyHelpers
[99/236] Compiling Instrumentation Instrument.swift
[100/236] Emitting module Instrumentation
[101/236] Compiling Instrumentation MultiplexInstrument.swift
[103/236] Compiling Instrumentation Locks.swift
[107/237] Compiling NIOConcurrencyHelpers NIOLock.swift
[108/317] Compiling NIOConcurrencyHelpers lock.swift
[109/338] Compiling CoreMetrics Locks.swift
[110/338] Compiling CoreMetrics Metrics.swift
[111/339] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[112/339] Compiling HashTreeCollections _Bucket.swift
[113/339] Compiling HashTreeCollections _Hash.swift
[114/341] Compiling HeapModule Heap+Descriptions.swift
[115/341] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[116/341] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[117/341] Compiling HashTreeCollections TreeDictionary+Keys.swift
[118/341] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[119/341] Compiling HashTreeCollections TreeDictionary+Merge.swift
[120/341] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[121/341] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[123/348] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[124/348] Compiling HashTreeCollections _HashNode+Storage.swift
[125/348] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[126/348] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[127/348] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[128/348] Compiling HashTreeCollections _HashNode+Structural union.swift
[129/348] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[130/348] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[131/348] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[132/348] Emitting module NIOConcurrencyHelpers
[133/348] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[134/348] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[135/348] Compiling NIOConcurrencyHelpers atomics.swift
[136/349] Compiling HeapModule _HeapNode.swift
[137/349] Compiling HashTreeCollections _HashLevel.swift
[138/349] Compiling HashTreeCollections _HashNode+Builder.swift
[139/349] Compiling HashTreeCollections _HashNode+Debugging.swift
[140/349] Compiling HashTreeCollections _HashNode+Initializers.swift
[141/349] Compiling HeapModule Heap.swift
[142/349] Emitting module HeapModule
[143/349] Compiling HashTreeCollections _HashNode+Invariants.swift
[144/349] Compiling HashTreeCollections _HashNode+Lookups.swift
[145/349] Compiling HeapModule Heap+Invariants.swift
[146/349] Compiling HeapModule Heap+UnsafeHandle.swift
[148/358] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[149/358] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[150/358] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[151/358] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[152/358] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[153/358] Compiling HashTreeCollections _HashNode+Structural merge.swift
[154/358] Compiling HashTreeCollections _HashTreeIterator.swift
[155/358] Compiling HashTreeCollections _HashTreeStatistics.swift
[156/358] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[157/358] Compiling HashTreeCollections _HashNode.swift
[158/358] Compiling HashTreeCollections _HashNodeHeader.swift
[159/358] Compiling HashTreeCollections _HashSlot.swift
[160/358] Compiling HashTreeCollections _HashStack.swift
[161/358] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[162/358] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[163/358] Compiling HashTreeCollections TreeDictionary+Filter.swift
[166/358] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[167/358] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[170/358] Compiling DequeModule _DequeSlot.swift
[171/358] Compiling DequeModule _UnsafeWrappedBuffer.swift
[173/358] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[174/358] Compiling HashTreeCollections _RawHashNode.swift
[175/358] Compiling HashTreeCollections _UnmanagedHashNode.swift
[176/358] Compiling HashTreeCollections _UnsafePath.swift
[177/358] Compiling HashTreeCollections TreeDictionary+Codable.swift
[178/358] Compiling HashTreeCollections TreeDictionary+Collection.swift
[179/358] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[180/358] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[181/358] Compiling UnixSignals UnixSignal.swift
[182/358] Emitting module UnixSignals
[187/360] Compiling HashTreeCollections TreeSet+Hashable.swift
[188/360] Compiling HashTreeCollections TreeSet+Sendable.swift
[189/360] Compiling HashTreeCollections TreeSet+Sequence.swift
[190/360] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[191/360] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[192/360] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[193/360] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[194/360] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[195/360] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[196/360] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[197/370] Compiling UnixSignals UnixSignalsSequence.swift
[198/371] Compiling Tracing TracingTime.swift
[200/424] Compiling Tracing TracerProtocol.swift
[201/424] Compiling BitCollections BitSet+SetAlgebra union.swift
[202/424] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[203/424] Compiling BitCollections BitSet.Counted.swift
[206/424] Compiling OrderedCollections OrderedSet+Sendable.swift
[207/424] Compiling OrderedCollections OrderedSet+SubSequence.swift
[208/424] Compiling OrderedCollections OrderedSet+Testing.swift
[209/424] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[213/433] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[214/433] Compiling OrderedCollections OrderedSet.swift
[215/433] Compiling OrderedCollections _UnsafeBitset.swift
[216/433] Compiling HashTreeCollections TreeSet+Equatable.swift
[217/433] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[218/433] Compiling HashTreeCollections TreeSet+Extras.swift
[219/433] Compiling HashTreeCollections TreeSet+Filter.swift
[220/433] Compiling BitCollections BitArray+BitwiseOperations.swift
[221/433] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[222/433] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[223/433] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[224/433] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[225/433] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[226/433] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[233/433] Compiling Tracing Tracer.swift
[234/433] Compiling Tracing TracerProtocol+Legacy.swift
[235/433] Compiling BitCollections BitArray._UnsafeHandle.swift
[236/433] Compiling BitCollections BitArray.swift
[237/433] Compiling BitCollections BitSet+BidirectionalCollection.swift
[238/433] Compiling BitCollections BitSet+Codable.swift
[239/433] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[240/433] Compiling BitCollections BitSet+CustomReflectable.swift
[241/433] Compiling BitCollections BitSet+CustomStringConvertible.swift
[242/433] Compiling BitCollections BitSet+Equatable.swift
[243/433] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[244/433] Compiling BitCollections BitSet+Extras.swift
[247/433] Compiling BitCollections BitArray+Codable.swift
[248/433] Compiling BitCollections BitArray+Collection.swift
[249/433] Compiling BitCollections BitArray+Copy.swift
[250/433] Compiling BitCollections BitArray+CustomReflectable.swift
[251/433] Compiling BitCollections BitArray+Descriptions.swift
[252/433] Compiling BitCollections BitArray+Equatable.swift
[253/433] Emitting module DequeModule
[255/434] Compiling _RopeModule _CharacterRecognizer.swift
[256/434] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[257/434] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[258/434] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[259/434] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[260/434] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[261/434] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[262/434] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[263/434] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[264/434] Compiling HashTreeCollections TreeSet.swift
[274/434] Compiling Tracing NoOpTracer.swift
[275/434] Compiling Tracing InstrumentationSystem+Tracing.swift
[276/434] Emitting module Tracing
[277/434] Compiling Tracing SpanProtocol.swift
[286/435] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[287/435] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[296/463] Compiling NIOCore BSDSocketAPI.swift
[297/463] Compiling NIOCore ByteBuffer-aux.swift
[298/463] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[299/463] Compiling NIOCore ByteBuffer-conversions.swift
[300/463] Compiling NIOCore ByteBuffer-core.swift
[301/463] Compiling NIOCore ByteBuffer-hex.swift
[302/463] Compiling NIOCore ByteBuffer-int.swift
[303/463] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[304/463] Compiling NIOCore ByteBuffer-multi-int.swift
[305/463] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[306/476] Emitting module BitCollections
[307/495] Emitting module OrderedCollections
[308/504] Compiling NIOCore ChannelInvoker.swift
[309/504] Compiling NIOCore ChannelOption.swift
[310/504] Compiling NIOCore ChannelPipeline.swift
[311/504] Compiling NIOCore EventLoopFuture+Deprecated.swift
[312/504] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[313/504] Compiling NIOCore EventLoopFuture.swift
[314/504] Compiling NIOCore FileDescriptor.swift
[315/504] Compiling NIOCore ChannelHandler.swift
[316/504] Compiling NIOCore ChannelHandlers.swift
[324/504] Compiling NIOCore FileHandle.swift
[325/504] Compiling NIOCore FileRegion.swift
[328/504] Compiling NIOCore GlobalSingletons.swift
[329/504] Compiling NIOCore IO.swift
[330/504] Compiling NIOCore CircularBuffer.swift
[331/504] Compiling NIOCore Codec.swift
[332/504] Compiling NIOCore ConvenienceOptionSupport.swift
[333/504] Compiling NIOCore DeadChannel.swift
[334/504] Compiling NIOCore DispatchQueue+WithFuture.swift
[335/504] Compiling NIOCore EventLoop+Deprecated.swift
[336/504] Compiling NIOCore EventLoop+SerialExecutor.swift
[337/504] Compiling NIOCore EventLoop.swift
[338/504] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[339/504] Compiling NIOCore IOData.swift
[340/504] Compiling NIOCore IPProtocol.swift
[341/504] Compiling NIOCore IntegerBitPacking.swift
[342/504] Compiling NIOCore IntegerTypes.swift
[343/504] Compiling NIOCore Interfaces.swift
[344/504] Compiling NIOCore Linux.swift
[345/504] Compiling NIOCore MarkedCircularBuffer.swift
[346/504] Compiling NIOCore MulticastChannel.swift
[357/504] Compiling NIOCore ByteBuffer-views.swift
[358/504] Compiling NIOCore Channel.swift
[359/504] Compiling NIOCore AddressedEnvelope.swift
[360/504] Compiling NIOCore AsyncAwaitSupport.swift
[361/504] Compiling NIOCore AsyncChannel.swift
[362/504] Compiling NIOCore AsyncChannelHandler.swift
[363/504] Compiling NIOCore AsyncChannelInboundStream.swift
[364/504] Compiling NIOCore AsyncChannelOutboundWriter.swift
[365/504] Compiling NIOCore NIOAsyncSequenceProducer.swift
[366/504] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[367/549] Emitting module _RopeModule
[368/549] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[369/549] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[370/549] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[371/549] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[372/549] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[373/549] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[374/549] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[375/549] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[376/549] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[377/549] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[378/549] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[379/549] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[380/549] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[381/549] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[382/549] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[383/549] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[384/549] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[385/549] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[386/549] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[387/549] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[388/549] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[389/549] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[390/549] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[391/549] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[395/549] Compiling _RopeModule Rope+Join.swift
[396/549] Compiling _RopeModule Rope+MutatingForEach.swift
[397/549] Compiling _RopeModule Rope+Remove.swift
[398/549] Compiling _RopeModule Rope+RemoveSubrange.swift
[399/549] Compiling _RopeModule Rope+Split.swift
[400/549] Compiling _RopeModule Optional Utilities.swift
[401/549] Compiling _RopeModule String Utilities.swift
[402/549] Compiling _RopeModule String.Index+ABI.swift
[404/549] Compiling AsyncAlgorithms DebounceStateMachine.swift
[405/549] Compiling AsyncAlgorithms DebounceStorage.swift
[406/549] Compiling AsyncAlgorithms Dictionary.swift
[407/549] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[408/549] Compiling AsyncAlgorithms Locking.swift
[409/549] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[410/549] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[411/549] Compiling AsyncAlgorithms MergeStateMachine.swift
[412/549] Compiling AsyncAlgorithms MergeStorage.swift
[413/549] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[414/549] Compiling AsyncAlgorithms Rethrow.swift
[415/549] Compiling BitCollections BitSet.Index.swift
[416/549] Compiling BitCollections BitSet._UnsafeHandle.swift
[417/549] Compiling BitCollections BitSet.swift
[418/549] Compiling BitCollections Range+Utilities.swift
[419/549] Compiling BitCollections Slice+Utilities.swift
[420/549] Compiling BitCollections UInt+Tricks.swift
[421/549] Compiling BitCollections _Word.swift
[423/550] Emitting module AsyncAlgorithms
[424/556] Emitting module HashTreeCollections
[450/557] Compiling AsyncAlgorithms SetAlgebra.swift
[451/557] Compiling AsyncAlgorithms UnsafeTransfer.swift
[452/557] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[453/557] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[454/557] Compiling AsyncAlgorithms ZipStateMachine.swift
[455/557] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[456/557] Compiling AsyncAlgorithms CombineLatestStorage.swift
[457/557] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[473/558] Compiling NIOCore RecvByteBufferAllocator.swift
[479/558] Compiling AsyncAlgorithms ZipStorage.swift
[482/566] Compiling AsyncAlgorithms ChannelStorage.swift
[483/566] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[484/566] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[490/566] Emitting module Metrics
[491/566] Compiling Metrics Metrics.swift
[499/569] Emitting module Collections
[500/569] Compiling Collections Collections.swift
[513/570] Compiling AsyncAlgorithms ChannelStateMachine.swift
[523/570] Compiling AsyncAlgorithms AsyncChannel.swift
[524/570] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[536/579] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[537/580] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[538/580] Compiling ServiceLifecycle CancellationWaiter.swift
[539/580] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[540/580] Emitting module ServiceLifecycle
[559/580] Compiling ServiceLifecycle ServiceRunnerError.swift
[560/580] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[561/580] Compiling NIOCore SocketAddresses.swift
[562/580] Compiling NIOCore SocketOptionProvider.swift
[563/580] Compiling NIOCore SystemCallHelpers.swift
[564/580] Compiling NIOCore TimeAmount+Duration.swift
[565/580] Compiling NIOCore TypeAssistedChannelHandler.swift
[566/580] Compiling NIOCore UniversalBootstrapSupport.swift
[567/580] Compiling NIOCore Utilities.swift
[568/580] Compiling ServiceLifecycle Service.swift
[569/580] Compiling ServiceLifecycle GracefulShutdown.swift
[570/580] Compiling ServiceLifecycle ServiceGroup.swift
[581/581] Emitting module NIOCore
[583/634] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[584/634] Compiling NIOEmbedded Embedded.swift
[585/634] Emitting module NIOEmbedded
[586/634] Compiling NIOEmbedded AsyncTestingChannel.swift
[588/635] Emitting module NIOPosix
[589/641] Compiling NIOPosix Socket.swift
[590/641] Compiling NIOPosix SocketChannel.swift
[591/641] Compiling NIOPosix SocketProtocols.swift
[592/641] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[593/641] Compiling NIOPosix System.swift
[594/641] Compiling NIOPosix Thread.swift
[595/641] Compiling NIOPosix ThreadPosix.swift
[596/641] Compiling NIOPosix ThreadWindows.swift
[597/641] Compiling NIOPosix UnsafeTransfer.swift
[598/641] Compiling NIOPosix Utilities.swift
[599/641] Compiling NIOPosix VsockAddress.swift
[600/641] Compiling NIOPosix VsockChannelEvents.swift
[601/641] Compiling NIOPosix Pool.swift
[602/641] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[603/641] Compiling NIOPosix PosixSingletons.swift
[604/641] Compiling NIOPosix RawSocketBootstrap.swift
[605/641] Compiling NIOPosix Resolver.swift
[606/641] Compiling NIOPosix Selectable.swift
[607/641] Compiling NIOPosix SelectableChannel.swift
[608/641] Compiling NIOPosix IO.swift
[609/641] Compiling NIOPosix IntegerBitPacking.swift
[610/641] Compiling NIOPosix IntegerTypes.swift
[611/641] Compiling NIOPosix Linux.swift
[612/641] Compiling NIOPosix LinuxCPUSet.swift
[613/641] Compiling NIOPosix LinuxUring.swift
[614/641] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[615/641] Compiling NIOPosix BSDSocketAPICommon.swift
[616/641] Compiling NIOPosix BSDSocketAPIPosix.swift
[617/641] Compiling NIOPosix BSDSocketAPIWindows.swift
[618/641] Compiling NIOPosix BaseSocket.swift
[619/641] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[620/641] Compiling NIOPosix BaseSocketChannel.swift
[621/641] Compiling NIOPosix BaseStreamSocketChannel.swift
[622/641] Compiling NIOPosix NIOPosixSendableMetatype.swift
[623/641] Compiling NIOPosix NIOThreadPool.swift
[624/641] Compiling NIOPosix NonBlockingFileIO.swift
[625/641] Compiling NIOPosix PendingDatagramWritesManager.swift
[626/641] Compiling NIOPosix PendingWritesManager.swift
[627/641] Compiling NIOPosix PipeChannel.swift
[628/641] Compiling NIOPosix PipePair.swift
[629/641] Compiling NIOPosix SelectableEventLoop.swift
[630/641] Compiling NIOPosix SelectorEpoll.swift
[631/641] Compiling NIOPosix SelectorGeneric.swift
[632/641] Compiling NIOPosix SelectorKqueue.swift
[633/641] Compiling NIOPosix SelectorUring.swift
[634/641] Compiling NIOPosix ServerSocket.swift
[635/641] Compiling NIOPosix Bootstrap.swift
[636/641] Compiling NIOPosix ControlMessage.swift
[637/641] Compiling NIOPosix DatagramVectorReadManager.swift
[638/641] Compiling NIOPosix Errors+Any.swift
[639/641] Compiling NIOPosix FileDescriptor.swift
[640/641] Compiling NIOPosix GetaddrinfoResolver.swift
[641/641] Compiling NIOPosix HappyEyeballs.swift
[643/644] Compiling NIO Exports.swift
[644/644] Emitting module NIO
[646/650] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[647/650] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[648/650] Emitting module NIOFoundationCompat
[649/650] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[650/650] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[652/677] Compiling Jobs AnyDecodableJob.swift
[653/677] Compiling Jobs CancellableJobQueue.swift
[654/677] Compiling Jobs JobContext.swift
[655/677] Compiling Jobs JobDefinition.swift
[656/680] Emitting module Jobs
[657/680] Compiling Jobs JobMiddleware.swift
[658/680] Compiling Jobs MetricsMiddleware.swift
[659/680] Compiling Jobs TracingMiddleware.swift
[660/680] Compiling Jobs JobInstance.swift
[661/680] Compiling Jobs JobName.swift
[662/680] Compiling Jobs JobParameters.swift
[663/680] Compiling Jobs JobQueue.swift
[664/680] Compiling Jobs Schedule.swift
[665/680] Compiling Jobs Trigger.swift
[666/680] Compiling Jobs DecodableWithUserInfoConfiguration.swift
[667/680] Compiling Jobs MemoryJobQueue.swift
[668/680] Compiling Jobs JobMetadataDriver.swift
[669/680] Compiling Jobs JobMetadataKey.swift
[670/680] Compiling Jobs JobQueueDriver.swift
[671/680] Compiling Jobs JobQueueError.swift
[672/680] Compiling Jobs JobQueueOptions.swift
[673/680] Compiling Jobs JobQueueProcessor.swift
[674/680] Compiling Jobs JobQueueProcessorOptions.swift
[675/680] Compiling Jobs JobRegistry.swift
[676/680] Compiling Jobs JobRequest.swift
[677/680] Compiling Jobs JobRetry.swift
[678/680] Compiling Jobs ResumableJobQueue.swift
/host/spi-builder-workspace/Sources/Jobs/Scheduler/JobSchedule.swift:317:45: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
315 | public func run() async throws {
316 | let bytes: [UInt8] = (0..<16).map { _ in UInt8.random(in: 0...255) }
317 | let lockID = ByteBuffer(string: String(base64Encoding: bytes))
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
318 |
319 | try await self.jobQueue.queue.waitUntilReady()
[679/680] Compiling Jobs JobSchedule.swift
/host/spi-builder-workspace/Sources/Jobs/Scheduler/JobSchedule.swift:317:45: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
315 | public func run() async throws {
316 | let bytes: [UInt8] = (0..<16).map { _ in UInt8.random(in: 0...255) }
317 | let lockID = ByteBuffer(string: String(base64Encoding: bytes))
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
318 |
319 | try await self.jobQueue.queue.waitUntilReady()
[680/680] Compiling Jobs Schedule+crontab.swift
/host/spi-builder-workspace/Sources/Jobs/Scheduler/JobSchedule.swift:317:45: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
315 | public func run() async throws {
316 | let bytes: [UInt8] = (0..<16).map { _ in UInt8.random(in: 0...255) }
317 | let lockID = ByteBuffer(string: String(base64Encoding: bytes))
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
318 |
319 | try await self.jobQueue.queue.waitUntilReady()
Build complete! (51.63s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-jobs",
"name" : "swift-jobs",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
}
],
"products" : [
{
"name" : "Jobs",
"targets" : [
"Jobs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JobsTests",
"module_type" : "SwiftTarget",
"name" : "JobsTests",
"path" : "Tests/JobsTests",
"product_dependencies" : [
"MetricsTestKit"
],
"sources" : [
"JobMiddlewareTests.swift",
"JobSchedulerTests.swift",
"JobsTests.swift",
"MetricsTests.swift",
"ScheduleTests.swift",
"TracingTests.swift",
"Utils/TestExpectation.swift",
"Utils/TestMetrics.swift",
"Utils/TestTracer.swift",
"Utils/TestUtils.swift"
],
"target_dependencies" : [
"Jobs"
],
"type" : "test"
},
{
"c99name" : "Jobs",
"module_type" : "SwiftTarget",
"name" : "Jobs",
"path" : "Sources/Jobs",
"product_dependencies" : [
"Collections",
"Tracing",
"Logging",
"Metrics",
"NIOCore",
"NIOFoundationCompat",
"ServiceLifecycle"
],
"product_memberships" : [
"Jobs"
],
"sources" : [
"AnyDecodableJob.swift",
"CancellableJobQueue.swift",
"JobContext.swift",
"JobDefinition.swift",
"JobInstance.swift",
"JobName.swift",
"JobParameters.swift",
"JobQueue.swift",
"JobQueueDriver.swift",
"JobQueueError.swift",
"JobQueueOptions.swift",
"JobQueueProcessor.swift",
"JobQueueProcessorOptions.swift",
"JobRegistry.swift",
"JobRequest.swift",
"JobRetry.swift",
"MemoryJobQueue.swift",
"Metadata/JobMetadataDriver.swift",
"Metadata/JobMetadataKey.swift",
"Middleware/JobMiddleware.swift",
"Middleware/MetricsMiddleware.swift",
"Middleware/TracingMiddleware.swift",
"ResumableJobQueue.swift",
"Scheduler/JobSchedule.swift",
"Scheduler/Schedule+crontab.swift",
"Scheduler/Schedule.swift",
"Trigger.swift",
"Utils/DecodableWithUserInfoConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.