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 SSLService, reference master (b27a94), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 05:09:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/BlueSSLService.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/BlueSSLService
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b27a94d Update podspec for 2.0.2
Cloned https://github.com/Kitura/BlueSSLService.git
Revision (git rev-parse @):
b27a94d063962dfa1bba9f79814c4ef202cf33a4
SUCCESS checkout https://github.com/Kitura/BlueSSLService.git at master
Fetching https://github.com/Kitura/BlueSocket.git
[1/2942] Fetching bluesocket
Fetched https://github.com/Kitura/BlueSocket.git from cache (1.00s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 2.0.4 (1.61s)
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 2.0.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bluesslservice",
      "name": "SSLService",
      "url": "https://github.com/Kitura/BlueSSLService.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueSSLService",
      "dependencies": [
        {
          "identity": "bluesocket",
          "name": "Socket",
          "url": "https://github.com/Kitura/BlueSocket.git",
          "version": "2.0.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueSocket",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Kitura/BlueSSLService.git
[1/2077] Fetching bluesslservice
Fetched https://github.com/Kitura/BlueSSLService.git from cache (0.83s)
Fetching https://github.com/Kitura/BlueSocket.git from cache
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.54s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 2.0.4 (0.59s)
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 2.0.4
Creating working copy for https://github.com/Kitura/BlueSSLService.git
Working copy of https://github.com/Kitura/BlueSSLService.git resolved at master (b27a94d)
warning: '.resolve-product-dependencies': dependency 'bluesslservice' is not used by any target
Found 1 product dependencies
  - Socket
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kitura/BlueSSLService.git
https://github.com/Kitura/BlueSSLService.git
{
  "dependencies" : [
    {
      "identity" : "bluesocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/BlueSocket.git"
    }
  ],
  "manifest_display_name" : "SSLService",
  "name" : "SSLService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SSLService",
      "targets" : [
        "SSLService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SSLServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SSLServiceTests",
      "path" : "Tests/SSLServiceTests",
      "sources" : [
        "SSLServiceTests.swift",
        "VerifyLinuxTestCount.swift"
      ],
      "target_dependencies" : [
        "SSLService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SSLService",
      "module_type" : "SwiftTarget",
      "name" : "SSLService",
      "path" : "Sources/SSLService",
      "product_dependencies" : [
        "Socket"
      ],
      "product_memberships" : [
        "SSLService"
      ],
      "sources" : [
        "SSLPointerTricks.swift",
        "SSLService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/9] Compiling Socket SocketUtils.swift
[5/9] Compiling Socket Socket+Hashable.swift
[6/9] Compiling Socket Socket+Equatable.swift
[7/9] Compiling Socket Socket.swift
[8/9] Compiling Socket SocketProtocols.swift
[9/9] Emitting module Socket
[10/12] Compiling SSLService SSLPointerTricks.swift
[11/12] Compiling SSLService SSLService.swift
[12/12] Emitting module SSLService
Build complete! (5.09s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluesocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/BlueSocket.git"
    }
  ],
  "manifest_display_name" : "SSLService",
  "name" : "SSLService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SSLService",
      "targets" : [
        "SSLService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SSLServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SSLServiceTests",
      "path" : "Tests/SSLServiceTests",
      "sources" : [
        "SSLServiceTests.swift",
        "VerifyLinuxTestCount.swift"
      ],
      "target_dependencies" : [
        "SSLService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SSLService",
      "module_type" : "SwiftTarget",
      "name" : "SSLService",
      "path" : "Sources/SSLService",
      "product_dependencies" : [
        "Socket"
      ],
      "product_memberships" : [
        "SSLService"
      ],
      "sources" : [
        "SSLPointerTricks.swift",
        "SSLService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.