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 Bodega, reference main (4d337e), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 05:23:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Bodega.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mergesort/Bodega
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4d337e8 Switching from CryptoKit to Crypto to support Linux
Cloned https://github.com/mergesort/Bodega.git
Revision (git rev-parse @):
4d337e8b0a189bba7e832aa21e012538680ba89e
SUCCESS checkout https://github.com/mergesort/Bodega.git at main
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-crypto
[1/1418] Fetching swift-asn1
[101/3462] Fetching swift-asn1, swift-docc-plugin
[197/14692] Fetching swift-asn1, swift-docc-plugin, swift-crypto
[381/24275] Fetching swift-asn1, swift-docc-plugin, swift-crypto, sqlite.swift
Fetched https://github.com/apple/swift-docc-plugin from cache (1.53s)
[17739/22231] Fetching swift-asn1, swift-crypto, sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.86s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.86s)
Fetched https://github.com/apple/swift-crypto from cache (1.86s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.13.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.9.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
========================================
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": "bodega",
      "name": "Bodega",
      "url": "https://github.com/mergesort/Bodega.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bodega",
      "dependencies": [
        {
          "identity": "swift-crypto",
          "name": "swift-crypto",
          "url": "https://github.com/apple/swift-crypto",
          "version": "3.10.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
          "dependencies": [
            {
              "identity": "swift-asn1",
              "name": "swift-asn1",
              "url": "https://github.com/apple/swift-asn1.git",
              "version": "1.3.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "sqlite.swift",
          "name": "SQLite.swift",
          "url": "https://github.com/stephencelis/SQLite.swift.git",
          "version": "0.15.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mergesort/Bodega.git
[1/1992] Fetching bodega
Fetched https://github.com/mergesort/Bodega.git from cache (1.14s)
Fetching https://github.com/apple/swift-crypto from cache
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/apple/swift-crypto from cache (0.56s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.56s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.10.0 (1.03s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.56s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.47s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.10.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/mergesort/Bodega.git
Working copy of https://github.com/mergesort/Bodega.git resolved at main (4d337e8)
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: '.resolve-product-dependencies': dependency 'bodega' is not used by any target
Found 2 product dependencies
  - swift-crypto
  - SQLite.swift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mergesort/Bodega.git
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.9.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Bodega",
  "name" : "Bodega",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Bodega",
      "targets" : [
        "Bodega"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BodegaTests",
      "module_type" : "SwiftTarget",
      "name" : "BodegaTests",
      "path" : "Tests/BodegaTests",
      "sources" : [
        "CacheKeyTests.swift",
        "DiskStorageEngineTests.swift",
        "ObjectStorageTests.swift",
        "SQLiteStorageEngineTests.swift",
        "String+FormattingTests.swift"
      ],
      "target_dependencies" : [
        "Bodega"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bodega",
      "module_type" : "SwiftTarget",
      "name" : "Bodega",
      "path" : "Sources/Bodega",
      "product_dependencies" : [
        "Crypto",
        "SQLite"
      ],
      "product_memberships" : [
        "Bodega"
      ],
      "sources" : [
        "CacheKey.swift",
        "DiskStorageEngine.swift",
        "FileManager.Directory.swift",
        "Internal/String+Formatting.swift",
        "ObjectStorage.swift",
        "SQLiteStorageEngine+Default.swift",
        "SQLiteStorageEngine.swift",
        "StorageEngine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/8] Write sources
[5/8] Copying PrivacyInfo.xcprivacy
[6/8] Write swift-version--7754E27361AE5C74.txt
[7/81] Compiling SQLiteObjc SQLiteObjc.m
[9/105] Emitting module Crypto
[10/113] Emitting module SQLite
[11/113] Compiling SQLite Operators.swift
[12/113] Compiling SQLite Query.swift
[13/115] Compiling Crypto HPKE.swift
[14/115] Compiling Crypto HPKE-Context.swift
[15/115] Compiling Crypto HPKE-KeySchedule.swift
[16/115] Compiling Crypto HPKE-Modes.swift
[17/115] Compiling Crypto Insecure.swift
[18/115] Compiling Crypto Insecure_HashFunctions.swift
[19/115] Compiling Crypto KEM.swift
[20/115] Compiling Crypto ECDH_boring.swift
[21/115] Compiling SQLite DateAndTimeFunctions.swift
[22/115] Compiling SQLite Expression.swift
[23/115] Compiling SQLite Foundation.swift
[24/115] Compiling SQLite Helpers.swift
[25/115] Compiling SQLite AggregateFunctions.swift
[26/115] Compiling SQLite Statement.swift
[27/115] Compiling SQLite Value.swift
[28/115] Compiling SQLite Cipher.swift
[29/115] Compiling SQLite Backup.swift
[30/115] Compiling SQLite Blob.swift
[31/115] Compiling SQLite Connection+Aggregation.swift
[34/115] Compiling SQLite FTS4.swift
[35/115] Compiling SQLite FTS5.swift
[36/115] Compiling SQLite RTree.swift
[42/115] Compiling SQLite Setter.swift
[43/115] Compiling Crypto ECDH.swift
[44/115] Compiling Crypto HKDF.swift
[45/115] Compiling Crypto AESWrap.swift
[46/115] Compiling Crypto AESWrap_boring.swift
[47/115] Compiling Crypto Ed25519_boring.swift
[48/115] Compiling Crypto NISTCurvesKeys_boring.swift
[49/115] Compiling Crypto X25519Keys_boring.swift
[50/115] Compiling SQLite Connection.swift
[51/115] Compiling SQLite Errors.swift
[52/115] Compiling SQLite Result.swift
[53/115] Compiling SQLite Coding.swift
[54/115] Compiling SQLite Collation.swift
[55/115] Compiling SQLite CoreFunctions.swift
[56/115] Compiling SQLite CustomFunctions.swift
[57/115] Compiling SQLite Schema.swift
[58/115] Compiling Crypto HPKE-KexKeyDerivation.swift
[59/115] Compiling Crypto HPKE-LabeledExtract.swift
[60/115] Compiling Crypto HPKE-Utils.swift
[61/115] Compiling Crypto DHKEM.swift
[62/115] Compiling Crypto HPKE-KEM-Curve25519.swift
[63/115] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[64/115] Compiling Crypto HPKE-KEM.swift
[65/115] Compiling Crypto HPKE-Errors.swift
[66/115] Compiling Crypto AES.swift
[67/115] Compiling Crypto ECDSASignature_boring.swift
[68/115] Compiling Crypto ECDSA_boring.swift
[69/115] Compiling Crypto EdDSA_boring.swift
[70/115] Compiling Crypto ECDSA.swift
[71/115] Compiling Crypto Ed25519.swift
[72/115] Compiling Crypto Signature.swift
[73/115] Compiling Crypto CryptoKitErrors_boring.swift
[77/115] Compiling Crypto RNG_boring.swift
[78/115] Compiling Crypto SafeCompare_boring.swift
[79/115] Compiling Crypto Zeroization_boring.swift
[80/115] Compiling Crypto PrettyBytes.swift
[81/115] Compiling Crypto SafeCompare.swift
[82/115] Compiling Crypto SecureBytes.swift
[83/115] Compiling Crypto Zeroization.swift
[84/115] Compiling Crypto resource_bundle_accessor.swift
[85/115] Compiling Crypto Digest_boring.swift
[86/115] Compiling Crypto Digest.swift
[87/115] Compiling Crypto Digests.swift
[88/115] Compiling Crypto HashFunctions.swift
[89/115] Compiling Crypto HashFunctions_SHA2.swift
[90/115] Compiling Crypto HPKE-AEAD.swift
[91/115] Compiling Crypto HPKE-Ciphersuite.swift
[92/115] Compiling Crypto HPKE-KDF.swift
[93/115] Compiling Crypto Curve25519.swift
[94/115] Compiling Crypto Ed25519Keys.swift
[95/115] Compiling Crypto NISTCurvesKeys.swift
[96/115] Compiling Crypto X25519Keys.swift
[97/115] Compiling Crypto SymmetricKeys.swift
[98/115] Compiling Crypto HMAC.swift
[99/115] Compiling Crypto MACFunctions.swift
[100/115] Compiling Crypto MessageAuthenticationCode.swift
[116/124] Compiling Bodega StorageEngine.swift
[117/124] Compiling Bodega SQLiteStorageEngine+Default.swift
[118/124] Compiling Bodega String+Formatting.swift
[119/124] Compiling Bodega ObjectStorage.swift
[120/124] Compiling Bodega DiskStorageEngine.swift
[121/124] Compiling Bodega CacheKey.swift
[122/124] Compiling Bodega FileManager.Directory.swift
[123/124] Emitting module Bodega
[124/124] Compiling Bodega SQLiteStorageEngine.swift
Build complete! (39.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.9.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Bodega",
  "name" : "Bodega",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Bodega",
      "targets" : [
        "Bodega"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BodegaTests",
      "module_type" : "SwiftTarget",
      "name" : "BodegaTests",
      "path" : "Tests/BodegaTests",
      "sources" : [
        "CacheKeyTests.swift",
        "DiskStorageEngineTests.swift",
        "ObjectStorageTests.swift",
        "SQLiteStorageEngineTests.swift",
        "String+FormattingTests.swift"
      ],
      "target_dependencies" : [
        "Bodega"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bodega",
      "module_type" : "SwiftTarget",
      "name" : "Bodega",
      "path" : "Sources/Bodega",
      "product_dependencies" : [
        "Crypto",
        "SQLite"
      ],
      "product_memberships" : [
        "Bodega"
      ],
      "sources" : [
        "CacheKey.swift",
        "DiskStorageEngine.swift",
        "FileManager.Directory.swift",
        "Internal/String+Formatting.swift",
        "ObjectStorage.swift",
        "SQLiteStorageEngine+Default.swift",
        "SQLiteStorageEngine.swift",
        "StorageEngine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.