The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Matft, reference master (d70047), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 13:31:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jjjkkkjjj/Matft.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jjjkkkjjj/Matft
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d70047a passed test on complex.power
Cloned https://github.com/jjjkkkjjj/Matft.git
Revision (git rev-parse @):
d70047a436c1ab00707019d1b3e03bc8e63eba25
SUCCESS checkout https://github.com/jjjkkkjjj/Matft.git at master
Fetching https://github.com/apple/swift-collections
[1/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.84s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.2 (0.60s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.2
========================================
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",
  "dependencies": [
    {
      "identity": "matft",
      "name": "Matft",
      "url": "https://github.com/jjjkkkjjj/Matft.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Matft",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jjjkkkjjj/Matft.git
[1/6846] Fetching matft
Fetched https://github.com/jjjkkkjjj/Matft.git from cache (1.30s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.55s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.66s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/jjjkkkjjj/Matft.git
Working copy of https://github.com/jjjkkkjjj/Matft.git resolved at master (d70047a)
warning: '.resolve-product-dependencies': dependency 'matft' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jjjkkkjjj/Matft.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "Matft",
  "name" : "Matft",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Matft",
      "targets" : [
        "Matft"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "pocketFFT",
      "module_type" : "ClangTarget",
      "name" : "pocketFFT",
      "path" : "Sources/pocketFFT",
      "product_memberships" : [
        "Matft"
      ],
      "sources" : [
        "pocketFFT.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "sources" : [
        "ArithmeticPefTests.swift",
        "BoolPefTests.swift",
        "IndexingPefTests.swift",
        "MathPefTests.swift"
      ],
      "target_dependencies" : [
        "Matft"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MatftTests",
      "module_type" : "SwiftTarget",
      "name" : "MatftTests",
      "path" : "Tests/MatftTests",
      "sources" : [
        "ArithmeticTest.swift",
        "BoolTest.swift",
        "CollectionTest.swift",
        "ComplexTest.swift",
        "ConversionTest.swift",
        "CreationTest.swift",
        "FFTTest.swift",
        "FileTest.swift",
        "InterpolationTest.swift",
        "LinAlgTest.swift",
        "MatftTests.swift",
        "MathTest.swift",
        "PreOpTest.swift",
        "PrintTest.swift",
        "ProductTests.swift",
        "RandomTest.swift",
        "ReduceTest.swift",
        "StackTest.swift",
        "StatsTest.swift",
        "SubscriptTest.swift",
        "VectorOpTest.swift"
      ],
      "target_dependencies" : [
        "Matft"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Matft",
      "module_type" : "SwiftTarget",
      "name" : "Matft",
      "path" : "Sources/Matft",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "Matft"
      ],
      "sources" : [
        "Matft.swift",
        "core/general/collection.swift",
        "core/general/print.swift",
        "core/object/mfarray.swift",
        "core/object/mfdata.swift",
        "core/object/mferror.swift",
        "core/object/mforder.swift",
        "core/object/mfslice.swift",
        "core/object/mfstructure.swift",
        "core/object/mftype.swift",
        "core/protocol/mfarrayProtocol.swift",
        "core/protocol/mfdataProtocol.swift",
        "core/protocol/mfinterpProtocol.swift",
        "core/protocol/mfsliceProtocol.swift",
        "core/protocol/mftypeProtocol.swift",
        "core/util/common/index.swift",
        "core/util/common/internalError.swift",
        "core/util/common/optparams.swift",
        "core/util/common/order.swift",
        "core/util/common/type.swift",
        "core/util/image.swift",
        "core/util/pointer/ptr2array.swift",
        "core/util/pointer/ptrcreation.swift",
        "core/util/pointer/withptr.swift",
        "core/util/typeconversion.swift",
        "function/method/conversion+method.swift",
        "function/method/creation+method.swift",
        "function/method/math+method.swift",
        "function/method/reduce+method.swift",
        "function/method/scalar+method.swift",
        "function/method/stats+method.swift",
        "function/method/subscript.swift",
        "function/static/biop+static.swift",
        "function/static/complex+static.swift",
        "function/static/conversion+static.swift",
        "function/static/creation+static.swift",
        "function/static/fft+static.swift",
        "function/static/file+static.swift",
        "function/static/image+static.swift",
        "function/static/interpolation+static.swift",
        "function/static/linalg+static.swift",
        "function/static/math+static.swift",
        "function/static/preop+static.swift",
        "function/static/random+static.swift",
        "function/static/reduce+static.swift",
        "function/static/stats+static.swift",
        "library/cblas.swift",
        "library/extvDSP.swift",
        "library/lapack.swift",
        "library/vDSP.swift",
        "library/vForce.swift",
        "library/vImage.swift",
        "operator/binary+operator.swift",
        "operator/infix+operator.swift",
        "operator/prefix+operator.swift",
        "operator/slice+operator.swift",
        "wrapper/pocketFFT+wrapper.swift"
      ],
      "target_dependencies" : [
        "pocketFFT"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/6] Write sources
[4/6] Write swift-version--7754E27361AE5C74.txt
[5/71] Compiling pocketFFT pocketFFT.c
[7/71] Emitting module OrderedCollections
[8/76] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[9/76] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[10/76] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[11/76] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[12/76] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[13/76] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[14/76] Compiling OrderedCollections _HashTable+Bucket.swift
[15/76] Compiling OrderedCollections _HashTable+BucketIterator.swift
[16/76] Compiling OrderedCollections _HashTable+Constants.swift
[17/76] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[18/76] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[19/76] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[20/76] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[21/76] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[22/76] Compiling OrderedCollections _HashTable+Testing.swift
[23/76] Compiling OrderedCollections _Hashtable+Header.swift
[24/76] Compiling OrderedCollections OrderedDictionary+Codable.swift
[25/76] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[26/76] Compiling OrderedCollections _HashTable.swift
[27/76] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[28/76] Compiling OrderedCollections OrderedDictionary+Values.swift
[29/76] Compiling OrderedCollections OrderedDictionary.swift
[30/76] Compiling OrderedCollections OrderedSet+Codable.swift
[31/76] Emitting module DequeModule
[32/77] Compiling OrderedCollections OrderedSet+Invariants.swift
[33/77] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[34/77] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[35/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[36/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[37/77] Compiling OrderedCollections OrderedSet+Equatable.swift
[38/77] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[39/77] Compiling OrderedCollections OrderedSet+Hashable.swift
[40/77] Compiling OrderedCollections OrderedSet+Initializers.swift
[41/77] Compiling OrderedCollections OrderedSet+Insertions.swift
[57/77] Compiling DequeModule _UnsafeWrappedBuffer.swift
[58/77] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[59/77] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[60/77] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[61/77] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[62/77] Compiling OrderedCollections OrderedDictionary+Elements.swift
[63/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[64/77] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[65/77] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[66/77] Compiling OrderedCollections OrderedSet+SubSequence.swift
[67/77] Compiling OrderedCollections OrderedSet+Testing.swift
[71/77] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[72/77] Compiling OrderedCollections OrderedSet+Diffing.swift
[73/77] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[74/77] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[75/77] Compiling OrderedCollections OrderedSet.swift
[76/77] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[77/77] Compiling OrderedCollections _UnsafeBitset.swift
[78/79] Emitting module Collections
[79/79] Compiling Collections Collections.swift
[80/132] Emitting module Matft
[81/137] Compiling Matft extvDSP.swift
[82/137] Compiling Matft lapack.swift
[83/137] Compiling Matft vDSP.swift
[84/137] Compiling Matft vForce.swift
[85/137] Compiling Matft vImage.swift
[86/137] Compiling Matft binary+operator.swift
[87/137] Compiling Matft infix+operator.swift
[88/137] Compiling Matft prefix+operator.swift
[89/137] Compiling Matft slice+operator.swift
[90/137] Compiling Matft pocketFFT+wrapper.swift
[91/137] Compiling Matft stats+method.swift
[92/137] Compiling Matft subscript.swift
[93/137] Compiling Matft biop+static.swift
[94/137] Compiling Matft complex+static.swift
[95/137] Compiling Matft conversion+static.swift
[96/137] Compiling Matft creation+static.swift
[97/137] Compiling Matft order.swift
[98/137] Compiling Matft type.swift
[99/137] Compiling Matft image.swift
[100/137] Compiling Matft ptr2array.swift
[101/137] Compiling Matft ptrcreation.swift
[102/137] Compiling Matft withptr.swift
[103/137] Compiling Matft fft+static.swift
[104/137] Compiling Matft file+static.swift
[105/137] Compiling Matft image+static.swift
[106/137] Compiling Matft interpolation+static.swift
[107/137] Compiling Matft linalg+static.swift
[108/137] Compiling Matft math+static.swift
[109/137] Compiling Matft mfinterpProtocol.swift
[110/137] Compiling Matft mfsliceProtocol.swift
[111/137] Compiling Matft mftypeProtocol.swift
[112/137] Compiling Matft index.swift
[113/137] Compiling Matft internalError.swift
[114/137] Compiling Matft optparams.swift
[115/137] Compiling Matft preop+static.swift
[116/137] Compiling Matft random+static.swift
[117/137] Compiling Matft reduce+static.swift
[118/137] Compiling Matft stats+static.swift
[119/137] Compiling Matft cblas.swift
[120/137] Compiling Matft Matft.swift
[121/137] Compiling Matft collection.swift
[122/137] Compiling Matft print.swift
[123/137] Compiling Matft mfarray.swift
[124/137] Compiling Matft mfdata.swift
[125/137] Compiling Matft mferror.swift
[126/137] Compiling Matft typeconversion.swift
[127/137] Compiling Matft conversion+method.swift
[128/137] Compiling Matft creation+method.swift
[129/137] Compiling Matft math+method.swift
[130/137] Compiling Matft reduce+method.swift
[131/137] Compiling Matft scalar+method.swift
[132/137] Compiling Matft mforder.swift
[133/137] Compiling Matft mfslice.swift
[134/137] Compiling Matft mfstructure.swift
[135/137] Compiling Matft mftype.swift
[136/137] Compiling Matft mfarrayProtocol.swift
[137/137] Compiling Matft mfdataProtocol.swift
Build complete! (30.54s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "Matft",
  "name" : "Matft",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Matft",
      "targets" : [
        "Matft"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "pocketFFT",
      "module_type" : "ClangTarget",
      "name" : "pocketFFT",
      "path" : "Sources/pocketFFT",
      "product_memberships" : [
        "Matft"
      ],
      "sources" : [
        "pocketFFT.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "sources" : [
        "ArithmeticPefTests.swift",
        "BoolPefTests.swift",
        "IndexingPefTests.swift",
        "MathPefTests.swift"
      ],
      "target_dependencies" : [
        "Matft"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MatftTests",
      "module_type" : "SwiftTarget",
      "name" : "MatftTests",
      "path" : "Tests/MatftTests",
      "sources" : [
        "ArithmeticTest.swift",
        "BoolTest.swift",
        "CollectionTest.swift",
        "ComplexTest.swift",
        "ConversionTest.swift",
        "CreationTest.swift",
        "FFTTest.swift",
        "FileTest.swift",
        "InterpolationTest.swift",
        "LinAlgTest.swift",
        "MatftTests.swift",
        "MathTest.swift",
        "PreOpTest.swift",
        "PrintTest.swift",
        "ProductTests.swift",
        "RandomTest.swift",
        "ReduceTest.swift",
        "StackTest.swift",
        "StatsTest.swift",
        "SubscriptTest.swift",
        "VectorOpTest.swift"
      ],
      "target_dependencies" : [
        "Matft"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Matft",
      "module_type" : "SwiftTarget",
      "name" : "Matft",
      "path" : "Sources/Matft",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "Matft"
      ],
      "sources" : [
        "Matft.swift",
        "core/general/collection.swift",
        "core/general/print.swift",
        "core/object/mfarray.swift",
        "core/object/mfdata.swift",
        "core/object/mferror.swift",
        "core/object/mforder.swift",
        "core/object/mfslice.swift",
        "core/object/mfstructure.swift",
        "core/object/mftype.swift",
        "core/protocol/mfarrayProtocol.swift",
        "core/protocol/mfdataProtocol.swift",
        "core/protocol/mfinterpProtocol.swift",
        "core/protocol/mfsliceProtocol.swift",
        "core/protocol/mftypeProtocol.swift",
        "core/util/common/index.swift",
        "core/util/common/internalError.swift",
        "core/util/common/optparams.swift",
        "core/util/common/order.swift",
        "core/util/common/type.swift",
        "core/util/image.swift",
        "core/util/pointer/ptr2array.swift",
        "core/util/pointer/ptrcreation.swift",
        "core/util/pointer/withptr.swift",
        "core/util/typeconversion.swift",
        "function/method/conversion+method.swift",
        "function/method/creation+method.swift",
        "function/method/math+method.swift",
        "function/method/reduce+method.swift",
        "function/method/scalar+method.swift",
        "function/method/stats+method.swift",
        "function/method/subscript.swift",
        "function/static/biop+static.swift",
        "function/static/complex+static.swift",
        "function/static/conversion+static.swift",
        "function/static/creation+static.swift",
        "function/static/fft+static.swift",
        "function/static/file+static.swift",
        "function/static/image+static.swift",
        "function/static/interpolation+static.swift",
        "function/static/linalg+static.swift",
        "function/static/math+static.swift",
        "function/static/preop+static.swift",
        "function/static/random+static.swift",
        "function/static/reduce+static.swift",
        "function/static/stats+static.swift",
        "library/cblas.swift",
        "library/extvDSP.swift",
        "library/lapack.swift",
        "library/vDSP.swift",
        "library/vForce.swift",
        "library/vImage.swift",
        "operator/binary+operator.swift",
        "operator/infix+operator.swift",
        "operator/prefix+operator.swift",
        "operator/slice+operator.swift",
        "wrapper/pocketFFT+wrapper.swift"
      ],
      "target_dependencies" : [
        "pocketFFT"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.