The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RealmSwift, reference main (d79a70), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 13:34:55 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/beMappy/RealmSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/beMappy/RealmSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d79a70d chore: Release SPM version as a pod
Cloned https://github.com/beMappy/RealmSwift.git
Revision (git rev-parse @):
d79a70d34750760e51a09ebef0b0d1e858f82ef9
SUCCESS checkout https://github.com/beMappy/RealmSwift.git at main
Fetching https://github.com/beMappy/Realm/
[1/341] Fetching realm
Fetched https://github.com/beMappy/Realm/ from cache (21.05s)
Computing version for https://github.com/beMappy/Realm/
Computed https://github.com/beMappy/Realm/ at 10.39.1-SPM (21.84s)
Creating working copy for https://github.com/beMappy/Realm/
Working copy of https://github.com/beMappy/Realm/ resolved at 10.39.1-SPM
========================================
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": "realmswift",
      "name": "RealmSwift",
      "url": "https://github.com/beMappy/RealmSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RealmSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "realm",
          "name": "Realm",
          "url": "https://github.com/beMappy/Realm/",
          "version": "10.39.1-SPM",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Realm",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/beMappy/RealmSwift.git
[1/320] Fetching realmswift
Fetched https://github.com/beMappy/RealmSwift.git from cache (3.80s)
Fetching https://github.com/beMappy/Realm/ from cache
Fetched https://github.com/beMappy/Realm/ from cache (0.45s)
Computing version for https://github.com/beMappy/Realm/
Computed https://github.com/beMappy/Realm/ at 10.39.1-SPM (0.52s)
Creating working copy for https://github.com/beMappy/Realm/
Working copy of https://github.com/beMappy/Realm/ resolved at 10.39.1-SPM
Creating working copy for https://github.com/beMappy/RealmSwift.git
Working copy of https://github.com/beMappy/RealmSwift.git resolved at main (d79a70d)
warning: '.resolve-product-dependencies': dependency 'realmswift' is not used by any target
Found 1 product dependencies
  - Realm
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/beMappy/RealmSwift.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/4] Compiling RealmSwiftWrapper RealmSwiftWrapper.swift
[4/4] Emitting module RealmSwiftWrapper
Build complete! (1.52s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "realm",
      "requirement" : {
        "exact" : [
          "10.39.1-SPM"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/beMappy/Realm/"
    }
  ],
  "manifest_display_name" : "RealmSwift",
  "name" : "RealmSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "RealmSwift",
      "targets" : [
        "RealmSwiftWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RealmSwiftWrapper",
      "module_type" : "SwiftTarget",
      "name" : "RealmSwiftWrapper",
      "path" : "Sources/RealmSwiftWrapper",
      "product_dependencies" : [
        "Realm"
      ],
      "product_memberships" : [
        "RealmSwift"
      ],
      "sources" : [
        "RealmSwiftWrapper.swift"
      ],
      "target_dependencies" : [
        "RealmSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RealmSwift",
      "module_type" : "BinaryTarget",
      "name" : "RealmSwift",
      "path" : "RealmSwift.xcframework",
      "product_memberships" : [
        "RealmSwift"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.7"
}
Done.