The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Stores, reference main (638291), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 19:10: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/omaralbeik/Stores.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omaralbeik/Stores
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6382917 Keep a ref to store in AnyStore classes (#22)
Cloned https://github.com/omaralbeik/Stores.git
Revision (git rev-parse @):
638291752db347e40ea4932be424585d47447d32
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/omaralbeik/Stores.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": "stores",
      "name": "Stores",
      "url": "https://github.com/omaralbeik/Stores.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Stores",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/omaralbeik/Stores.git
[1/766] Fetching stores
Fetched https://github.com/omaralbeik/Stores.git from cache (0.84s)
Creating working copy for https://github.com/omaralbeik/Stores.git
Working copy of https://github.com/omaralbeik/Stores.git resolved at main (6382917)
warning: '.resolve-product-dependencies': dependency 'stores' 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/omaralbeik/Stores.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version--6988338F2F200930.txt
[9/14] Compiling Blueprints SingleObjectStore.swift
[10/14] Compiling Blueprints AnySingleObjectStore.swift
[11/14] Compiling Blueprints MultiObjectStore.swift
[12/14] Compiling Blueprints AnyMultiObjectStore.swift
[13/14] Compiling Blueprints Logger.swift
[14/14] Emitting module Blueprints
[15/35] Compiling TestUtils SingleObjectStoreFake.swift
[16/35] Compiling TestUtils MultiObjectStoreFake.swift
[17/35] Emitting module TestUtils
[18/35] Compiling TestUtils StoresError.swift
[19/35] Compiling UserDefaultsStore SingleUserDefaultsStore.swift
[20/35] Compiling TestUtils User.swift
[21/35] Compiling KeychainStore SingleKeychainStore.swift
[22/35] Emitting module UserDefaultsStore
[23/35] Compiling UserDefaultsStore MultiUserDefaultsStore.swift
[24/35] Compiling KeychainStore KeychainError.swift
[25/35] Compiling KeychainStore KeychainAccessibility.swift
[26/35] Emitting module KeychainStore
[27/35] Compiling KeychainStore MultiKeychainStore.swift
[28/35] Emitting module FileSystemStore
[29/35] Compiling FileSystemStore SingleFileSystemStore.swift
[30/35] Compiling FileSystemStore MultiFileSystemStore.swift
[31/35] Compiling CoreDataStore SingleCoreDataStore.swift
[32/35] Compiling CoreDataStore MultiCoreDataStore.swift
[33/35] Emitting module CoreDataStore
/Users/admin/builder/spi-builder-workspace/Sources/CoreData/Database.swift:6:13: warning: class 'Container' must restate inherited '@unchecked Sendable' conformance
 4 | import Foundation
 5 |
 6 | final class Container: NSPersistentContainer {
   |             `- warning: class 'Container' must restate inherited '@unchecked Sendable' conformance
 7 |   override class func defaultDirectoryURL() -> URL {
 8 |     super.defaultDirectoryURL().appendingPathComponent("CoreDataStore")
[34/35] Compiling CoreDataStore Entity.swift
[35/35] Compiling CoreDataStore Database.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreData/Database.swift:6:13: warning: class 'Container' must restate inherited '@unchecked Sendable' conformance
 4 | import Foundation
 5 |
 6 | final class Container: NSPersistentContainer {
   |             `- warning: class 'Container' must restate inherited '@unchecked Sendable' conformance
 7 |   override class func defaultDirectoryURL() -> URL {
 8 |     super.defaultDirectoryURL().appendingPathComponent("CoreDataStore")
[36/37] Compiling Stores Stores.swift
[37/37] Emitting module Stores
Build complete! (5.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Stores",
  "name" : "Stores",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Stores",
      "targets" : [
        "Stores"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Blueprints",
      "targets" : [
        "Blueprints"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UserDefaultsStore",
      "targets" : [
        "UserDefaultsStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FileSystemStore",
      "targets" : [
        "FileSystemStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreDataStore",
      "targets" : [
        "CoreDataStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KeychainStore",
      "targets" : [
        "KeychainStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StoresTestUtils",
      "targets" : [
        "TestUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserDefaultsStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsStoreTests",
      "path" : "Tests/UserDefaults",
      "sources" : [
        "MultiUserDefaultsStoreTests.swift",
        "SingleUserDefaultsStoreTests.swift"
      ],
      "target_dependencies" : [
        "UserDefaultsStore",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserDefaultsStore",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsStore",
      "path" : "Sources/UserDefaults",
      "product_memberships" : [
        "Stores",
        "UserDefaultsStore"
      ],
      "sources" : [
        "MultiUserDefaultsStore.swift",
        "SingleUserDefaultsStore.swift"
      ],
      "target_dependencies" : [
        "Blueprints"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestUtils",
      "module_type" : "SwiftTarget",
      "name" : "TestUtils",
      "path" : "Tests/Utils",
      "product_memberships" : [
        "StoresTestUtils"
      ],
      "sources" : [
        "MultiObjectStoreFake.swift",
        "SingleObjectStoreFake.swift",
        "StoresError.swift",
        "User.swift"
      ],
      "target_dependencies" : [
        "Blueprints"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Stores",
      "module_type" : "SwiftTarget",
      "name" : "Stores",
      "path" : "Sources/Stores",
      "product_memberships" : [
        "Stores"
      ],
      "sources" : [
        "Stores.swift"
      ],
      "target_dependencies" : [
        "Blueprints",
        "UserDefaultsStore",
        "FileSystemStore",
        "CoreDataStore",
        "KeychainStore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KeychainStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainStoreTests",
      "path" : "Tests/Keychain",
      "sources" : [
        "KeychainErrorTests.swift",
        "MultiKeychainStoreTests.swift",
        "SingleKeychainStoreTests.swift"
      ],
      "target_dependencies" : [
        "KeychainStore",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeychainStore",
      "module_type" : "SwiftTarget",
      "name" : "KeychainStore",
      "path" : "Sources/Keychain",
      "product_memberships" : [
        "Stores",
        "KeychainStore"
      ],
      "sources" : [
        "KeychainAccessibility.swift",
        "KeychainError.swift",
        "MultiKeychainStore.swift",
        "SingleKeychainStore.swift"
      ],
      "target_dependencies" : [
        "Blueprints"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileSystemStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FileSystemStoreTests",
      "path" : "Tests/FileSystem",
      "sources" : [
        "MultiFileSystemStoreTests.swift",
        "SingleFileSystemStoreTests.swift"
      ],
      "target_dependencies" : [
        "FileSystemStore",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileSystemStore",
      "module_type" : "SwiftTarget",
      "name" : "FileSystemStore",
      "path" : "Sources/FileSystem",
      "product_memberships" : [
        "Stores",
        "FileSystemStore"
      ],
      "sources" : [
        "MultiFileSystemStore.swift",
        "SingleFileSystemStore.swift"
      ],
      "target_dependencies" : [
        "Blueprints"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreDataStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataStoreTests",
      "path" : "Tests/CoreData",
      "sources" : [
        "DatabaseTests.swift",
        "MultiCoreDataStoreTests.swift",
        "SingleCoreDataStoreTests.swift"
      ],
      "target_dependencies" : [
        "CoreDataStore",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreDataStore",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataStore",
      "path" : "Sources/CoreData",
      "product_memberships" : [
        "Stores",
        "CoreDataStore"
      ],
      "sources" : [
        "Database.swift",
        "Entity.swift",
        "MultiCoreDataStore.swift",
        "SingleCoreDataStore.swift"
      ],
      "target_dependencies" : [
        "Blueprints"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlueprintsTests",
      "module_type" : "SwiftTarget",
      "name" : "BlueprintsTests",
      "path" : "Tests/Blueprints",
      "sources" : [
        "AnyMultiObjectStoreTests.swift",
        "AnySingleObjectStoreTests.swift",
        "MultiObjectStoreTests.swift",
        "SingleObjectStoreTests.swift"
      ],
      "target_dependencies" : [
        "Blueprints",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blueprints",
      "module_type" : "SwiftTarget",
      "name" : "Blueprints",
      "path" : "Sources/Blueprints",
      "product_memberships" : [
        "Stores",
        "Blueprints",
        "UserDefaultsStore",
        "FileSystemStore",
        "CoreDataStore",
        "KeychainStore",
        "StoresTestUtils"
      ],
      "sources" : [
        "AnyMultiObjectStore.swift",
        "AnySingleObjectStore.swift",
        "Logger.swift",
        "MultiObjectStore.swift",
        "SingleObjectStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/omaralbeik/stores/main
Repository:               omaralbeik/Stores
Swift version used:       6.3
Target:                   Stores
Extracting symbol information for 'Stores'...
Finished extracting symbol information for 'Stores'. (28.82s)
Building documentation for 'Stores'...
warning: 'SingleObjectStore' doesn't exist at '/Stores/Motivation'
  --> Articles/Motivation.md:11:42-11:59
9  | **Stores** tries to abstract the concept of a store and provide various implementations that can be injected in such environment and swapped easily when running tests or based on a remote flag.
10 |
11 + It all boils down to the two protocols ``SingleObjectStore`` and ``MultiObjectStore`` defined in the **Blueprints** layer, which provide the abstract concepts of stores that can store a single or multiple objects of a generic `Codable` type.
12 |
13 | The two protocols are then implemented in the different modules as explained in the chart below:
warning: 'MultiObjectStore' doesn't exist at '/Stores/Motivation'
  --> Articles/Motivation.md:11:68-11:84
9  | **Stores** tries to abstract the concept of a store and provide various implementations that can be injected in such environment and swapped easily when running tests or based on a remote flag.
10 |
11 + It all boils down to the two protocols ``SingleObjectStore`` and ``MultiObjectStore`` defined in the **Blueprints** layer, which provide the abstract concepts of stores that can store a single or multiple objects of a generic `Codable` type.
12 |
13 | The two protocols are then implemented in the different modules as explained in the chart below:
warning: 'MultiUserDefaultsStore' doesn't exist at '/Stores/Usage'
  --> Articles/Usage.md:34:5-34:27
32 | #### a. UserDefaults
33 |
34 + - ``MultiUserDefaultsStore``
   |     ╰─suggestion: Replace 'MultiUserDefaultsStore' with 'a-UserDefaults'
35 | - ``SingleUserDefaultsStore``
36 |
warning: 'SingleUserDefaultsStore' doesn't exist at '/Stores/Usage'
  --> Articles/Usage.md:35:5-35:28
33 |
34 | - ``MultiUserDefaultsStore``
35 + - ``SingleUserDefaultsStore``
   |     ╰─suggestion: Replace 'SingleUserDefaultsStore' with 'a-UserDefaults'
36 |
37 | ```swift
warning: 'MultiFileSystemStore' doesn't exist at '/Stores/Usage'
  --> Articles/Usage.md:47:5-47:25
45 | #### b. FileSystem
46 |
47 + - ``MultiFileSystemStore``
   |     ╰─suggestion: Replace 'MultiFileSystemStore' with 'b-FileSystem'
48 | - ``SingleFileSystemStore``
49 |
warning: 'SingleFileSystemStore' doesn't exist at '/Stores/Usage'
  --> Articles/Usage.md:48:5-48:26
46 |
47 | - ``MultiFileSystemStore``
48 + - ``SingleFileSystemStore``
   |     ╰─suggestion: Replace 'SingleFileSystemStore' with 'b-FileSystem'
49 |
50 | ```swift
warning: 'MultiCoreDataStore' doesn't exist at '/Stores/Usage'
  --> Articles/Usage.md:60:5-60:23
58 | #### c. CoreData
59 |
60 + - ``MultiCoreDataStore``
61 | - ``SingleCoreDataStore``
62 |
warning: 'SingleCoreDataStore' doesn't exist at '/Stores/Usage'
  --> Articles/Usage.md:61:5-61:24
59 |
60 | - ``MultiCoreDataStore``
61 + - ``SingleCoreDataStore``
62 |
63 | ```swift
warning: 'MultiKeychainStore' doesn't exist at '/Stores/Usage'
  --> Articles/Usage.md:73:5-73:23
71 | #### d. Keychain
72 |
73 + - ``MultiKeychainStore``
74 | - ``SingleKeychainStore``
75 |
warning: 'SingleKeychainStore' doesn't exist at '/Stores/Usage'
  --> Articles/Usage.md:74:5-74:24
72 |
73 | - ``MultiKeychainStore``
74 + - ``SingleKeychainStore``
75 |
76 | ```swift
Finished building documentation for 'Stores' (0.61s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/stores/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.83s)
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.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.82s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling Snippets Snippet.swift
[12/57] Emitting module Snippets
[13/57] Compiling Snippets SnippetParser.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit FunctionSignature.swift
[19/57] Compiling SymbolKit Symbol.swift
[20/57] Compiling SymbolKit SymbolKind.swift
[21/57] Compiling SymbolKit SymbolGraph.swift
[22/57] Compiling SymbolKit GraphCollector.swift
[23/57] Compiling SymbolKit SourceRange.swift
[24/57] Compiling SymbolKit Metadata.swift
[25/57] Compiling SymbolKit Module.swift
[26/57] Compiling SymbolKit OperatingSystem.swift
[27/57] Compiling SymbolKit Platform.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 GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit Identifier.swift
[38/57] Compiling SymbolKit KindIdentifier.swift
[39/57] Compiling SymbolKit Location.swift
[40/57] Compiling SymbolKit Mutability.swift
[41/57] Emitting module SymbolKit
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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.50s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Stores' complete! (0.29s)
Target:                   Blueprints
Extracting symbol information for 'Blueprints'...
Finished extracting symbol information for 'Blueprints'. (0.27s)
Building documentation for 'Blueprints'...
Finished building documentation for 'Blueprints' (0.08s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/stores/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Blueprints' complete! (0.19s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/linkable-paths.json
Target:                   UserDefaultsStore
Extracting symbol information for 'UserDefaultsStore'...
Finished extracting symbol information for 'UserDefaultsStore'. (0.28s)
Building documentation for 'UserDefaultsStore'...
Finished building documentation for 'UserDefaultsStore' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/stores/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'UserDefaultsStore' complete! (0.19s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/linkable-paths.json
Target:                   FileSystemStore
Extracting symbol information for 'FileSystemStore'...
Finished extracting symbol information for 'FileSystemStore'. (0.28s)
Building documentation for 'FileSystemStore'...
Finished building documentation for 'FileSystemStore' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/stores/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.19s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'FileSystemStore' complete! (0.20s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/linkable-paths.json
Target:                   CoreDataStore
Extracting symbol information for 'CoreDataStore'...
Finished extracting symbol information for 'CoreDataStore'. (0.29s)
Building documentation for 'CoreDataStore'...
Finished building documentation for 'CoreDataStore' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/stores/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'CoreDataStore' complete! (0.20s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/linkable-paths.json
Target:                   KeychainStore
Extracting symbol information for 'KeychainStore'...
Finished extracting symbol information for 'KeychainStore'. (0.28s)
Building documentation for 'KeychainStore'...
Finished building documentation for 'KeychainStore' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/stores/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'KeychainStore' complete! (0.19s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/linkable-paths.json
Target:                   TestUtils
Extracting symbol information for 'TestUtils'...
Finished extracting symbol information for 'TestUtils'. (0.28s)
Building documentation for 'TestUtils'...
Finished building documentation for 'TestUtils' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/stores/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'TestUtils' complete! (0.19s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/omaralbeik/stores/main/linkable-paths.json
     492
4	/Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/stores/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/omaralbeik/stores/main
File count: 492
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-omaralbeik-stores-main-a1f8c26a.zip to s3://spi-docs-inbox/prod-omaralbeik-stores-main-a1f8c26a.zip
Copying... [15%]
Copying... [22%]
Copying... [37%]
Copying... [44%]
Copying... [52%]
Copying... [67%]
Copying... [74%]
Copying... [82%]
Copying... [96%]
Copying... [100%]
Done.