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 Boutique, reference main (9379e6), with Swift 6.0 for macOS (SPM) on 19 Apr 2025 01:15:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Boutique.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mergesort/Boutique
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9379e6a Merge pull request #78 from mergesort/dynamic-property
Cloned https://github.com/mergesort/Boutique.git
Revision (git rev-parse @):
9379e6a0b13bfb01c2ae655b65962d8479b63428
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mergesort/Boutique.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-collections
Fetching https://github.com/mergesort/Bodega.git
[1/1992] Fetching bodega
[101/4041] Fetching bodega, swift-docc-plugin
[362/20170] Fetching bodega, swift-docc-plugin, swift-collections
[507/29777] Fetching bodega, swift-docc-plugin, swift-collections, sqlite.swift
Fetched https://github.com/apple/swift-docc-plugin from cache (1.25s)
Fetched https://github.com/mergesort/Bodega.git from cache (1.25s)
[12072/25736] Fetching swift-collections, sqlite.swift
Fetched https://github.com/apple/swift-collections from cache (1.73s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.73s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (2.94s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.4 (0.54s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (0.54s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.13.3 (0.56s)
Creating working copy for https://github.com/mergesort/Bodega.git
Working copy of https://github.com/mergesort/Bodega.git resolved at 2.1.3
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.4
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": "boutique",
      "name": "Boutique",
      "url": "https://github.com/mergesort/Boutique.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Boutique",
      "dependencies": [
        {
          "identity": "bodega",
          "name": "Bodega",
          "url": "https://github.com/mergesort/Bodega.git",
          "version": "2.1.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bodega",
          "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": [
              ]
            }
          ]
        },
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mergesort/Boutique.git
[1/3021] Fetching boutique
Fetched https://github.com/mergesort/Boutique.git from cache (1.46s)
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/mergesort/Bodega.git from cache
Fetched https://github.com/mergesort/Bodega.git from cache (0.43s)
Fetched https://github.com/apple/swift-collections from cache (0.56s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (0.03s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.47s)
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.44s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.60s)
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/mergesort/Bodega.git
Working copy of https://github.com/mergesort/Bodega.git resolved at 2.1.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/mergesort/Boutique.git
Working copy of https://github.com/mergesort/Boutique.git resolved at main (9379e6a)
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 'boutique' is not used by any target
Found 2 product dependencies
  - Bodega
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mergesort/Boutique.git
https://github.com/mergesort/Boutique.git
{
  "dependencies" : [
    {
      "identity" : "bodega",
      "requirement" : {
        "exact" : [
          "2.1.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mergesort/Bodega.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "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" : "Boutique",
  "name" : "Boutique",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Boutique",
      "targets" : [
        "Boutique"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BoutiqueTests",
      "module_type" : "SwiftTarget",
      "name" : "BoutiqueTests",
      "path" : "Tests/BoutiqueTests",
      "sources" : [
        "AsyncStoreTests.swift",
        "BoutiqueItem.swift",
        "SecurelyStoredValueTests.swift",
        "StoreEvent.Tests.Requirements.swift",
        "StoreTests.swift",
        "StoredTests.swift",
        "StoredValueTests.swift"
      ],
      "target_dependencies" : [
        "Boutique"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Boutique",
      "module_type" : "SwiftTarget",
      "name" : "Boutique",
      "path" : "Sources/Boutique",
      "product_dependencies" : [
        "Bodega",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Boutique"
      ],
      "sources" : [
        "Internal/AsyncValueSubject.swift",
        "Internal/BoxedValue.swift",
        "Internal/CachedValue.swift",
        "Internal/JSONCoders.swift",
        "Internal/Keychain.swift",
        "Internal/Store.ItemRemovalStrategy.swift",
        "SecurelyStoredValue.swift",
        "StorableItem.swift",
        "Store+Identifiable.swift",
        "Store+Observation.swift",
        "Store.Operation.swift",
        "Store.swift",
        "StoreEvent.swift",
        "Stored.swift",
        "StoredValue+Array.swift",
        "StoredValue+Binding.swift",
        "StoredValue+Bool.swift",
        "StoredValue+Dictionary.swift",
        "StoredValue+KeypathSetter.swift",
        "StoredValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/8] Write sources
[6/8] Write swift-version-5BDAB9E9C0126B9D.txt
[7/54] Compiling SQLiteObjc SQLiteObjc.m
[9/78] Emitting module OrderedCollections
[10/83] Emitting module SQLite
[11/85] Compiling SQLite Connection.swift
[12/85] Compiling SQLite Errors.swift
[13/85] Compiling SQLite Result.swift
[14/85] Compiling SQLite Statement.swift
[15/85] Compiling SQLite Value.swift
[16/85] Compiling SQLite FTS4.swift
[17/85] Compiling SQLite FTS5.swift
[18/85] Compiling SQLite RTree.swift
[19/85] Compiling SQLite Backup.swift
[20/85] Compiling SQLite Blob.swift
[21/85] Compiling SQLite Query.swift
[22/85] Compiling SQLite DateAndTimeFunctions.swift
[23/85] Compiling SQLite Expression.swift
[24/85] Compiling SQLite Coding.swift
[25/85] Compiling SQLite Collation.swift
[26/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[27/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[28/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[29/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[30/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[31/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[32/85] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[33/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[34/85] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[35/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[36/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[37/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[38/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[39/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[40/85] Compiling OrderedCollections OrderedSet+Testing.swift
[41/85] Compiling OrderedCollections OrderedSet+Codable.swift
[42/85] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[43/85] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[44/85] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[45/85] Compiling OrderedCollections OrderedSet+Diffing.swift
[46/85] Compiling SQLite Cipher.swift
[47/85] Compiling SQLite CoreFunctions.swift
[48/85] Compiling SQLite CustomFunctions.swift
[49/85] Compiling SQLite Schema.swift
[50/85] Compiling SQLite Setter.swift
[51/85] Compiling SQLite Connection+Aggregation.swift
[52/85] Compiling SQLite Foundation.swift
[53/85] Compiling SQLite Helpers.swift
[54/85] Compiling SQLite AggregateFunctions.swift
[55/85] Compiling SQLite Operators.swift
[56/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[57/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[58/85] Compiling OrderedCollections OrderedSet.swift
[59/85] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[60/85] Compiling OrderedCollections _UnsafeBitset.swift
[86/94] Compiling Bodega SQLiteStorageEngine+Default.swift
[87/94] Compiling Bodega ObjectStorage.swift
[88/94] Compiling Bodega StorageEngine.swift
[89/94] Compiling Bodega SQLiteStorageEngine.swift
[90/94] Compiling Bodega FileManager.Directory.swift
[91/94] Compiling Bodega DiskStorageEngine.swift
[92/94] Compiling Bodega CacheKey.swift
[93/94] Emitting module Bodega
[94/94] Compiling Bodega String+Formatting.swift
[95/113] Compiling Boutique StoredValue+Bool.swift
[96/113] Compiling Boutique StoredValue+Dictionary.swift
[97/115] Compiling Boutique Store+Identifiable.swift
[98/115] Compiling Boutique Store+Observation.swift
[99/115] Compiling Boutique StoreEvent.swift
[100/115] Compiling Boutique Stored.swift
[101/115] Compiling Boutique Store.Operation.swift
[102/115] Compiling Boutique Store.swift
[103/115] Compiling Boutique Keychain.swift
[104/115] Compiling Boutique Store.ItemRemovalStrategy.swift
[105/115] Compiling Boutique AsyncValueSubject.swift
[106/115] Compiling Boutique BoxedValue.swift
[107/115] Compiling Boutique CachedValue.swift
[108/115] Compiling Boutique JSONCoders.swift
[109/115] Emitting module Boutique
[110/115] Compiling Boutique StoredValue+Array.swift
[111/115] Compiling Boutique StoredValue+Binding.swift
[112/115] Compiling Boutique SecurelyStoredValue.swift
[113/115] Compiling Boutique StorableItem.swift
[114/115] Compiling Boutique StoredValue+KeypathSetter.swift
[115/115] Compiling Boutique StoredValue.swift
Build complete! (42.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bodega",
      "requirement" : {
        "exact" : [
          "2.1.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mergesort/Bodega.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "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" : "Boutique",
  "name" : "Boutique",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Boutique",
      "targets" : [
        "Boutique"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BoutiqueTests",
      "module_type" : "SwiftTarget",
      "name" : "BoutiqueTests",
      "path" : "Tests/BoutiqueTests",
      "sources" : [
        "AsyncStoreTests.swift",
        "BoutiqueItem.swift",
        "SecurelyStoredValueTests.swift",
        "StoreEvent.Tests.Requirements.swift",
        "StoreTests.swift",
        "StoredTests.swift",
        "StoredValueTests.swift"
      ],
      "target_dependencies" : [
        "Boutique"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Boutique",
      "module_type" : "SwiftTarget",
      "name" : "Boutique",
      "path" : "Sources/Boutique",
      "product_dependencies" : [
        "Bodega",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Boutique"
      ],
      "sources" : [
        "Internal/AsyncValueSubject.swift",
        "Internal/BoxedValue.swift",
        "Internal/CachedValue.swift",
        "Internal/JSONCoders.swift",
        "Internal/Keychain.swift",
        "Internal/Store.ItemRemovalStrategy.swift",
        "SecurelyStoredValue.swift",
        "StorableItem.swift",
        "Store+Identifiable.swift",
        "Store+Observation.swift",
        "Store.Operation.swift",
        "Store.swift",
        "StoreEvent.swift",
        "Stored.swift",
        "StoredValue+Array.swift",
        "StoredValue+Binding.swift",
        "StoredValue+Bool.swift",
        "StoredValue+Dictionary.swift",
        "StoredValue+KeypathSetter.swift",
        "StoredValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.