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

Failed to build SwiftKnex, reference 0.3.0 (665734), with Swift 6.1 for visionOS using Xcode 16.3 on 25 Apr 2025 17:46:24 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppoman/swiftknex.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noppoman/swiftknex
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 6657349 Merge pull request #43 from tuken/swift4
Cloned https://github.com/noppoman/swiftknex.git
Revision (git rev-parse @):
665734942c260ea01ff16138f232506bfca485b7
SUCCESS checkout https://github.com/noppoman/swiftknex.git at 0.3.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/noppoman/swiftknex.git
https://github.com/noppoman/swiftknex.git
{
  "dependencies" : [
    {
      "identity" : "prorsum",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/noppoMan/Prorsum.git"
    }
  ],
  "manifest_display_name" : "SwiftKnex",
  "name" : "SwiftKnex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKnex",
      "targets" : [
        "SwiftKnex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftKnexMigration",
      "targets" : [
        "SwiftKnexMigration"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKnexTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKnexTests",
      "path" : "Tests/SwiftKnexTests",
      "sources" : [
        "DDLTests.swift",
        "InsertTests.swift",
        "JSONDataTypeTests.swift",
        "JoinTests.swift",
        "MigrationTests.swift",
        "MysqlTests.swift",
        "SelectTests.swift",
        "TransactionTests.swift",
        "UpdateTests.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "SwiftKnex",
        "Mysql"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKnexMigration",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKnexMigration",
      "path" : "Sources/SwiftKnexMigration",
      "product_memberships" : [
        "SwiftKnexMigration"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftKnex",
        "Mysql"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftKnex",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKnex",
      "path" : "Sources/SwiftKnex",
      "product_memberships" : [
        "SwiftKnex",
        "SwiftKnexMigration"
      ],
      "sources" : [
        "Clauses/Buildable.swift",
        "Clauses/ConditionalFilter.swift",
        "Clauses/GroupBy.swift",
        "Clauses/Having.swift",
        "Clauses/Join.swift",
        "Clauses/Limit.swift",
        "Clauses/OrderBy.swift",
        "Clauses/Table.swift",
        "Column.swift",
        "DDL/Create.swift",
        "DDL/DDLBuildable.swift",
        "DDL/Drop.swift",
        "DDL/Raw.swift",
        "Field.swift",
        "Functions/AggregateColumnExpression.swift",
        "Functions/RawExpression.swift",
        "Knex+Query.swift",
        "Knex+Transaction.swift",
        "KnexConfig.swift",
        "Migration/Migrator.swift",
        "Protocols/Collection.swift",
        "Protocols/Entity.swift",
        "QueryBuilder/BasicQueryBuilder.swift",
        "QueryBuilder/BatchInsertQueryBuilder.swift",
        "QueryBuilder/InsertQueryBuilder.swift",
        "QueryBuilder/QueryBuilder.swift",
        "QueryBuilder/UpdateQueryBuilder.swift",
        "Schema/Schema.swift",
        "SwiftKnex.swift"
      ],
      "target_dependencies" : [
        "Mysql"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Mysql",
      "module_type" : "SwiftTarget",
      "name" : "Mysql",
      "path" : "Sources/Mysql",
      "product_dependencies" : [
        "Prorsum"
      ],
      "product_memberships" : [
        "SwiftKnex",
        "SwiftKnexMigration"
      ],
      "sources" : [
        "Connection.swift",
        "ConnectionPool.swift",
        "ConnectionType.swift",
        "Extensions/Bytes.swift",
        "Extensions/Date.swift",
        "Mysql.swift",
        "PacketStream.swift",
        "Protocol/Constants.swift",
        "Protocol/Packet/BinaryRowDataPacket.swift",
        "Protocol/Packet/Field.swift",
        "Protocol/Packet/HandShakePacket.swift",
        "Protocol/Packet/OKPacket.swift",
        "Protocol/Packet/PrepareResultPacket.swift",
        "Protocol/Packet/RowDataPacket.swift",
        "Protocol/Packet/RowDataParsable.swift",
        "Query.swift",
        "QueryResult.swift",
        "QueryStatus.swift",
        "Row.swift",
        "Statement.swift",
        "Transaction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/noppoMan/Prorsum.git
Fetching from https://github.com/Zewo/CHTTPParser.git
Fetching from https://github.com/noppoman/ProrsumNet.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools versionResolve Package Graph
Updating from https://github.com/noppoMan/Prorsum.git
Updating from https://github.com/Zewo/CHTTPParser.git
Updating from https://github.com/noppoman/ProrsumNet.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools versionResolve Package Graph
Updating from https://github.com/noppoMan/Prorsum.git
Updating from https://github.com/Zewo/CHTTPParser.git
Updating from https://github.com/noppoman/ProrsumNet.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools versionResolve Package Graph
Updating from https://github.com/noppoMan/Prorsum.git
Updating from https://github.com/noppoman/ProrsumNet.git
Updating from https://github.com/Zewo/CHTTPParser.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-25 10:46:23.159 xcodebuild[512:2824] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_10-46-0023.xcresult
xcodebuild: error: Could not resolve package dependencies:
  package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/noppoMan/Prorsum.git
Updating from https://github.com/Zewo/CHTTPParser.git
Updating from https://github.com/noppoman/ProrsumNet.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-25 10:46:24.840 xcodebuild[800:4085] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_10-46-0024.xcresult
xcodebuild: error: Could not resolve package dependencies:
  package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
BUILD FAILURE 6.1 visionOS