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 ContentfulPersistence, reference master (44e998), with Swift 5.9 for macOS (SPM) on 8 Apr 2025 04:02:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/contentful/contentful-persistence.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/contentful/contentful-persistence.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 44e9988 chore: update codeowners and catalog-info.yaml to DX [DX-5] (#169)
Submodule path 'Carthage/Checkouts/OHHTTPStubs': checked out 'e9b4beccfca092edaabf2082c0c12535950e005f'
Submodule path 'Carthage/Checkouts/contentful.swift': checked out '8977d5d6a780b322183214f408b82066b6381b2b'
Submodule 'Carthage/Checkouts/OHHTTPStubs' (https://github.com/mariuskatcontentful/OHHTTPStubs.git) registered for path 'Carthage/Checkouts/OHHTTPStubs'
Submodule 'Carthage/Checkouts/contentful.swift' (https://github.com/contentful/contentful.swift.git) registered for path 'Carthage/Checkouts/contentful.swift'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/OHHTTPStubs'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/contentful.swift'...
Cloned https://github.com/contentful/contentful-persistence.swift.git
Revision (git rev-parse @):
44e99889f66d4d5e9da0829fc09949fff4366b09
SUCCESS checkout https://github.com/contentful/contentful-persistence.swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/contentful/contentful-persistence.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/34] Emitting module Contentful
[2/37] Compiling Contentful TypedQuery.swift
[3/37] Compiling Contentful Client+UIKit.swift
[4/37] Compiling Contentful Util.swift
[5/37] Compiling Contentful QueryOperation.swift
[6/37] Compiling Contentful Resource.swift
[7/37] Compiling Contentful RichText.swift
[8/37] Compiling Contentful ContentfulLogger.swift
[9/37] Compiling Contentful DataCache.swift
[10/37] Compiling Contentful Date.swift
[11/37] Compiling Contentful DateFormatterCache.swift
[12/37] Compiling Contentful Metadata.swift
[13/37] Compiling Contentful Persistence.swift
[14/37] Compiling Contentful Query.swift
[15/37] Compiling Contentful Space.swift
[16/37] Compiling Contentful SyncSpace.swift
[17/37] Compiling Contentful Sys.swift
[18/37] Compiling Contentful Decodable.swift
[19/37] Compiling Contentful Endpoints.swift
[20/37] Compiling Contentful Entry.swift
[21/37] Compiling Contentful Error.swift
[22/37] Compiling Contentful Client+Sync.swift
[23/37] Compiling Contentful Client.swift
[24/37] Compiling Contentful ClientConfiguration.swift
[25/37] Compiling Contentful ContentType.swift
[26/37] Compiling Contentful Link.swift
[27/37] Compiling Contentful LinkResolver.swift
[28/37] Compiling Contentful Locale.swift
[29/37] Compiling Contentful Location.swift
[30/37] Compiling Contentful Field.swift
[31/37] Compiling Contentful FieldType.swift
[32/37] Compiling Contentful ImageOptions.swift
[33/37] Compiling Contentful JSONDecoderBuilder.swift
[34/37] Compiling Contentful Client+AppKit.swift
[35/37] Compiling Contentful ArrayResponse.swift
[36/37] Compiling Contentful Asset.swift
[37/37] Compiling Contentful Client+Fetch.swift
[38/49] Compiling ContentfulPersistence RelationshipCache.swift
[39/50] Compiling ContentfulPersistence RelationshipsManager.swift
[40/50] Compiling ContentfulPersistence SynchronizationManager+SeedDB.swift
[41/50] Compiling ContentfulPersistence Relationship.swift
[42/50] Compiling ContentfulPersistence RelationshipChildId.swift
[43/50] Compiling ContentfulPersistence PersistenceStore.swift
[44/50] Compiling ContentfulPersistence RelationshipData.swift
[45/50] Compiling ContentfulPersistence DateFormatterCache.swift
[46/50] Compiling ContentfulPersistence Persistable.swift
[47/50] Emitting module ContentfulPersistence
[48/50] Compiling ContentfulPersistence CoreDataStore.swift
[49/50] Compiling ContentfulPersistence DataCache.swift
[50/50] Compiling ContentfulPersistence SynchronizationManager.swift
Build complete! (18.86s)
Fetching https://github.com/contentful/contentful.swift
[1/11121] Fetching contentful.swift
Fetched https://github.com/contentful/contentful.swift (2.23s)
Computing version for https://github.com/contentful/contentful.swift
Computed https://github.com/contentful/contentful.swift at 5.5.13 (2.16s)
Creating working copy for https://github.com/contentful/contentful.swift
Working copy of https://github.com/contentful/contentful.swift resolved at 5.5.13
Build complete.
{
  "dependencies" : [
    {
      "identity" : "contentful.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.5.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/contentful/contentful.swift"
    }
  ],
  "manifest_display_name" : "ContentfulPersistence",
  "name" : "ContentfulPersistence",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ContentfulPersistence",
      "targets" : [
        "ContentfulPersistence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ContentfulPersistence",
      "module_type" : "SwiftTarget",
      "name" : "ContentfulPersistence",
      "path" : "Sources/ContentfulPersistence",
      "product_dependencies" : [
        "Contentful"
      ],
      "product_memberships" : [
        "ContentfulPersistence"
      ],
      "sources" : [
        "CoreDataStore.swift",
        "DataCache.swift",
        "DateFormatterCache.swift",
        "Persistable.swift",
        "PersistenceStore.swift",
        "Relationships/Relationship.swift",
        "Relationships/RelationshipCache.swift",
        "Relationships/RelationshipChildId.swift",
        "Relationships/RelationshipData.swift",
        "Relationships/RelationshipsManager.swift",
        "SynchronizationManager+SeedDB.swift",
        "SynchronizationManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.