The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Realm, reference community (1cd09f), with Swift 6.1 for Linux on 14 Mar 2026 02:19:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/SwiftPackageIndex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/realm/realm-swift.git
Reference: community
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/realm/realm-swift
 * branch            community  -> FETCH_HEAD
 * [new branch]      community  -> origin/community
HEAD is now at 1cd09f1 Route all `delete` methods in `Realm.swift` through `RLMRealm` (#8815)
Cloned https://github.com/realm/realm-swift.git
Revision (git rev-parse @):
1cd09f1a41e7336f3c3eea76b60bc979bbdf46a9
SUCCESS checkout https://github.com/realm/realm-swift.git at community
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/realm/realm-swift.git
https://github.com/realm/realm-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "realm-core",
      "requirement" : {
        "exact" : [
          "20.1.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/realm-core.git"
    }
  ],
  "manifest_display_name" : "Realm",
  "name" : "Realm",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Realm",
      "targets" : [
        "Realm"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "RealmSwift",
      "targets" : [
        "RealmSwift"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "RealmTests",
      "module_type" : "ClangTarget",
      "name" : "RealmTests",
      "path" : "Realm/Tests",
      "sources" : [
        "ArrayPropertyTests.m",
        "AsyncTests.mm",
        "CompactionTests.m",
        "Decimal128Tests.m",
        "DictionaryPropertyTests.m",
        "DynamicTests.m",
        "EncryptionTests.mm",
        "EnumeratorTests.m",
        "InterprocessTests.m",
        "KVOTests.mm",
        "LinkTests.m",
        "LinkingObjectsTests.mm",
        "MigrationTests.mm",
        "NotificationTests.m",
        "ObjectCreationTests.mm",
        "ObjectIdTests.m",
        "ObjectInterfaceTests.m",
        "ObjectSchemaTests.m",
        "ObjectTests.m",
        "PerformanceTests.m",
        "PredicateUtilTests.mm",
        "PrimitiveArrayPropertyTests.m",
        "PrimitiveDictionaryPropertyTests.m",
        "PrimitiveRLMValuePropertyTests.m",
        "PrimitiveSetPropertyTests.m",
        "PropertyTests.m",
        "QueryTests.m",
        "RLMValueTests.m",
        "RealmConfigurationTests.mm",
        "RealmTests.mm",
        "ResultsTests.m",
        "SchemaTests.mm",
        "SectionedResultsTests.m",
        "SetPropertyTests.m",
        "ThreadSafeReferenceTests.m",
        "TransactionTests.m",
        "UnicodeTests.m",
        "UtilTests.mm"
      ],
      "target_dependencies" : [
        "Realm",
        "RealmTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RealmTestSupport",
      "module_type" : "ClangTarget",
      "name" : "RealmTestSupport",
      "path" : "Realm/TestUtils",
      "sources" : [
        "RLMChildProcessEnvironment.m",
        "RLMMultiProcessTestCase.m",
        "RLMTestCase.m",
        "RLMTestObjects.m",
        "TestUtils.mm"
      ],
      "target_dependencies" : [
        "Realm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RealmSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "RealmSwiftTests",
      "path" : "RealmSwift/Tests",
      "sources" : [
        "AnyRealmValueTests.swift",
        "CodableTests.swift",
        "CombineTests.swift",
        "CompactionTests.swift",
        "CustomColumnNameTests.swift",
        "CustomObjectCreationTests.swift",
        "CustomPersistableTestObjects.swift",
        "Decimal128Tests.swift",
        "GeospatialTests.swift",
        "KVOTests.swift",
        "KeyPathTests.swift",
        "ListTests.swift",
        "MapTests.swift",
        "MigrationTests.swift",
        "MixedCollectionTest.swift",
        "ModernKVOTests.swift",
        "ModernObjectAccessorTests.swift",
        "ModernObjectCreationTests.swift",
        "ModernObjectTests.swift",
        "ModernTestObjects.swift",
        "MutableSetTests.swift",
        "ObjectAccessorTests.swift",
        "ObjectCreationTests.swift",
        "ObjectCustomPropertiesTests.swift",
        "ObjectIdTests.swift",
        "ObjectSchemaInitializationTests.swift",
        "ObjectSchemaTests.swift",
        "ObjectTests.swift",
        "ObjectiveCSupportTests.swift",
        "PerformanceTests.swift",
        "PrimitiveListTests.swift",
        "PrimitiveMapTests.swift",
        "PrimitiveMutableSetTests.swift",
        "ProjectedCollectTests.swift",
        "ProjectionTests.swift",
        "PropertyTests.swift",
        "QueryTests.swift",
        "RealmCollectionTypeTests.swift",
        "RealmConfigurationTests.swift",
        "RealmPropertyTests.swift",
        "RealmTests.swift",
        "SchemaTests.swift",
        "SectionedResultsTests.swift",
        "SortDescriptorTests.swift",
        "SwiftLinkTests.swift",
        "SwiftTestObjects.swift",
        "SwiftUITests.swift",
        "SwiftUnicodeTests.swift",
        "TestCase.swift",
        "TestValueFactory.swift",
        "ThreadSafeReferenceTests.swift"
      ],
      "target_dependencies" : [
        "RealmSwift",
        "RealmTestSupport",
        "RealmSwiftTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RealmSwiftTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "RealmSwiftTestSupport",
      "path" : "RealmSwift/Tests",
      "sources" : [
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "RealmSwift",
        "RealmTestSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RealmSwift",
      "module_type" : "SwiftTarget",
      "name" : "RealmSwift",
      "path" : "RealmSwift",
      "product_memberships" : [
        "RealmSwift"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/RealmSwift/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Aliases.swift",
        "AnyRealmValue.swift",
        "Combine.swift",
        "CustomPersistable.swift",
        "Decimal128.swift",
        "EmbeddedObject.swift",
        "Error.swift",
        "Geospatial.swift",
        "Impl/BasicTypes.swift",
        "Impl/CollectionAccess.swift",
        "Impl/ComplexTypes.swift",
        "Impl/KeyPathStrings.swift",
        "Impl/ObjcBridgeable.swift",
        "Impl/Persistable.swift",
        "Impl/PropertyAccessors.swift",
        "Impl/RealmCollectionImpl.swift",
        "Impl/SchemaDiscovery.swift",
        "LinkingObjects.swift",
        "List.swift",
        "Map.swift",
        "Migration.swift",
        "MutableSet.swift",
        "Object.swift",
        "ObjectId.swift",
        "ObjectSchema.swift",
        "ObjectiveCSupport+AnyRealmValue.swift",
        "ObjectiveCSupport.swift",
        "Optional.swift",
        "PersistedProperty.swift",
        "Projection.swift",
        "Property.swift",
        "Query.swift",
        "Realm.swift",
        "RealmCollection.swift",
        "RealmConfiguration.swift",
        "RealmKeyedCollection.swift",
        "RealmProperty.swift",
        "Results.swift",
        "Schema.swift",
        "SectionedResults.swift",
        "SortDescriptor.swift",
        "SwiftUI.swift",
        "ThreadSafeReference.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "Realm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RealmObjcSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "RealmObjcSwiftTests",
      "path" : "Realm/Tests/Swift",
      "sources" : [
        "RLMSupport.swift",
        "RLMTestCaseUtils.swift",
        "SwiftArrayPropertyTests.swift",
        "SwiftArrayTests.swift",
        "SwiftDynamicTests.swift",
        "SwiftLinkTests.swift",
        "SwiftObjectInterfaceTests.swift",
        "SwiftPropertyTypeTest.swift",
        "SwiftRLMDictionaryTests.swift",
        "SwiftRealmTests.swift",
        "SwiftSchemaTests.swift",
        "SwiftSetPropertyTests.swift",
        "SwiftSetTests.swift",
        "SwiftTestObjects.swift",
        "SwiftUnicodeTests.swift"
      ],
      "target_dependencies" : [
        "Realm",
        "RealmTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Realm",
      "module_type" : "ClangTarget",
      "name" : "Realm",
      "path" : ".",
      "product_dependencies" : [
        "RealmCore"
      ],
      "product_memberships" : [
        "Realm",
        "RealmSwift"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Realm/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Realm/RLMAccessor.mm",
        "Realm/RLMArray.mm",
        "Realm/RLMAsyncTask.mm",
        "Realm/RLMClassInfo.mm",
        "Realm/RLMCollection.mm",
        "Realm/RLMConstants.m",
        "Realm/RLMDecimal128.mm",
        "Realm/RLMDictionary.mm",
        "Realm/RLMEmbeddedObject.mm",
        "Realm/RLMError.mm",
        "Realm/RLMGeospatial.mm",
        "Realm/RLMLogger.mm",
        "Realm/RLMManagedArray.mm",
        "Realm/RLMManagedDictionary.mm",
        "Realm/RLMManagedSet.mm",
        "Realm/RLMMigration.mm",
        "Realm/RLMObject.mm",
        "Realm/RLMObjectBase.mm",
        "Realm/RLMObjectId.mm",
        "Realm/RLMObjectSchema.mm",
        "Realm/RLMObjectStore.mm",
        "Realm/RLMObservation.mm",
        "Realm/RLMPredicateUtil.mm",
        "Realm/RLMProperty.mm",
        "Realm/RLMQueryUtil.mm",
        "Realm/RLMRealm.mm",
        "Realm/RLMRealmConfiguration.mm",
        "Realm/RLMRealmUtil.mm",
        "Realm/RLMResults.mm",
        "Realm/RLMScheduler.mm",
        "Realm/RLMSchema.mm",
        "Realm/RLMSectionedResults.mm",
        "Realm/RLMSet.mm",
        "Realm/RLMSwiftCollectionBase.mm",
        "Realm/RLMSwiftSupport.m",
        "Realm/RLMSwiftValueStorage.mm",
        "Realm/RLMThreadSafeReference.mm",
        "Realm/RLMUUID.mm",
        "Realm/RLMUtil.mm",
        "Realm/RLMValue.mm"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': ignoring target 'RealmTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/SwiftPackageIndex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/SwiftPackageIndex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
BUILD FAILURE 6.1 linux