The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DLCoreGraphics with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/david-livadaru/DLCoreGraphics.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/david-livadaru/DLCoreGraphics
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at d0c75ea develop
Cloned https://github.com/david-livadaru/DLCoreGraphics.git into spi-builder-workspace
d0c75ea6464155b1cc6e08c84050065588edb18d
SUCCESS checkout https://github.com/david-livadaru/DLCoreGraphics.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Fetching https://github.com/davidlivadaru/DLAngle.git from cache
Fetching https://github.com/davidlivadaru/DLInterval.git from cache
Fetched https://github.com/davidlivadaru/DLInterval.git (0.18s)
Fetched https://github.com/davidlivadaru/DLAngle.git (0.18s)
Computing version for https://github.com/davidlivadaru/DLAngle.git
Computed https://github.com/davidlivadaru/DLAngle.git at 1.0.0 (0.42s)
Computing version for https://github.com/davidlivadaru/DLInterval.git
Computed https://github.com/davidlivadaru/DLInterval.git at 1.3.0 (0.41s)
Creating working copy for https://github.com/davidlivadaru/DLInterval.git
Working copy of https://github.com/davidlivadaru/DLInterval.git resolved at 1.3.0
Creating working copy for https://github.com/davidlivadaru/DLAngle.git
Working copy of https://github.com/davidlivadaru/DLAngle.git resolved at 1.0.0
Building for debugging...
[1/12] Compiling DLInterval IntervalType.swift
[2/12] Compiling DLInterval Interval.swift
[3/12] Compiling DLInterval IntervalBoundary.swift
[4/12] Compiling DLInterval IntervalOperators.swift
[5/12] Compiling DLInterval IntervalExtremum.swift
[6/13] Compiling DLInterval ExpressibleByIntervalTuple.swift
[7/13] Compiling DLInterval ExpressibleByRange.swift
[8/13] Compiling DLInterval Boundary.swift
[9/13] Compiling DLInterval Double+FrameworkExtension.swift
[10/13] Emitting module DLInterval
[11/13] Compiling DLInterval ExpressibleByClosedRange.swift
[12/13] Compiling DLInterval ExpressibleByIntervalArray.swift
[13/13] Compiling DLInterval UnionInterval.swift
[14/36] Emitting module DLAngle
[15/39] Compiling DLAngle RadianConstants.swift
[16/39] Compiling DLAngle ArgumentsChecker.swift
[17/39] Compiling DLAngle Atan2ArgumentsChecker.swift
[18/39] Compiling DLAngle IntervalType.swift
[19/39] Compiling DLAngle Predicate.swift
[20/39] Compiling DLAngle TrigonometricArgumentsChecker.swift
[21/39] Compiling DLAngle Radian+HyperbolicTrigonometricFunctions.swift
[22/39] Compiling DLAngle Radian+InverseHyperbolicTrigonometricFunctions.swift
[23/39] Compiling DLAngle Radian+InverseTrigonometricFunctions.swift
[24/39] Compiling DLAngle Trigonometry+TrigonometricFunctions.swift
[25/39] Compiling DLAngle Trigonometry+Validation.swift
[26/39] Compiling DLAngle Trigonometry.swift
[27/39] Compiling DLAngle Radian+Measument.swift
[28/39] Compiling DLAngle Radian+TrigonometricFunctions.swift
[29/39] Compiling DLAngle Radian.swift
[30/39] Compiling DLAngle Trigonometry+HyperbolicTrigonometricFunctions.swift
[31/39] Compiling DLAngle Trigonometry+InverseHyperbolicTrigonometricFunctions.swift
[32/39] Compiling DLAngle Trigonometry+InverseTrigonometricFunctions.swift
[33/39] Compiling DLAngle TrigonometricError.swift
[34/39] Compiling DLAngle TrigonometricFunction.swift
[35/39] Compiling DLAngle GenericTrigonometry.swift
[36/39] Compiling DLAngle Angle.swift
[37/39] Compiling DLAngle Degree+Measurement.swift
[38/39] Compiling DLAngle Degree.swift
[39/39] Compiling DLAngle NormalizedType.swift
[40/71] Compiling DLCoreGraphics CGVectorExtension.swift
[41/71] Compiling DLCoreGraphics AbsoluteValueApplicable+FoundationExtension.swift
[42/71] Compiling DLCoreGraphics Roundable+FoundationExtension.swift
[43/71] Compiling DLCoreGraphics Roundable+UIScreenExtension.swift
[44/75] Compiling DLCoreGraphics UIEdgeInsetsExtension.swift
[45/75] Compiling DLCoreGraphics AbsoluteValueApplicable.swift
[46/75] Compiling DLCoreGraphics Inversible.swift
[47/75] Compiling DLCoreGraphics Roundable.swift
[48/75] Compiling DLCoreGraphics CGSize+AbsoluteValueExtension.swift
[49/75] Compiling DLCoreGraphics CGSize+OperatorsExtension.swift
[50/75] Compiling DLCoreGraphics CGSize+RoundExtension.swift
[51/75] Compiling DLCoreGraphics CGSize+ScaleExtension.swift
[52/75] Compiling DLCoreGraphics CGVector+AbsoluteValueExtension.swift
[53/75] Compiling DLCoreGraphics CGVector+CompareExtension.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[54/75] Compiling DLCoreGraphics CGVector+InversibleExtension.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[55/75] Compiling DLCoreGraphics CGVector+RoundExtension.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[56/75] Compiling DLCoreGraphics CGVector+ScaleExtension.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[57/75] Emitting module DLCoreGraphics
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[58/75] Compiling DLCoreGraphics Scalable2D+OperatorsExtension.swift
[59/75] Compiling DLCoreGraphics Translatable2D+CGVectorExtension.swift
[60/75] Compiling DLCoreGraphics Translatable2D+OperatorsExtension.swift
[61/75] Compiling DLCoreGraphics UIEdgeInsets+InversibleExtension.swift
[62/75] Compiling DLCoreGraphics CGPoint+AbsoluteValueExtension.swift
[63/75] Compiling DLCoreGraphics CGPoint+InversibleExtension.swift
[64/75] Compiling DLCoreGraphics CGPoint+RoundExtension.swift
[65/75] Compiling DLCoreGraphics CGPoint+ScaleExtension.swift
[66/75] Compiling DLCoreGraphics CGPoint+TranslateExtension.swift
[67/75] Compiling DLCoreGraphics CGRect+AbsoluteValueExtension.swift
[68/75] Compiling DLCoreGraphics CGRect+RoundExtension.swift
[69/75] Compiling DLCoreGraphics CGRect+ScaleExtension.swift
[70/75] Compiling DLCoreGraphics CGRect+TranslateExtension.swift
[71/75] Compiling DLCoreGraphics CGRectExtension.swift
[72/75] Compiling DLCoreGraphics Scalable2D.swift
[73/75] Compiling DLCoreGraphics Segment.swift
[74/75] Compiling DLCoreGraphics Transformable2D.swift
[75/75] Compiling DLCoreGraphics Translatable2D.swift
Build complete! (7.09s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/david-livadaru/DLCoreGraphics.git
[5/482] Fetching dlcoregraphics
Fetched https://github.com/david-livadaru/DLCoreGraphics.git (0.23s)
Fetching https://github.com/davidlivadaru/DLAngle.git from cache
Fetched https://github.com/davidlivadaru/DLAngle.git (0.17s)
Computing version for https://github.com/davidlivadaru/DLAngle.git
Computed https://github.com/davidlivadaru/DLAngle.git at 1.0.1 (0.41s)
Fetching https://github.com/davidlivadaru/DLInterval.git from cache
Fetched https://github.com/davidlivadaru/DLInterval.git (0.16s)
Computing version for https://github.com/davidlivadaru/DLInterval.git
Computed https://github.com/davidlivadaru/DLInterval.git at 1.3.0 (0.41s)
Creating working copy for https://github.com/david-livadaru/DLCoreGraphics.git
Working copy of https://github.com/david-livadaru/DLCoreGraphics.git resolved at 1.0.0
Creating working copy for https://github.com/davidlivadaru/DLAngle.git
Working copy of https://github.com/davidlivadaru/DLAngle.git resolved at 1.0.1
Creating working copy for https://github.com/davidlivadaru/DLInterval.git
Working copy of https://github.com/davidlivadaru/DLInterval.git resolved at 1.3.0
warning: dependency 'dlcoregraphics' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dlcoregraphics",
      "name": "DLCoreGraphics",
      "url": "https://github.com/david-livadaru/DLCoreGraphics.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DLCoreGraphics",
      "dependencies": [
        {
          "identity": "dlangle",
          "name": "DLAngle",
          "url": "https://github.com/davidlivadaru/DLAngle.git",
          "version": "1.0.1",
          "path": "/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DLAngle",
          "dependencies": [
            {
              "identity": "dlinterval",
              "name": "DLInterval",
              "url": "https://github.com/davidlivadaru/DLInterval.git",
              "version": "1.3.0",
              "path": "/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DLInterval",
              "dependencies": [

              ]
            }
          ]
        }
      ]
    }
  ]
}
Done.

Build Machine: Mac 5