The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Store with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexdrone/Store.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alexdrone/Store
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb51754 Port diffing in preparation of CodableStore.
Cloned https://github.com/alexdrone/Store.git
Revision (git rev-parse @):
fb51754e8f88a0ab99c7994d0d26d3374155f1fc
SUCCESS checkout https://github.com/alexdrone/Store.git at master
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.31s)
Fetched https://github.com/apple/swift-atomics.git (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.2 (0.03s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.48s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "store",
      "name": "Store",
      "url": "https://github.com/alexdrone/Store.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Store",
      "dependencies": [
        {
          "identity": "swift-atomics",
          "name": "swift-atomics",
          "url": "https://github.com/apple/swift-atomics.git",
          "version": "0.0.3",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.5.3",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/alexdrone/Store.git from cache
Fetched https://github.com/alexdrone/Store.git (0.16s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-log.git (0.29s)
Fetched https://github.com/apple/swift-atomics.git (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.02s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/alexdrone/Store.git
Working copy of https://github.com/alexdrone/Store.git resolved at master
warning: '.resolve-product-dependencies': dependency 'store' is not used by any target
Found 2 product dependencies
  - swift-atomics
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling _AtomicsShims.c
[2/17] Compiling Atomics HighLevelTypes.swift
[3/17] Compiling Atomics DoubleWord.swift
[4/17] Compiling Atomics AtomicBool.swift
[5/18] Compiling Logging LogHandler.swift
[6/18] Compiling Atomics AtomicOptional.swift
[7/18] Compiling Atomics AtomicRawRepresentable.swift
[8/18] Emitting module Logging
[9/18] Compiling Logging Locks.swift
[10/18] Compiling Logging Logging.swift
[11/18] Compiling Atomics PointerConformances.swift
[12/18] Compiling Atomics AtomicLazyReference.swift
[13/18] Compiling Atomics AtomicStrongReference.swift
[14/18] Compiling Atomics AtomicValue.swift
[15/18] Compiling Atomics AtomicInteger.swift
[16/18] Compiling Atomics AtomicMemoryOrderings.swift
[17/18] Compiling Atomics IntegerConformances.swift
[18/18] Emitting module Atomics
[19/33] Compiling Store StoreOptions.swift
[20/33] Compiling Store Assign.swift
[21/33] Compiling Store DictionaryCodable.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Store/Serialization/DictionaryCodable.swift:34:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
  ^~~~
  public
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Store/Serialization/DictionaryCodable.swift:484:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T: Decodable>(_ type: T.Type, from container: Any) throws -> T {
  ^~~~
  public
[22/33] Compiling Store Diffing.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Store/Serialization/DictionaryCodable.swift:34:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
  ^~~~
  public
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Store/Serialization/DictionaryCodable.swift:484:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T: Decodable>(_ type: T.Type, from container: Any) throws -> T {
  ^~~~
  public
[23/33] Compiling Store KeyPath+ReadableFormat.swift
[24/33] Compiling Store PushID.swift
[25/33] Compiling Store Store+Forwarding.swift
[26/33] Compiling Store Store.swift
[27/33] Compiling Store Partial.swift
[28/33] Compiling Store PropertyObservable.swift
[29/33] Compiling Store Atomics.swift
[30/33] Compiling Store Locking.swift
[31/33] Compiling Store PropertyWrappers.swift
[32/33] Compiling Store Binding.swift
[33/33] Emitting module Store
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Store/Serialization/DictionaryCodable.swift:34:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
  ^~~~
  public
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Store/Serialization/DictionaryCodable.swift:484:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T: Decodable>(_ type: T.Type, from container: Any) throws -> T {
  ^~~~
  public
[34/35] Compiling Store ReadOnly+Forwarding.swift
[35/35] Compiling Store ReadOnly.swift
Build complete! (12.30s)
Build complete.
Done.