The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ObjectCoder 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/nearfri/ObjectCoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nearfri/ObjectCoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7b9cf69 Update swift.yml
Cloned https://github.com/nearfri/ObjectCoder.git
Revision (git rev-parse @):
7b9cf696e939396a993d57455a774341b252d5d0
SUCCESS checkout https://github.com/nearfri/ObjectCoder.git at main
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.23s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting (0.23s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting
Computed https://github.com/mattgallagher/CwlPreconditionTesting at 2.1.0 (0.60s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.57s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting resolved at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "objectcoder",
      "name": "ObjectCoder",
      "url": "https://github.com/nearfri/ObjectCoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ObjectCoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nearfri/ObjectCoder.git
[1/656] Fetching objectcoder
Fetched https://github.com/nearfri/ObjectCoder.git (0.40s)
Creating working copy for https://github.com/nearfri/ObjectCoder.git
Working copy of https://github.com/nearfri/ObjectCoder.git resolved at main
warning: '.resolve-product-dependencies': dependency 'objectcoder' is not used by any target
Found 0 product dependencies
========================================
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...
[1/15] Compiling ObjectCoder SingleValueObjectEncodingContanier.swift
[2/15] Compiling ObjectCoder UnkeyedObjectEncodingContanier.swift
[3/15] Compiling ObjectCoder KeyedObjectEncodingContainer.swift
[4/15] Compiling ObjectCoder ObjectContainer.swift
[5/15] Compiling ObjectCoder ObjectEncoder.swift
[6/15] Compiling ObjectCoder ReferencingEncoder.swift
[7/15] Compiling ObjectCoder SingleValueObjectDecodingContainer.swift
[8/15] Compiling ObjectCoder UnkeyedObjectDecodingContainer.swift
[9/15] Compiling ObjectCoder KeyedObjectDecodingContainer.swift
[10/15] Compiling ObjectCoder ObjectDecoder.swift
[11/15] Compiling ObjectCoder Errors.swift
[12/15] Compiling ObjectCoder NilCodingStrategy.swift
[13/15] Compiling ObjectCoder CodingStorage.swift
[14/15] Compiling ObjectCoder InitializableWithAny.swift
[15/15] Emitting module ObjectCoder
[16/17] Compiling ObjectCoder ObjectCoder+Combine.swift
[17/17] Compiling ObjectCoder ObjectKey.swift
Build complete! (11.33s)
Build complete.
Done.