The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftDataSugar, reference main (bb5b7b), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 00:38:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/SwiftDataSugar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/SwiftDataSugar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb5b7bb chore: bump minimum versions
Cloned https://github.com/mesqueeb/SwiftDataSugar.git
Revision (git rev-parse @):
bb5b7bb15a35f4a9c86a90dfd684808bb46583c1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/SwiftDataSugar.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftdatasugar",
      "name": "SwiftDataSugar",
      "url": "https://github.com/mesqueeb/SwiftDataSugar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftDataSugar",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mesqueeb/SwiftDataSugar.git
[1/458] Fetching swiftdatasugar
Fetched https://github.com/mesqueeb/SwiftDataSugar.git from cache (0.73s)
Creating working copy for https://github.com/mesqueeb/SwiftDataSugar.git
Working copy of https://github.com/mesqueeb/SwiftDataSugar.git resolved at main (bb5b7bb)
warning: '.resolve-product-dependencies': dependency 'swiftdatasugar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mesqueeb/SwiftDataSugar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Emitting module SwiftDataSugar
/Users/admin/builder/spi-builder-workspace/SwiftDataSugar/Sources/MigrationHelpers.swift:4:38: warning: conformance of 'MigrationStage' to protocol 'Sendable' was already stated in the type's module 'SwiftData'
 2 | import SwiftData
 3 |
 4 | extension MigrationStage: @unchecked Sendable {}
   |                                      `- warning: conformance of 'MigrationStage' to protocol 'Sendable' was already stated in the type's module 'SwiftData'
 5 | extension Schema.Version: @unchecked Sendable {}
 6 |
SwiftData.MigrationStage:3:13: note: 'MigrationStage' declares conformance to protocol 'Sendable' here
1 | @available(swift 5.9)
2 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
3 | public enum MigrationStage : Sendable {
  |             `- note: 'MigrationStage' declares conformance to protocol 'Sendable' here
4 |     case lightweight(fromVersion: any VersionedSchema.Type, toVersion: any VersionedSchema.Type)
5 |     @preconcurrency case custom(fromVersion: any VersionedSchema.Type, toVersion: any VersionedSchema.Type, willMigrate: (@Sendable (_ context: ModelContext) throws -> Void)?, didMigrate: (@Sendable (_ context: ModelContext) throws -> Void)?)
/Users/admin/builder/spi-builder-workspace/SwiftDataSugar/Sources/MigrationHelpers.swift:5:38: warning: conformance of 'Schema.Version' to protocol 'Sendable' was already stated in the type's module 'SwiftData'
 3 |
 4 | extension MigrationStage: @unchecked Sendable {}
 5 | extension Schema.Version: @unchecked Sendable {}
   |                                      `- warning: conformance of 'Schema.Version' to protocol 'Sendable' was already stated in the type's module 'SwiftData'
 6 |
 7 | /// A MockableSchema forces you to add a `insertMocks` method to your schema in which you add a mocked record to a given context.actor
SwiftData.Schema.Version:2:11: note: 'Schema.Version' declares conformance to protocol 'Sendable' here
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, visionOS 1, *)
2 | extension Schema.Version : Sendable {
  |           `- note: 'Schema.Version' declares conformance to protocol 'Sendable' here
3 | }
[4/8] Compiling SwiftDataSugar Types.swift
[5/8] Compiling SwiftDataSugar MigrationHelpers.swift
/Users/admin/builder/spi-builder-workspace/SwiftDataSugar/Sources/MigrationHelpers.swift:4:38: warning: conformance of 'MigrationStage' to protocol 'Sendable' was already stated in the type's module 'SwiftData'
 2 | import SwiftData
 3 |
 4 | extension MigrationStage: @unchecked Sendable {}
   |                                      `- warning: conformance of 'MigrationStage' to protocol 'Sendable' was already stated in the type's module 'SwiftData'
 5 | extension Schema.Version: @unchecked Sendable {}
 6 |
SwiftData.MigrationStage:3:13: note: 'MigrationStage' declares conformance to protocol 'Sendable' here
1 | @available(swift 5.9)
2 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
3 | public enum MigrationStage : Sendable {
  |             `- note: 'MigrationStage' declares conformance to protocol 'Sendable' here
