The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SpeziFileFormats, reference 2.1.3 (d9e903), with Swift 6.0 for Linux on 9 Mar 2025 20:55:05 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFileFormats.git
Reference: 2.1.3
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
 * tag               2.1.3      -> FETCH_HEAD
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 2.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-4609320-1":/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 -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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/StanfordSpezi/SpeziNetworking.git
[1/310] Fetching spezinetworking
Fetched https://github.com/StanfordSpezi/SpeziNetworking.git from cache (0.16s)
Computing version for https://github.com/StanfordSpezi/SpeziNetworking.git
Computed https://github.com/StanfordSpezi/SpeziNetworking.git at 2.2.0 (2.17s)
Fetching https://github.com/apple/swift-nio.git
[1/73983] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.92s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[121/5914] Fetching swift-atomics, swift-system
[5915/21798] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.95s)
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
Fetched https://github.com/apple/swift-collections.git from cache (0.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.01s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/StanfordSpezi/SpeziNetworking.git
Working copy of https://github.com/StanfordSpezi/SpeziNetworking.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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
Building for debugging...
[0/24] Write sources
[13/24] Compiling CNIOWindows WSAStartup.c
[13/24] Compiling CNIOWindows shim.c
[15/24] Compiling CNIOWASI CNIOWASI.c
[16/24] Write sources
[17/24] Compiling _AtomicsShims.c
[18/24] Compiling CNIODarwin shim.c
[19/24] Compiling CNIOLinux liburing_shims.c
[20/24] Compiling CNIOLinux shim.c
[21/24] Write swift-version-24593BA9C3E375BF.txt
[23/66] Emitting module InternalCollectionsUtilities
[24/68] Emitting module _NIODataStructures
[24/68] Compiling c-atomics.c
[25/68] Compiling c-nioatomics.c
[27/74] Emitting module Atomics
[28/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/76] Compiling Atomics IntegerOperations.swift
[31/76] Compiling Atomics Unmanaged extensions.swift
[32/76] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/76] Compiling _NIODataStructures _TinyArray.swift
[34/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/76] Compiling InternalCollectionsUtilities Specialize.swift
[38/76] Compiling _NIODataStructures PriorityQueue.swift
[39/76] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[40/76] Compiling InternalCollectionsUtilities Integer rank.swift
[41/76] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[42/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[43/76] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[44/76] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[45/76] Emitting module _NIOBase64
[46/76] Compiling _NIOBase64 Base64.swift
[47/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[48/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/77] Compiling InternalCollectionsUtilities Debugging.swift
[57/77] Compiling InternalCollectionsUtilities Descriptions.swift
[74/79] Compiling NIOConcurrencyHelpers lock.swift
[75/79] Compiling _NIODataStructures Heap.swift
[76/80] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[77/80] Emitting module NIOConcurrencyHelpers
[78/80] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/95] Compiling NIOConcurrencyHelpers atomics.swift
[81/96] Compiling DequeModule Deque+CustomReflectable.swift
[82/96] Compiling DequeModule Deque+Descriptions.swift
[84/98] Compiling DequeModule _DequeBuffer.swift
[85/98] Compiling DequeModule _DequeBufferHeader.swift
[86/98] Compiling DequeModule Deque+Equatable.swift
[87/98] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/98] Compiling DequeModule _DequeSlot.swift
[89/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/98] Compiling DequeModule Deque+Testing.swift
[91/98] Compiling DequeModule Deque._Storage.swift
[92/98] Compiling DequeModule Deque._UnsafeHandle.swift
[93/98] Compiling DequeModule Deque.swift
[94/98] Compiling DequeModule Deque+Extras.swift
[95/98] Compiling DequeModule Deque+Hashable.swift
[96/98] Compiling DequeModule Deque+Codable.swift
[97/98] Compiling DequeModule Deque+Collection.swift
[98/98] Emitting module DequeModule
[100/158] Compiling NIOCore GlobalSingletons.swift
[101/158] Compiling NIOCore IO.swift
[102/158] Compiling NIOCore IOData.swift
[103/158] Compiling NIOCore IPProtocol.swift
[104/158] Compiling NIOCore IntegerBitPacking.swift
[105/158] Compiling NIOCore IntegerTypes.swift
[106/158] Compiling NIOCore Interfaces.swift
[107/158] Compiling NIOCore Linux.swift
[108/166] Compiling NIOCore AddressedEnvelope.swift
[109/166] Compiling NIOCore AsyncAwaitSupport.swift
[110/166] Compiling NIOCore AsyncChannel.swift
[111/166] Compiling NIOCore AsyncChannelHandler.swift
[112/166] Compiling NIOCore AsyncChannelInboundStream.swift
[113/166] Compiling NIOCore AsyncChannelOutboundWriter.swift
[114/166] Compiling NIOCore NIOAsyncSequenceProducer.swift
[115/166] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[116/166] Compiling NIOCore NIOAsyncWriter.swift
[117/166] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[118/166] Compiling NIOCore BSDSocketAPI.swift
[119/166] Compiling NIOCore ByteBuffer-aux.swift
[120/166] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[121/166] Compiling NIOCore ByteBuffer-conversions.swift
[122/166] Compiling NIOCore ByteBuffer-core.swift
[123/166] Compiling NIOCore ByteBuffer-hex.swift
[124/166] Compiling NIOCore ByteBuffer-int.swift
[125/166] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[126/166] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[127/166] Compiling NIOCore SocketAddresses.swift
[128/166] Compiling NIOCore SocketOptionProvider.swift
[129/166] Compiling NIOCore SystemCallHelpers.swift
[130/166] Compiling NIOCore TimeAmount+Duration.swift
[131/166] Compiling NIOCore TypeAssistedChannelHandler.swift
[132/166] Compiling NIOCore UniversalBootstrapSupport.swift
[133/166] Compiling NIOCore Utilities.swift
[134/166] Compiling NIOCore ChannelPipeline.swift
[135/166] Compiling NIOCore CircularBuffer.swift
[136/166] Compiling NIOCore Codec.swift
[137/166] Compiling NIOCore ConvenienceOptionSupport.swift
[138/166] Compiling NIOCore DeadChannel.swift
[139/166] Compiling NIOCore DispatchQueue+WithFuture.swift
[140/166] Compiling NIOCore EventLoop+Deprecated.swift
[141/166] Compiling NIOCore EventLoop+SerialExecutor.swift
[142/166] Compiling NIOCore ByteBuffer-multi-int.swift
[143/166] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[144/166] Compiling NIOCore ByteBuffer-views.swift
[145/166] Compiling NIOCore Channel.swift
[146/166] Compiling NIOCore ChannelHandler.swift
[147/166] Compiling NIOCore ChannelHandlers.swift
[148/166] Compiling NIOCore ChannelInvoker.swift
[149/166] Compiling NIOCore ChannelOption.swift
[150/166] Compiling NIOCore EventLoop.swift
[151/166] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[152/166] Compiling NIOCore EventLoopFuture+Deprecated.swift
[153/166] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[154/166] Compiling NIOCore EventLoopFuture.swift
[155/166] Compiling NIOCore FileDescriptor.swift
[156/166] Compiling NIOCore FileHandle.swift
[157/166] Compiling NIOCore FileRegion.swift
[158/166] Compiling NIOCore MarkedCircularBuffer.swift
[159/166] Compiling NIOCore MulticastChannel.swift
[160/166] Compiling NIOCore NIOAny.swift
[161/166] Compiling NIOCore NIOCloseOnErrorHandler.swift
[162/166] Compiling NIOCore NIOLoopBound.swift
[163/166] Compiling NIOCore NIOScheduledCallback.swift
[164/166] Compiling NIOCore NIOSendable.swift
[165/166] Compiling NIOCore RecvByteBufferAllocator.swift
[166/166] Emitting module NIOCore
[168/218] Compiling NIOPosix PooledRecvBufferAllocator.swift
[169/218] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[170/218] Compiling NIOPosix PosixSingletons.swift
[171/218] Compiling NIOPosix RawSocketBootstrap.swift
[172/218] Compiling NIOPosix Resolver.swift
[173/218] Compiling NIOPosix Selectable.swift
[174/224] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[175/224] Compiling NIOEmbedded AsyncTestingChannel.swift
[176/224] Emitting module NIOEmbedded
[177/224] Compiling NIOEmbedded Embedded.swift
[179/225] Compiling NIOPosix ThreadPosix.swift
[180/225] Compiling NIOPosix ThreadWindows.swift
[181/225] Compiling NIOPosix UnsafeTransfer.swift
[182/225] Compiling NIOPosix Utilities.swift
[183/225] Compiling NIOPosix VsockAddress.swift
[184/225] Compiling NIOPosix VsockChannelEvents.swift
[185/225] Compiling NIOPosix SelectableChannel.swift
[186/225] Compiling NIOPosix SelectableEventLoop.swift
[187/225] Compiling NIOPosix SelectorEpoll.swift
[188/225] Compiling NIOPosix SelectorGeneric.swift
[189/225] Compiling NIOPosix SelectorKqueue.swift
[190/225] Compiling NIOPosix SelectorUring.swift
[191/225] Compiling NIOPosix ServerSocket.swift
[192/225] Compiling NIOPosix Socket.swift
[193/225] Compiling NIOPosix SocketChannel.swift
[194/225] Compiling NIOPosix SocketProtocols.swift
[195/225] Compiling NIOPosix System.swift
[196/225] Compiling NIOPosix Thread.swift
[197/225] Emitting module NIOPosix
[198/225] Compiling NIOPosix Bootstrap.swift
[199/225] Compiling NIOPosix ControlMessage.swift
[200/225] Compiling NIOPosix DatagramVectorReadManager.swift
[201/225] Compiling NIOPosix Errors+Any.swift
[202/225] Compiling NIOPosix FileDescriptor.swift
[203/225] Compiling NIOPosix GetaddrinfoResolver.swift
[204/225] Compiling NIOPosix HappyEyeballs.swift
[205/225] Compiling NIOPosix IO.swift
[206/225] Compiling NIOPosix IntegerBitPacking.swift
[207/225] Compiling NIOPosix IntegerTypes.swift
[208/225] Compiling NIOPosix Linux.swift
[209/225] Compiling NIOPosix LinuxCPUSet.swift
[210/225] Compiling NIOPosix LinuxUring.swift
[211/225] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[212/225] Compiling NIOPosix NIOThreadPool.swift
[213/225] Compiling NIOPosix NonBlockingFileIO.swift
[214/225] Compiling NIOPosix PendingDatagramWritesManager.swift
[215/225] Compiling NIOPosix PendingWritesManager.swift
[216/225] Compiling NIOPosix PipeChannel.swift
[217/225] Compiling NIOPosix PipePair.swift
[218/225] Compiling NIOPosix Pool.swift
[219/225] Compiling NIOPosix BSDSocketAPICommon.swift
[220/225] Compiling NIOPosix BSDSocketAPIPosix.swift
[221/225] Compiling NIOPosix BSDSocketAPIWindows.swift
[222/225] Compiling NIOPosix BaseSocket.swift
[223/225] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[224/225] Compiling NIOPosix BaseSocketChannel.swift
[225/225] Compiling NIOPosix BaseStreamSocketChannel.swift
[227/228] Compiling NIO Exports.swift
[228/228] Emitting module NIO
[230/234] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[231/234] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[232/234] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[233/234] Emitting module NIOFoundationCompat
[234/234] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[236/246] Compiling ByteCoding String+ByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[237/246] Compiling ByteCoding FixedWithInteger+ByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[238/246] Compiling ByteCoding Float+ByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[239/247] Emitting module ByteCoding
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[240/247] Compiling ByteCoding PrimitiveByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[241/247] Compiling ByteCoding RawRepresentable+ByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[242/247] Compiling ByteCoding ByteCodable+Deprecated.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[243/247] Compiling ByteCoding ByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[244/247] Compiling ByteCoding Data+ByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[245/247] Compiling ByteCoding RawRepresentable+PrimitiveByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[246/247] Compiling ByteCoding Bool+ByteCodable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[247/247] Compiling ByteCoding Data+HexString.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/49] Compiling Atomics OptionalRawRepresentable.swift
[3/49] Compiling Atomics RawRepresentable.swift
[4/49] Compiling Atomics AtomicBool.swift
[5/49] Compiling Atomics AtomicMemoryOrderings.swift
[6/49] Compiling Atomics DoubleWord.swift
[7/51] Compiling Atomics AtomicStorage.swift
[8/51] Compiling Atomics AtomicValue.swift
[9/51] Compiling Atomics ManagedAtomic.swift
[10/51] Compiling Atomics ManagedAtomicLazyReference.swift
[11/51] Compiling Atomics Primitives.shims.swift
[12/51] Compiling Atomics AtomicInteger.swift
[13/51] Compiling Atomics AtomicOptionalWrappable.swift
[16/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/53] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/53] Compiling NIOConcurrencyHelpers lock.swift
[21/53] Compiling _NIOBase64 Base64.swift
[22/53] Emitting module _NIOBase64
[25/54] Compiling _NIODataStructures PriorityQueue.swift
[26/54] Compiling _NIODataStructures Heap.swift
[27/54] Emitting module _NIODataStructures
[28/54] Compiling _NIODataStructures _TinyArray.swift
[31/55] Compiling Atomics IntegerOperations.swift
[32/55] Compiling Atomics Unmanaged extensions.swift
[33/55] Compiling Atomics AtomicReference.swift
[36/55] Emitting module InternalCollectionsUtilities
[37/55] Compiling NIOConcurrencyHelpers NIOLock.swift
[38/55] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/55] Compiling NIOConcurrencyHelpers atomics.swift
[40/55] Emitting module NIOConcurrencyHelpers
[41/55] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[45/56] Compiling Atomics Primitives.native.swift
[48/56] Compiling Atomics IntegerConformances.swift
[49/56] Compiling Atomics PointerConformances.swift
[51/72] Compiling DequeModule _DequeBuffer.swift
[52/72] Compiling DequeModule _DequeBufferHeader.swift
[53/74] Compiling DequeModule Deque+Equatable.swift
[54/74] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[55/74] Compiling DequeModule Deque+CustomReflectable.swift
[56/74] Compiling DequeModule Deque+Descriptions.swift
[57/74] Compiling DequeModule Deque+Extras.swift
[58/74] Compiling DequeModule Deque+Hashable.swift
[59/74] Compiling DequeModule Deque+Testing.swift
[60/74] Compiling DequeModule Deque._Storage.swift
[61/74] Compiling DequeModule Deque._UnsafeHandle.swift
[62/74] Compiling DequeModule Deque.swift
[63/74] Compiling DequeModule _DequeSlot.swift
[64/74] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/74] Emitting module Atomics
[66/74] Compiling DequeModule Deque+Codable.swift
[67/74] Compiling DequeModule Deque+Collection.swift
[68/74] Emitting module DequeModule
[77/135] Compiling NIOCore AddressedEnvelope.swift
[78/135] Compiling NIOCore AsyncAwaitSupport.swift
[79/135] Compiling NIOCore AsyncChannel.swift
[80/135] Compiling NIOCore AsyncChannelHandler.swift
[81/135] Compiling NIOCore AsyncChannelInboundStream.swift
[82/135] Compiling NIOCore AsyncChannelOutboundWriter.swift
[83/135] Compiling NIOCore NIOAsyncSequenceProducer.swift
[84/135] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[85/135] Compiling NIOCore NIOAsyncWriter.swift
[86/143] Compiling NIOCore GlobalSingletons.swift
[87/143] Compiling NIOCore IO.swift
[88/143] Compiling NIOCore IOData.swift
[89/143] Compiling NIOCore IPProtocol.swift
[90/143] Compiling NIOCore IntegerBitPacking.swift
[91/143] Compiling NIOCore IntegerTypes.swift
[92/143] Compiling NIOCore Interfaces.swift
[93/143] Compiling NIOCore Linux.swift
[94/143] Compiling NIOCore MarkedCircularBuffer.swift
[95/143] Compiling NIOCore MulticastChannel.swift
[96/143] Compiling NIOCore NIOAny.swift
[97/143] Compiling NIOCore NIOCloseOnErrorHandler.swift
[98/143] Compiling NIOCore NIOLoopBound.swift
[99/143] Compiling NIOCore NIOScheduledCallback.swift
[100/143] Compiling NIOCore NIOSendable.swift
[101/143] Compiling NIOCore RecvByteBufferAllocator.swift
[102/143] Compiling NIOCore EventLoop.swift
[103/143] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[104/143] Compiling NIOCore EventLoopFuture+Deprecated.swift
[105/143] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[106/143] Compiling NIOCore EventLoopFuture.swift
[107/143] Compiling NIOCore FileDescriptor.swift
[108/143] Compiling NIOCore FileHandle.swift
[109/143] Compiling NIOCore FileRegion.swift
[110/143] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[111/143] Compiling NIOCore BSDSocketAPI.swift
[112/143] Compiling NIOCore ByteBuffer-aux.swift
[113/143] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[114/143] Compiling NIOCore ByteBuffer-conversions.swift
[115/143] Compiling NIOCore ByteBuffer-core.swift
[116/143] Compiling NIOCore ByteBuffer-hex.swift
[117/143] Compiling NIOCore ByteBuffer-int.swift
[118/143] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[119/143] Compiling NIOCore ChannelPipeline.swift
[120/143] Compiling NIOCore CircularBuffer.swift
[121/143] Compiling NIOCore Codec.swift
[122/143] Compiling NIOCore ConvenienceOptionSupport.swift
[123/143] Compiling NIOCore DeadChannel.swift
[124/143] Compiling NIOCore DispatchQueue+WithFuture.swift
[125/143] Compiling NIOCore EventLoop+Deprecated.swift
[126/143] Compiling NIOCore EventLoop+SerialExecutor.swift
[127/143] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[128/143] Compiling NIOCore SocketAddresses.swift
[129/143] Compiling NIOCore SocketOptionProvider.swift
[130/143] Compiling NIOCore SystemCallHelpers.swift
[131/143] Compiling NIOCore TimeAmount+Duration.swift
[132/143] Compiling NIOCore TypeAssistedChannelHandler.swift
[133/143] Compiling NIOCore UniversalBootstrapSupport.swift
[134/143] Compiling NIOCore Utilities.swift
[135/143] Compiling NIOCore ByteBuffer-multi-int.swift
[136/143] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[137/143] Compiling NIOCore ByteBuffer-views.swift
[138/143] Compiling NIOCore Channel.swift
[139/143] Compiling NIOCore ChannelHandler.swift
[140/143] Compiling NIOCore ChannelHandlers.swift
[141/143] Compiling NIOCore ChannelInvoker.swift
[142/143] Compiling NIOCore ChannelOption.swift
[143/143] Emitting module NIOCore
[145/195] Compiling NIOEmbedded AsyncTestingChannel.swift
[146/195] Emitting module NIOEmbedded
[147/195] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[148/195] Compiling NIOEmbedded Embedded.swift
[150/196] Compiling NIOPosix SelectableChannel.swift
[151/196] Compiling NIOPosix SelectableEventLoop.swift
[152/196] Compiling NIOPosix SelectorEpoll.swift
[153/196] Compiling NIOPosix SelectorGeneric.swift
[154/196] Compiling NIOPosix SelectorKqueue.swift
[155/196] Compiling NIOPosix SelectorUring.swift
[156/202] Compiling NIOPosix ServerSocket.swift
[157/202] Compiling NIOPosix Socket.swift
[158/202] Compiling NIOPosix SocketChannel.swift
[159/202] Compiling NIOPosix SocketProtocols.swift
[160/202] Compiling NIOPosix System.swift
[161/202] Compiling NIOPosix Thread.swift
[162/202] Compiling NIOPosix Bootstrap.swift
[163/202] Compiling NIOPosix ControlMessage.swift
[164/202] Compiling NIOPosix DatagramVectorReadManager.swift
[165/202] Compiling NIOPosix Errors+Any.swift
[166/202] Compiling NIOPosix FileDescriptor.swift
[167/202] Compiling NIOPosix GetaddrinfoResolver.swift
[168/202] Compiling NIOPosix HappyEyeballs.swift
[169/202] Compiling NIOPosix PooledRecvBufferAllocator.swift
[170/202] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[171/202] Compiling NIOPosix PosixSingletons.swift
[172/202] Compiling NIOPosix RawSocketBootstrap.swift
[173/202] Compiling NIOPosix Resolver.swift
[174/202] Compiling NIOPosix Selectable.swift
[175/202] Compiling NIOPosix BSDSocketAPICommon.swift
[176/202] Compiling NIOPosix BSDSocketAPIPosix.swift
[177/202] Compiling NIOPosix BSDSocketAPIWindows.swift
[178/202] Compiling NIOPosix BaseSocket.swift
[179/202] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[180/202] Compiling NIOPosix BaseSocketChannel.swift
[181/202] Compiling NIOPosix BaseStreamSocketChannel.swift
[182/202] Emitting module NIOPosix
[183/202] Compiling NIOPosix ThreadPosix.swift
[184/202] Compiling NIOPosix ThreadWindows.swift
[185/202] Compiling NIOPosix UnsafeTransfer.swift
[186/202] Compiling NIOPosix Utilities.swift
[187/202] Compiling NIOPosix VsockAddress.swift
[188/202] Compiling NIOPosix VsockChannelEvents.swift
[189/202] Compiling NIOPosix NIOThreadPool.swift
[190/202] Compiling NIOPosix NonBlockingFileIO.swift
[191/202] Compiling NIOPosix PendingDatagramWritesManager.swift
[192/202] Compiling NIOPosix PendingWritesManager.swift
[193/202] Compiling NIOPosix PipeChannel.swift
[194/202] Compiling NIOPosix PipePair.swift
[195/202] Compiling NIOPosix Pool.swift
[196/202] Compiling NIOPosix IO.swift
[197/202] Compiling NIOPosix IntegerBitPacking.swift
[198/202] Compiling NIOPosix IntegerTypes.swift
[199/202] Compiling NIOPosix Linux.swift
[200/202] Compiling NIOPosix LinuxCPUSet.swift
[201/202] Compiling NIOPosix LinuxUring.swift
[202/202] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[204/205] Emitting module NIO
[205/205] Compiling NIO Exports.swift
[207/211] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[208/211] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[209/211] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[210/211] Emitting module NIOFoundationCompat
[211/211] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[213/223] Compiling ByteCoding String+ByteCodable.swift
[214/223] Compiling ByteCoding Float+ByteCodable.swift
[215/224] Compiling ByteCoding PrimitiveByteCodable.swift
[216/224] Compiling ByteCoding RawRepresentable+ByteCodable.swift
[217/224] Emitting module ByteCoding
[218/224] Compiling ByteCoding Data+ByteCodable.swift
[219/224] Compiling ByteCoding RawRepresentable+PrimitiveByteCodable.swift
[220/224] Compiling ByteCoding Bool+ByteCodable.swift
[221/224] Compiling ByteCoding ByteCodable+Deprecated.swift
[222/224] Compiling ByteCoding ByteCodable.swift
[223/224] Compiling ByteCoding FixedWithInteger+ByteCodable.swift
[224/224] Compiling ByteCoding Data+HexString.swift
[226/228] Compiling SpeziNumerics ByteBuffer+Int24.swift
[227/228] Emitting module SpeziNumerics
[228/228] Compiling SpeziNumerics MedFloat16.swift
[230/249] Compiling EDFFormat SubjectIdentification.swift
[231/249] Compiling EDFFormat Channel.swift
[232/249] Compiling EDFFormat DataRecord.swift
[233/251] Compiling EDFFormat ByteBuffer+EDFAscii.swift
[234/251] Compiling EDFFormat EDFEncodingError.swift
[235/251] Compiling EDFFormat DimensionPrefix.swift
[236/251] Compiling EDFFormat Sample.swift
[237/251] Compiling EDFFormat Signal.swift
[238/251] Emitting module EDFFormat
[239/251] Compiling EDFFormat AngleDimension.swift
[240/251] Compiling EDFFormat SoundPressureLevelDimension.swift
[241/251] Compiling EDFFormat TemperatureDimension.swift
[242/251] Compiling EDFFormat FileInformation.swift
[243/251] Compiling EDFFormat RecordingFormat.swift
[244/251] Compiling EDFFormat RecordingIdentification.swift
[245/251] Compiling EDFFormat EDFRepresentable.swift
[246/251] Compiling EDFFormat VerifyAsciiInput.swift
[247/251] Compiling EDFFormat SignalLabel.swift
[248/251] Compiling EDFFormat SignalType.swift
[249/251] Compiling EDFFormat GenericFileWriter.swift
[250/251] Compiling EDFFormat EEGLocation.swift
[251/251] Compiling EDFFormat FileFormat.swift
Build complete! (21.36s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.