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 SQLeleCoder, reference master (0d0c77), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 16:24:22 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/ahti/SQLeleCoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ahti/SQLeleCoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0d0c77d update gitignore
Cloned https://github.com/ahti/SQLeleCoder.git
Revision (git rev-parse @):
0d0c77d1b0246d84a1b86c03aaa600fc73491927
SUCCESS checkout https://github.com/ahti/SQLeleCoder.git at master
Fetching https://github.com/ahti/SQLele.git
[1/121] Fetching sqlele
Fetched https://github.com/ahti/SQLele.git from cache (1.22s)
Computing version for https://github.com/ahti/SQLele.git
Computed https://github.com/ahti/SQLele.git at 0.0.1 (1.86s)
Creating working copy for https://github.com/ahti/SQLele.git
Working copy of https://github.com/ahti/SQLele.git resolved at 0.0.1
========================================
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": "sqlelecoder",
      "name": "SQLeleCoder",
      "url": "https://github.com/ahti/SQLeleCoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLeleCoder",
      "dependencies": [
        {
          "identity": "sqlele",
          "name": "SQLele",
          "url": "https://github.com/ahti/SQLele.git",
          "version": "0.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLele",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ahti/SQLeleCoder.git
[1/110] Fetching sqlelecoder
Fetched https://github.com/ahti/SQLeleCoder.git from cache (0.61s)
Fetching https://github.com/ahti/SQLele.git from cache
Fetched https://github.com/ahti/SQLele.git from cache (0.62s)
Computing version for https://github.com/ahti/SQLele.git
Computed https://github.com/ahti/SQLele.git at 0.0.1 (0.67s)
Creating working copy for https://github.com/ahti/SQLele.git
Working copy of https://github.com/ahti/SQLele.git resolved at 0.0.1
Creating working copy for https://github.com/ahti/SQLeleCoder.git
Working copy of https://github.com/ahti/SQLeleCoder.git resolved at master (0d0c77d)
warning: '.resolve-product-dependencies': dependency 'sqlelecoder' is not used by any target
Found 1 product dependencies
  - SQLele
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ahti/SQLeleCoder.git
https://github.com/ahti/SQLeleCoder.git
{
  "dependencies" : [
    {
      "identity" : "sqlele",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ahti/SQLele.git"
    }
  ],
  "manifest_display_name" : "SQLeleCoder",
  "name" : "SQLeleCoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLeleCoder",
      "targets" : [
        "SQLeleCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLeleCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLeleCoderTests",
      "path" : "Tests/SQLeleCoderTests",
      "sources" : [
        "SQLeleCoderTests.swift"
      ],
      "target_dependencies" : [
        "SQLeleCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLeleCoder",
      "module_type" : "SwiftTarget",
      "name" : "SQLeleCoder",
      "path" : "Sources/SQLeleCoder",
      "product_dependencies" : [
        "SQLele"
      ],
      "product_memberships" : [
        "SQLeleCoder"
      ],
      "sources" : [
        "QueryBuilderEncoder.swift",
        "RowDecoder.swift",
        "SQLeleCoder.swift",
        "StatementEncoder.swift",
        "util.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/8] Compiling SQLele util.swift
[5/8] Compiling SQLele Connection.swift
[6/8] Compiling SQLele Error.swift
[7/8] Emitting module SQLele
[8/8] Compiling SQLele Statement.swift
[9/14] Compiling SQLeleCoder SQLeleCoder.swift
[10/14] Compiling SQLeleCoder util.swift
[11/14] Compiling SQLeleCoder RowDecoder.swift
[12/14] Compiling SQLeleCoder StatementEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SQLeleCoder/StatementEncoder.swift:284:29: warning: type 'Any' does not conform to the 'Sendable' protocol
282 |         if needsJsonCodingThrown || nestedNonSingleValueContainerRequested {
283 |             let json = JSONEncoder()
284 |             json.userInfo = userInfo
    |                             `- warning: type 'Any' does not conform to the 'Sendable' protocol
285 |             json.dateEncodingStrategy = .secondsSince1970
286 |             let data = try json.encode(value)
[13/14] Compiling SQLeleCoder QueryBuilderEncoder.swift
[14/14] Emitting module SQLeleCoder
Build complete! (7.37s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sqlele",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ahti/SQLele.git"
    }
  ],
  "manifest_display_name" : "SQLeleCoder",
  "name" : "SQLeleCoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLeleCoder",
      "targets" : [
        "SQLeleCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLeleCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLeleCoderTests",
      "path" : "Tests/SQLeleCoderTests",
      "sources" : [
        "SQLeleCoderTests.swift"
      ],
      "target_dependencies" : [
        "SQLeleCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLeleCoder",
      "module_type" : "SwiftTarget",
      "name" : "SQLeleCoder",
      "path" : "Sources/SQLeleCoder",
      "product_dependencies" : [
        "SQLele"
      ],
      "product_memberships" : [
        "SQLeleCoder"
      ],
      "sources" : [
        "QueryBuilderEncoder.swift",
        "RowDecoder.swift",
        "SQLeleCoder.swift",
        "StatementEncoder.swift",
        "util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.