4 |     case lightweight(fromVersion: any VersionedSchema.Type, toVersion: any VersionedSchema.Type)
5 |     @preconcurrency case custom(fromVersion: any VersionedSchema.Type, toVersion: any VersionedSchema.Type, willMigrate: (@Sendable (_ context: ModelContext) throws -> Void)?, didMigrate: (@Sendable (_ context: ModelContext) throws -> Void)?)
/Users/admin/builder/spi-builder-workspace/SwiftDataSugar/Sources/MigrationHelpers.swift:5:38: warning: conformance of 'Schema.Version' to protocol 'Sendable' was already stated in the type's module 'SwiftData'
 3 |
 4 | extension MigrationStage: @unchecked Sendable {}
 5 | extension Schema.Version: @unchecked Sendable {}
   |                                      `- warning: conformance of 'Schema.Version' to protocol 'Sendable' was already stated in the type's module 'SwiftData'
 6 |
 7 | /// A MockableSchema forces you to add a `insertMocks` method to your schema in which you add a mocked record to a given context.actor
SwiftData.Schema.Version:2:11: note: 'Schema.Version' declares conformance to protocol 'Sendable' here
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, visionOS 1, *)
2 | extension Schema.Version : Sendable {
  |           `- note: 'Schema.Version' declares conformance to protocol 'Sendable' here
3 | }
[6/8] Compiling SwiftDataSugar ModelContainer.swift
[7/8] Compiling SwiftDataSugar DbCollection.swift
[8/8] Compiling SwiftDataSugar DbQuery.swift
Build complete! (9.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftDataSugar",
  "name" : "SwiftDataSugar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "visionos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftDataSugar",
      "targets" : [
        "SwiftDataSugar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftDataSugarTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDataSugarTests",
      "path" : "SwiftDataSugar/Tests",
      "sources" : [
        "SwiftDataSugarTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDataSugar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDataSugar",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDataSugar",
      "path" : "SwiftDataSugar/Sources",
      "product_memberships" : [
        "SwiftDataSugar"
      ],
      "sources" : [
        "DbCollection.swift",
        "DbQuery.swift",
        "MigrationHelpers.swift",
        "ModelContainer.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/mesqueeb/swiftdatasugar/main
Repository:               mesqueeb/SwiftDataSugar
Swift version used:       6.3
Target:                   SwiftDataSugar
Extracting symbol information for 'SwiftDataSugar'...
Finished extracting symbol information for 'SwiftDataSugar'. (46.48s)
Building documentation for 'SwiftDataSugar'...
Finished building documentation for 'SwiftDataSugar' (1.20s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mesqueeb/swiftdatasugar/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.85s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Emitting module Snippets
[8/57] Compiling Snippets SnippetParser.swift
[9/57] Compiling Snippets Snippet.swift
[10/57] Compiling SymbolKit Relationship.swift
[11/57] Compiling SymbolKit RelationshipKind.swift
[12/57] Compiling SymbolKit SourceOrigin.swift
[13/57] Compiling SymbolKit GenericConstraints.swift
[14/57] Compiling SymbolKit Swift.swift
[15/57] Compiling SymbolKit Names.swift
[16/57] Compiling SymbolKit SPI.swift
[17/57] Compiling SymbolKit Snippet.swift
[18/57] Compiling SymbolKit Extension.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit GenericConstraint.swift
[25/57] Compiling SymbolKit GenericParameter.swift
[26/57] Compiling SymbolKit Generics.swift
[27/57] Compiling SymbolKit Namespace.swift
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit SourceRange.swift
[34/57] Compiling SymbolKit Metadata.swift
[35/57] Compiling SymbolKit Module.swift
[36/57] Compiling SymbolKit OperatingSystem.swift
[37/57] Compiling SymbolKit Platform.swift
[38/57] Compiling SymbolKit DeclarationFragments.swift
[39/57] Compiling SymbolKit Fragment.swift
[40/57] Compiling SymbolKit FragmentKind.swift
[41/57] Compiling SymbolKit FunctionParameter.swift
[42/57] Compiling SymbolKit FunctionSignature.swift
[43/57] Compiling SymbolKit Identifier.swift
[44/57] Compiling SymbolKit KindIdentifier.swift
[45/57] Compiling SymbolKit Location.swift
[46/57] Compiling SymbolKit Mutability.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.74s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SwiftDataSugar' complete! (0.24s)
    1782
13	/Users/admin/builder/spi-builder-workspace/.docs/mesqueeb/swiftdatasugar/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mesqueeb/swiftdatasugar/main
File count: 1782
Doc size:   13.0MB
Preparing doc bundle ...
Uploading prod-mesqueeb-swiftdatasugar-main-973716cf.zip to s3://spi-docs-inbox/prod-mesqueeb-swiftdatasugar-main-973716cf.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [62%]
Copying... [72%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.