Build Information
Successful build of SpeziFileFormats, reference main (d9e903
), with Swift 6.1 for Linux on 30 Apr 2025 20:33:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFileFormats.git
Reference: main
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/StanfordSpezi/SpeziFileFormats
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d9e9031 Migrate to Swift Testing (#14)
Cloned https://github.com/StanfordSpezi/SpeziFileFormats.git
Revision (git rev-parse @):
d9e903199a7cc7d9100a412c9989147f58b13038
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziFileFormats.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziFileFormats.git
https://github.com/StanfordSpezi/SpeziFileFormats.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "spezinetworking",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziNetworking.git"
}
],
"manifest_display_name" : "SpeziFileFormats",
"name" : "SpeziFileFormats",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "EDFFormat",
"targets" : [
"EDFFormat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EDFFormatTests",
"module_type" : "SwiftTarget",
"name" : "EDFFormatTests",
"path" : "Tests/EDFFormatTests",
"product_dependencies" : [
"ByteCoding"
],
"sources" : [
"Defaults.swift",
"EDFEncodingTests.swift"
],
"target_dependencies" : [
"EDFFormat"
],
"type" : "test"
},
{
"c99name" : "EDFFormat",
"module_type" : "SwiftTarget",
"name" : "EDFFormat",
"path" : "Sources/EDFFormat",
"product_dependencies" : [
"ByteCoding",
"SpeziNumerics"
],
"product_memberships" : [
"EDFFormat"
],
"sources" : [
"Dimension/AngleDimension.swift",
"Dimension/SoundPressureLevelDimension.swift",
"Dimension/TemperatureDimension.swift",
"GenericFileWriter.swift",
"Information/EEGLocation.swift",
"Information/FileFormat.swift",
"Information/FileInformation.swift",
"Information/RecordingFormat.swift",
"Information/RecordingIdentification.swift",
"Information/SubjectIdentification.swift",
"Signal/Channel.swift",
"Signal/DataRecord.swift",
"Signal/DimensionPrefix.swift",
"Signal/Sample.swift",
"Signal/Signal.swift",
"Signal/SignalLabel.swift",
"Signal/SignalType.swift",
"Utils/ByteBuffer+EDFAscii.swift",
"Utils/EDFEncodingError.swift",
"Utils/EDFRepresentable.swift",
"Utils/VerifyAsciiInput.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/StanfordSpezi/SpeziNetworking.git
[1/310] Fetching spezinetworking
Fetched https://github.com/StanfordSpezi/SpeziNetworking.git from cache (0.27s)
Computing version for https://github.com/StanfordSpezi/SpeziNetworking.git
Computed https://github.com/StanfordSpezi/SpeziNetworking.git at 2.3.0 (3.01s)
Fetching https://github.com/apple/swift-nio.git
[1/75569] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (9.08s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[3844/6072] Fetching swift-system, swift-atomics
[4430/22341] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
[4634/17974] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.06s)
Fetched https://github.com/apple/swift-collections.git from cache (2.11s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.35s)
Creating working copy for https://github.com/StanfordSpezi/SpeziNetworking.git
Working copy of https://github.com/StanfordSpezi/SpeziNetworking.git resolved at 2.3.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.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Building for debugging...
[0/24] Write sources
[12/24] Compiling CNIOWindows shim.c
[12/24] Compiling _AtomicsShims.c
[14/24] Compiling CNIOWindows WSAStartup.c
[15/24] Write sources
[17/24] Compiling CNIOLinux liburing_shims.c
[18/24] Compiling CNIODarwin shim.c
[18/24] Compiling CNIOWASI CNIOWASI.c
[20/24] Compiling CNIOLinux shim.c
[21/24] Write swift-version-24593BA9C3E375BF.txt
[23/66] Emitting module _NIOBase64
[23/66] Compiling c-nioatomics.c
[25/66] Compiling Atomics UnsafeAtomic.swift
[26/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[29/68] Compiling Atomics AtomicReference.swift
[30/68] Compiling Atomics AtomicStorage.swift
[31/68] Compiling Atomics AtomicValue.swift
[32/70] Compiling _NIOBase64 Base64.swift
[36/71] Emitting module InternalCollectionsUtilities
[37/71] Emitting module Atomics
[38/71] Compiling Atomics Primitives.shims.swift
[39/71] Compiling Atomics AtomicInteger.swift
[40/71] Compiling Atomics AtomicOptionalWrappable.swift
[44/71] Compiling Atomics IntegerConformances.swift
[45/71] Compiling Atomics PointerConformances.swift
[46/71] Compiling Atomics RawRepresentable.swift
[47/71] Compiling Atomics AtomicBool.swift
[48/71] Compiling Atomics Primitives.native.swift
[49/71] Compiling Atomics OptionalRawRepresentable.swift
[50/71] Compiling Atomics ManagedAtomic.swift
[51/71] Compiling Atomics ManagedAtomicLazyReference.swift
[52/71] Compiling _NIODataStructures PriorityQueue.swift
[54/71] Compiling _NIODataStructures _TinyArray.swift
[63/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/71] Compiling c-atomics.c
[68/72] Compiling Atomics IntegerOperations.swift
[69/72] Compiling Atomics Unmanaged extensions.swift
[72/94] Compiling NIOConcurrencyHelpers lock.swift
[73/94] Compiling DequeModule _DequeBuffer.swift
[74/94] Compiling DequeModule _DequeBufferHeader.swift
[75/94] Emitting module NIOConcurrencyHelpers
[76/94] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[78/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[79/95] Compiling NIOConcurrencyHelpers atomics.swift
[80/97] Emitting module _NIODataStructures
[81/97] Compiling _NIODataStructures Heap.swift
[82/98] Compiling DequeModule Deque+CustomReflectable.swift
[83/98] Compiling DequeModule Deque+Descriptions.swift
[84/98] Compiling DequeModule Deque+Equatable.swift
[85/98] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/98] Compiling DequeModule Deque+Extras.swift
[89/98] Compiling DequeModule Deque+Hashable.swift
[90/98] Compiling DequeModule Deque._UnsafeHandle.swift
[91/98] Compiling DequeModule Deque.swift
[92/98] Compiling DequeModule Deque+Testing.swift
[93/98] Compiling DequeModule Deque._Storage.swift
[94/98] Compiling DequeModule _DequeSlot.swift
[95/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/98] Compiling DequeModule Deque+Codable.swift
[97/98] Compiling DequeModule Deque+Collection.swift
[98/98] Emitting module DequeModule
[100/158] Compiling NIOCore MarkedCircularBuffer.swift
[101/158] Compiling NIOCore MulticastChannel.swift
[102/158] Compiling NIOCore NIOAny.swift
[103/158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/158] Compiling NIOCore NIOLoopBound.swift
[105/158] Compiling NIOCore NIOScheduledCallback.swift
[106/158] Compiling NIOCore NIOSendable.swift
[107/158] Compiling NIOCore RecvByteBufferAllocator.swift
[108/166] Compiling NIOCore GlobalSingletons.swift
[109/166] Compiling NIOCore IO.swift
[110/166] Compiling NIOCore IOData.swift
[111/166] Compiling NIOCore IPProtocol.swift
[112/166] Compiling NIOCore IntegerBitPacking.swift
[113/166] Compiling NIOCore IntegerTypes.swift
[114/166] Compiling NIOCore Interfaces.swift
[115/166] Compiling NIOCore Linux.swift
[116/166] Compiling NIOCore AddressedEnvelope.swift
[117/166] Compiling NIOCore AsyncAwaitSupport.swift
[118/166] Compiling NIOCore AsyncChannel.swift
[119/166] Compiling NIOCore AsyncChannelHandler.swift
[120/166] Compiling NIOCore AsyncChannelInboundStream.swift
[121/166] Compiling NIOCore AsyncChannelOutboundWriter.swift
[122/166] Compiling NIOCore NIOAsyncSequenceProducer.swift
[123/166] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[124/166] Compiling NIOCore NIOAsyncWriter.swift
[125/166] Compiling NIOCore EventLoop.swift
[126/166] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[127/166] Compiling NIOCore EventLoopFuture+Deprecated.swift
[128/166] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/166] Compiling NIOCore EventLoopFuture.swift
[130/166] Compiling NIOCore FileDescriptor.swift
[131/166] Compiling NIOCore FileHandle.swift
[132/166] Compiling NIOCore FileRegion.swift
[133/166] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[134/166] Compiling NIOCore SocketAddresses.swift
[135/166] Compiling NIOCore SocketOptionProvider.swift
[136/166] Compiling NIOCore SystemCallHelpers.swift
[137/166] Compiling NIOCore TimeAmount+Duration.swift
[138/166] Compiling NIOCore TypeAssistedChannelHandler.swift
[139/166] Compiling NIOCore UniversalBootstrapSupport.swift
[140/166] Compiling NIOCore Utilities.swift
[141/166] Compiling NIOCore ChannelPipeline.swift
[142/166] Compiling NIOCore CircularBuffer.swift
[143/166] Compiling NIOCore Codec.swift
[144/166] Compiling NIOCore ConvenienceOptionSupport.swift
[145/166] Compiling NIOCore DeadChannel.swift
[146/166] Compiling NIOCore DispatchQueue+WithFuture.swift
[147/166] Compiling NIOCore EventLoop+Deprecated.swift
[148/166] Compiling NIOCore EventLoop+SerialExecutor.swift
[149/166] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[150/166] Compiling NIOCore BSDSocketAPI.swift
[151/166] Compiling NIOCore ByteBuffer-aux.swift
[152/166] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[153/166] Compiling NIOCore ByteBuffer-conversions.swift
[154/166] Compiling NIOCore ByteBuffer-core.swift
[155/166] Compiling NIOCore ByteBuffer-hex.swift
[156/166] Compiling NIOCore ByteBuffer-int.swift
[157/166] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[158/166] Compiling NIOCore ByteBuffer-multi-int.swift
[159/166] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[160/166] Compiling NIOCore ByteBuffer-views.swift
[161/166] Compiling NIOCore Channel.swift
[162/166] Compiling NIOCore ChannelHandler.swift
[163/166] Compiling NIOCore ChannelHandlers.swift
[164/166] Compiling NIOCore ChannelInvoker.swift
[165/166] Compiling NIOCore ChannelOption.swift
[166/166] Emitting module NIOCore
[168/218] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[169/218] Compiling NIOEmbedded AsyncTestingChannel.swift
[170/218] Emitting module NIOEmbedded
[171/218] Compiling NIOEmbedded Embedded.swift
[173/219] Compiling NIOPosix PooledRecvBufferAllocator.swift
[174/219] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[175/219] Compiling NIOPosix PosixSingletons.swift
[176/219] Compiling NIOPosix RawSocketBootstrap.swift
[177/219] Compiling NIOPosix Resolver.swift
[178/219] Compiling NIOPosix Selectable.swift
[179/225] Compiling NIOPosix SelectableChannel.swift
[180/225] Compiling NIOPosix SelectableEventLoop.swift
[181/225] Compiling NIOPosix SelectorEpoll.swift
[182/225] Compiling NIOPosix SelectorGeneric.swift
[183/225] Compiling NIOPosix SelectorKqueue.swift
[184/225] Compiling NIOPosix SelectorUring.swift
[185/225] Compiling NIOPosix ServerSocket.swift
[186/225] Compiling NIOPosix Socket.swift
[187/225] Compiling NIOPosix SocketChannel.swift
[188/225] Compiling NIOPosix SocketProtocols.swift
[189/225] Compiling NIOPosix System.swift
[190/225] Compiling NIOPosix Thread.swift
[191/225] Compiling NIOPosix ThreadPosix.swift
[192/225] Compiling NIOPosix ThreadWindows.swift
[193/225] Compiling NIOPosix UnsafeTransfer.swift
[194/225] Compiling NIOPosix Utilities.swift
[195/225] Compiling NIOPosix VsockAddress.swift
[196/225] Compiling NIOPosix VsockChannelEvents.swift
[197/225] Emitting module NIOPosix
[198/225] Compiling NIOPosix BSDSocketAPICommon.swift
[199/225] Compiling NIOPosix BSDSocketAPIPosix.swift
[200/225] Compiling NIOPosix BSDSocketAPIWindows.swift
[201/225] Compiling NIOPosix BaseSocket.swift
[202/225] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[203/225] Compiling NIOPosix BaseSocketChannel.swift
[204/225] Compiling NIOPosix BaseStreamSocketChannel.swift
[205/225] Compiling NIOPosix Bootstrap.swift
[206/225] Compiling NIOPosix ControlMessage.swift
[207/225] Compiling NIOPosix DatagramVectorReadManager.swift
[208/225] Compiling NIOPosix Errors+Any.swift
[209/225] Compiling NIOPosix FileDescriptor.swift
[210/225] Compiling NIOPosix GetaddrinfoResolver.swift
[211/225] Compiling NIOPosix HappyEyeballs.swift
[212/225] Compiling NIOPosix IO.swift
[213/225] Compiling NIOPosix IntegerBitPacking.swift
[214/225] Compiling NIOPosix IntegerTypes.swift
[215/225] Compiling NIOPosix Linux.swift
[216/225] Compiling NIOPosix LinuxCPUSet.swift
[217/225] Compiling NIOPosix LinuxUring.swift
[218/225] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[219/225] Compiling NIOPosix NIOThreadPool.swift
[220/225] Compiling NIOPosix NonBlockingFileIO.swift
[221/225] Compiling NIOPosix PendingDatagramWritesManager.swift
[222/225] Compiling NIOPosix PendingWritesManager.swift
[223/225] Compiling NIOPosix PipeChannel.swift
[224/225] Compiling NIOPosix PipePair.swift
[225/225] Compiling NIOPosix Pool.swift
[227/228] Compiling NIO Exports.swift
[228/228] Emitting module NIO
[230/234] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[231/234] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[232/234] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[233/234] Emitting module NIOFoundationCompat
[234/234] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[236/246] Compiling ByteCoding String+ByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/246] Compiling ByteCoding Data+ByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/247] Compiling ByteCoding PrimitiveByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/247] Compiling ByteCoding RawRepresentable+ByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/247] Emitting module ByteCoding
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/247] Compiling ByteCoding ByteCodable+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/247] Compiling ByteCoding ByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/247] Compiling ByteCoding Float+ByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/247] Compiling ByteCoding RawRepresentable+PrimitiveByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/247] Compiling ByteCoding Bool+ByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/247] Compiling ByteCoding FixedWithInteger+ByteCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/247] Compiling ByteCoding Data+HexString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/252] Compiling SpeziNumerics ByteBuffer+Int24.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/252] Emitting module SpeziNumerics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/252] Compiling SpeziNumerics MedFloat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/252] Compiling SpeziNumerics MedFloatImpl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/273] Compiling EDFFormat ByteBuffer+EDFAscii.swift
[255/273] Compiling EDFFormat EDFEncodingError.swift
[256/275] Compiling EDFFormat SignalLabel.swift
[257/275] Compiling EDFFormat SignalType.swift
[258/275] Emitting module EDFFormat
[259/275] Compiling EDFFormat DimensionPrefix.swift
[260/275] Compiling EDFFormat Sample.swift
[261/275] Compiling EDFFormat Signal.swift
[262/275] Compiling EDFFormat SubjectIdentification.swift
[263/275] Compiling EDFFormat Channel.swift
[264/275] Compiling EDFFormat DataRecord.swift
[265/275] Compiling EDFFormat FileInformation.swift
[266/275] Compiling EDFFormat RecordingFormat.swift
[267/275] Compiling EDFFormat RecordingIdentification.swift
[268/275] Compiling EDFFormat EDFRepresentable.swift
[269/275] Compiling EDFFormat VerifyAsciiInput.swift
[270/275] Compiling EDFFormat GenericFileWriter.swift
[271/275] Compiling EDFFormat EEGLocation.swift
[272/275] Compiling EDFFormat FileFormat.swift
[273/275] Compiling EDFFormat AngleDimension.swift
[274/275] Compiling EDFFormat SoundPressureLevelDimension.swift
[275/275] Compiling EDFFormat TemperatureDimension.swift
Build complete! (86.17s)
Build complete.
{
"dependencies" : [
{
"identity" : "spezinetworking",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziNetworking.git"
}
],
"manifest_display_name" : "SpeziFileFormats",
"name" : "SpeziFileFormats",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "EDFFormat",
"targets" : [
"EDFFormat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EDFFormatTests",
"module_type" : "SwiftTarget",
"name" : "EDFFormatTests",
"path" : "Tests/EDFFormatTests",
"product_dependencies" : [
"ByteCoding"
],
"sources" : [
"Defaults.swift",
"EDFEncodingTests.swift"
],
"target_dependencies" : [
"EDFFormat"
],
"type" : "test"
},
{
"c99name" : "EDFFormat",
"module_type" : "SwiftTarget",
"name" : "EDFFormat",
"path" : "Sources/EDFFormat",
"product_dependencies" : [
"ByteCoding",
"SpeziNumerics"
],
"product_memberships" : [
"EDFFormat"
],
"sources" : [
"Dimension/AngleDimension.swift",
"Dimension/SoundPressureLevelDimension.swift",
"Dimension/TemperatureDimension.swift",
"GenericFileWriter.swift",
"Information/EEGLocation.swift",
"Information/FileFormat.swift",
"Information/FileInformation.swift",
"Information/RecordingFormat.swift",
"Information/RecordingIdentification.swift",
"Information/SubjectIdentification.swift",
"Signal/Channel.swift",
"Signal/DataRecord.swift",
"Signal/DimensionPrefix.swift",
"Signal/Sample.swift",
"Signal/Signal.swift",
"Signal/SignalLabel.swift",
"Signal/SignalType.swift",
"Utils/ByteBuffer+EDFAscii.swift",
"Utils/EDFEncodingError.swift",
"Utils/EDFRepresentable.swift",
"Utils/VerifyAsciiInput.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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.