The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TOMLDecoder 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/dduan/TOMLDecoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dduan/TOMLDecoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a70a127 Add changelog for next release (#52)
Cloned https://github.com/dduan/TOMLDecoder.git
Revision (git rev-parse @):
a70a127cab92ddcb562a548190fa3ad2a2e5f9bc
SUCCESS checkout https://github.com/dduan/TOMLDecoder.git at main
========================================
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": "tomldecoder",
      "name": "TOMLDecoder",
      "url": "https://github.com/dduan/TOMLDecoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TOMLDecoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dduan/TOMLDecoder.git from cache
Fetched https://github.com/dduan/TOMLDecoder.git (0.20s)
Creating working copy for https://github.com/dduan/TOMLDecoder.git
Working copy of https://github.com/dduan/TOMLDecoder.git resolved at main
warning: '.resolve-product-dependencies': dependency 'tomldecoder' 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/5] Compiling Deserializer TOMLDeserializer.swift
[2/5] Compiling Deserializer Traced.swift
[3/5] Emitting module Deserializer
[4/5] Compiling Deserializer Parser.swift
[5/5] Compiling Deserializer DeserializationError.swift
[6/13] Compiling TOMLDecoder TOMLDecodingStorage.swift
[7/13] Compiling TOMLDecoder TOMLKey.swift
[8/13] Compiling TOMLDecoder TOMLKeyedDecodingContainer.swift
[9/14] Compiling TOMLDecoder TOMLDecoder.swift
[10/14] Compiling TOMLDecoder KeyDecodingStrategy.swift
[11/14] Compiling TOMLDecoder DecodingError+Extensions.swift
[12/14] Compiling TOMLDecoder TOMLDecoderImpl.swift
[13/14] Emitting module TOMLDecoder
[14/14] Compiling TOMLDecoder TOMLUnkeyedDecodingContainer.swift
Build complete! (10.66s)
Build complete.
Done.