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 swift-ip, reference master (f7e799), with Swift 6.0 for Linux on 18 Oct 2024 00:12:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-ip.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tayloraswift/swift-ip
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f7e799a update README
Cloned https://github.com/tayloraswift/swift-ip.git
Revision (git rev-parse @):
f7e799a05b911151916cef84dbba28a448222df2
SUCCESS checkout https://github.com/tayloraswift/swift-ip.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tayloraswift/swift-ip.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:cdfc99d922304a35741e6888e6aaaea2f8271a1fe66021a96a2dddcfac2616e3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio
[1/70643] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (3.78s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.75.0 (1.93s)
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/1569] Fetching swift-atomics
[49/5396] Fetching swift-atomics, swift-system
[5397/20841] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.93s)
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (0.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.3.2 (0.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.61s)
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
Working copy of https://github.com/apple/swift-nio resolved at 2.75.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.3.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
Building for debugging...
[0/19] Write sources
[8/19] Compiling CNIOWindows shim.c
[9/19] Compiling CNIOWASI CNIOWASI.c
[10/19] Compiling CNIOWindows WSAStartup.c
[11/19] Write sources
[12/19] Compiling CNIOLinux liburing_shims.c
[13/19] Compiling CNIODarwin shim.c
[14/19] Compiling CNIOLinux shim.c
[15/19] Compiling _AtomicsShims.c
[16/19] Write swift-version-24593BA9C3E375BF.txt
[18/68] Emitting module InternalCollectionsUtilities
[18/70] Compiling c-nioatomics.c
[19/70] Compiling c-atomics.c
[21/76] Emitting module IP
[22/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/76] Compiling IP IP.Address.swift
[25/76] Compiling IP IP.Map.swift
[26/76] Compiling IP IP.swift
[27/76] Compiling IP IP.V4.swift
[28/76] Compiling IP IP.Block.swift
[29/76] Compiling IP IP.V6.swift
[30/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/77] Emitting module Atomics
[35/77] Emitting module _NIOBase64
[36/77] Compiling _NIOBase64 Base64.swift
[37/78] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[38/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/80] Compiling InternalCollectionsUtilities Integer rank.swift
[40/80] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/80] Compiling _NIODataStructures PriorityQueue.swift
[42/80] Compiling InternalCollectionsUtilities Debugging.swift
[43/80] Compiling InternalCollectionsUtilities Descriptions.swift
[44/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[46/80] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/80] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/80] Compiling _NIODataStructures _TinyArray.swift
[49/80] Compiling InternalCollectionsUtilities UInt+reversed.swift
[50/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/80] Compiling InternalCollectionsUtilities Specialize.swift
[60/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[61/80] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[72/81] Compiling Atomics IntegerOperations.swift
[73/81] Compiling Atomics Unmanaged extensions.swift
[75/97] Emitting module _NIODataStructures
[76/97] Compiling _NIODataStructures Heap.swift
[77/97] Emitting module NIOConcurrencyHelpers
[78/97] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[79/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/98] Compiling DequeModule Deque+CustomReflectable.swift
[81/98] Compiling DequeModule Deque+Descriptions.swift
[82/98] Compiling DequeModule Deque+Equatable.swift
[83/98] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/100] Compiling NIOConcurrencyHelpers lock.swift
[86/100] Compiling DequeModule _DequeBuffer.swift
[87/100] Compiling DequeModule _DequeBufferHeader.swift
[88/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[89/100] Compiling NIOConcurrencyHelpers atomics.swift
[91/101] Compiling DequeModule Deque+Extras.swift
[92/101] Compiling DequeModule Deque+Hashable.swift
[93/101] Compiling DequeModule _DequeSlot.swift
[94/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/101] Compiling DequeModule Deque+Testing.swift
[96/101] Compiling DequeModule Deque._Storage.swift
[97/101] Compiling DequeModule Deque._UnsafeHandle.swift
[98/101] Compiling DequeModule Deque.swift
[99/101] Compiling DequeModule Deque+Codable.swift
[100/101] Compiling DequeModule Deque+Collection.swift
[101/101] Emitting module DequeModule
[103/162] Compiling NIOCore MulticastChannel.swift
[104/162] Compiling NIOCore NIOAny.swift
[105/162] Compiling NIOCore NIOCloseOnErrorHandler.swift
[106/162] Compiling NIOCore NIOLoopBound.swift
[107/162] Compiling NIOCore NIOScheduledCallback.swift
[108/162] Compiling NIOCore NIOSendable.swift
[109/162] Compiling NIOCore PointerHelpers.swift
[110/162] Compiling NIOCore RecvByteBufferAllocator.swift
[111/162] Compiling NIOCore IO.swift
[112/162] Compiling NIOCore IOData.swift
[113/162] Compiling NIOCore IPProtocol.swift
[114/162] Compiling NIOCore IntegerBitPacking.swift
[115/162] Compiling NIOCore IntegerTypes.swift
[116/162] Compiling NIOCore Interfaces.swift
[117/162] Compiling NIOCore Linux.swift
[118/162] Compiling NIOCore MarkedCircularBuffer.swift
[119/162] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[120/162] Compiling NIOCore EventLoopFuture+Deprecated.swift
[121/162] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[122/162] Compiling NIOCore EventLoopFuture.swift
[123/162] Compiling NIOCore FileDescriptor.swift
[124/162] Compiling NIOCore FileHandle.swift
[125/162] Compiling NIOCore FileRegion.swift
[126/162] Compiling NIOCore GlobalSingletons.swift
[127/170] Compiling NIOCore CircularBuffer.swift
[128/170] Compiling NIOCore Codec.swift
[129/170] Compiling NIOCore ConvenienceOptionSupport.swift
[130/170] Compiling NIOCore DeadChannel.swift
[131/170] Compiling NIOCore DispatchQueue+WithFuture.swift
[132/170] Compiling NIOCore EventLoop+Deprecated.swift
[133/170] Compiling NIOCore EventLoop+SerialExecutor.swift
[134/170] Compiling NIOCore EventLoop.swift
[135/170] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[136/170] Compiling NIOCore BSDSocketAPI.swift
[137/170] Compiling NIOCore ByteBuffer-aux.swift
[138/170] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[139/170] Compiling NIOCore ByteBuffer-conversions.swift
[140/170] Compiling NIOCore ByteBuffer-core.swift
[141/170] Compiling NIOCore ByteBuffer-hex.swift
[142/170] Compiling NIOCore ByteBuffer-int.swift
[143/170] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[144/170] Compiling NIOCore AddressedEnvelope.swift
[145/170] Compiling NIOCore AsyncAwaitSupport.swift
[146/170] Compiling NIOCore AsyncChannel.swift
[147/170] Compiling NIOCore AsyncChannelHandler.swift
[148/170] Compiling NIOCore AsyncChannelInboundStream.swift
[149/170] Compiling NIOCore AsyncChannelOutboundWriter.swift
[150/170] Compiling NIOCore NIOAsyncSequenceProducer.swift
[151/170] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[152/170] Compiling NIOCore NIOAsyncWriter.swift
[153/170] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[154/170] Compiling NIOCore SocketAddresses.swift
[155/170] Compiling NIOCore SocketOptionProvider.swift
[156/170] Compiling NIOCore SystemCallHelpers.swift
[157/170] Compiling NIOCore TimeAmount+Duration.swift
[158/170] Compiling NIOCore TypeAssistedChannelHandler.swift
[159/170] Compiling NIOCore UniversalBootstrapSupport.swift
[160/170] Compiling NIOCore Utilities.swift
[161/170] Compiling NIOCore ByteBuffer-multi-int.swift
[162/170] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[163/170] Compiling NIOCore ByteBuffer-views.swift
[164/170] Compiling NIOCore Channel.swift
[165/170] Compiling NIOCore ChannelHandler.swift
[166/170] Compiling NIOCore ChannelHandlers.swift
[167/170] Compiling NIOCore ChannelInvoker.swift
[168/170] Compiling NIOCore ChannelOption.swift
[169/170] Compiling NIOCore ChannelPipeline.swift
[170/170] Emitting module NIOCore
[172/174] Emitting module IP_NIOCore
[173/174] Compiling IP_NIOCore IP.V4 (ext).swift
[174/174] Compiling IP_NIOCore IP.V6 (ext).swift
Build complete! (36.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.75.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    }
  ],
  "manifest_display_name" : "swift-ip",
  "name" : "swift-ip",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "IP",
      "targets" : [
        "IP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IP_NIOCore",
      "targets" : [
        "IP_NIOCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IP_NIOCore",
      "module_type" : "SwiftTarget",
      "name" : "IP_NIOCore",
      "path" : "Sources/IP_NIOCore",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "IP_NIOCore"
      ],
      "sources" : [
        "IP.V4 (ext).swift",
        "IP.V6 (ext).swift"
      ],
      "target_dependencies" : [
        "IP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IPTests",
      "module_type" : "SwiftTarget",
      "name" : "IPTests",
      "path" : "Sources/IPTests",
      "sources" : [
        "Mapping.swift",
        "Masking.swift",
        "Parsing.swift"
      ],
      "target_dependencies" : [
        "IP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IP",
      "module_type" : "SwiftTarget",
      "name" : "IP",
      "path" : "Sources/IP",
      "product_memberships" : [
        "IP",
        "IP_NIOCore"
      ],
      "sources" : [
        "IP.Address.swift",
        "IP.Block.swift",
        "IP.Map.swift",
        "IP.V4.swift",
        "IP.V6.swift",
        "IP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:cdfc99d922304a35741e6888e6aaaea2f8271a1fe66021a96a2dddcfac2616e3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.