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 Scipio, reference 0.31.0 (963ed9), with Swift 6.1 for macOS (SPM) on 6 Oct 2025 16:54:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/Scipio.git
Reference: 0.31.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giginet/Scipio
 * tag               0.31.0     -> FETCH_HEAD
HEAD is now at 963ed96 Merge pull request #245 from giginet/shared-restored-cache-to-other-storages
Cloned https://github.com/giginet/Scipio.git
Revision (git rev-parse @):
963ed96c0c81fa4c6210713376e55f9065adeb07
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/giginet/Scipio.git at 0.31.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/giginet/Scipio.git
https://github.com/giginet/Scipio.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "scipio-cache-storage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/scipio-cache-storage.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "packagemanifestkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/PackageManifestKit"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations.git"
    }
  ],
  "manifest_display_name" : "Scipio",
  "name" : "Scipio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "scipio",
      "targets" : [
        "scipio"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ScipioKit",
      "targets" : [
        "ScipioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "scipio",
      "module_type" : "SwiftTarget",
      "name" : "scipio",
      "path" : "Sources/scipio",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "scipio"
      ],
      "sources" : [
        "Arguments.swift",
        "CommandType.swift",
        "CreateCommands.swift",
        "DumpCacheKey.swift",
        "Options.swift",
        "PrepareCommands.swift",
        "Scipio.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ScipioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKitTests",
      "path" : "Tests/ScipioKitTests",
      "sources" : [
        "BuildOptionsTests.swift",
        "CacheSystemTests.swift",
        "ClangCheckerTests.swift",
        "DWARFSymbolStripperTests.swift",
        "DebugSymbolTests.swift",
        "DependencyGraphTests.swift",
        "DescriptionPackageTests.swift",
        "DynamicFrameworkTests.swift",
        "FrameworkBundleAssemblerTests.swift",
        "FrameworkModuleMapGeneratorTests.swift",
        "FrameworkProducerTests.swift",
        "InfoPlistGeneratorTests.swift",
        "IntegrationTests.swift",
        "PartialCacheTests.swift",
        "ProcessExecutorTests.swift",
        "RunnerTests.swift",
        "TestingExecutor.swift",
        "URLExtensionsTests.swift",
        "VariousModulePathsTests.swift",
        "XCTestCase+Utils.swift",
        "XcodeVersionFetcherTests.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioKit",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKit",
      "path" : "Sources/ScipioKit",
      "product_dependencies" : [
        "Logging",
        "Collections",
        "Algorithms",
        "Rainbow",
        "ScipioStorage",
        "PackageManifestKit",
        "AsyncOperations"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildOptions.swift",
        "DependencyGraph/DependencyGraph.swift",
        "DependencyGraph/WeakReference.swift",
        "DescriptionPackage.swift",
        "Executor.swift",
        "FileSystem.swift",
        "Logger.swift",
        "PackageLocator.swift",
        "Producer/BinaryExtractor.swift",
        "Producer/Cache/CacheSystem.swift",
        "Producer/Cache/LocalDiskCacheStorage.swift",
        "Producer/Cache/ProjectCacheStorage.swift",
        "Producer/Cache/XcodeVersion.swift",
        "Producer/CacheStorage+DisplayName.swift",
        "Producer/Compiler.swift",
        "Producer/DWARFSymbolStripper.swift",
        "Producer/DwarfExtractor.swift",
        "Producer/FrameworkProducer.swift",
        "Producer/InfoPlistGenerator.swift",
        "Producer/PIF/BuildParametersGenerator.swift",
        "Producer/PIF/FrameworkBundleAssembler.swift",
        "Producer/PIF/FrameworkComponentsCollector.swift",
        "Producer/PIF/FrameworkModuleMapGenerator.swift",
        "Producer/PIF/PIFCompiler.swift",
        "Producer/PIF/PIFGenerator.swift",
        "Producer/PIF/ToolchainGenerator.swift",
        "Producer/PIF/XCBuildClient.swift",
        "Producer/PIF/XCBuildExecutor.swift",
        "Resolver/ManifestLoader.swift",
        "Resolver/ModuleTypeResolver.swift",
        "Resolver/PackageResolveExecutor.swift",
        "Resolver/PackageResolver.swift",
        "Resolver/ResolvedModels.swift",
        "Resolver/ShowDependenciesParser.swift",
        "Runner.swift",
        "String+Extensions.swift",
        "SwiftPM/CannonicalPackageLocation.swift",
        "SwiftPM/ModuleMapGenerator.swift",
        "SwiftPM/StringConversions.swift",
        "SwiftPM/StringMangling.swift",
        "SwiftPM/Version.swift",
        "SwiftPM/XCBuildMessage.swift",
        "SwiftPM/topologicalSort.swift",
        "Target+bundleName.swift",
        "URL+Extensions.swift"
      ],
      "target_dependencies" : [
        "PIFKit",
        "GenerateScipioVersion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PIFKitTests",
      "path" : "Tests/PIFKitTests",
      "sources" : [
        "BuildConfigurationTests.swift",
        "FixtureLoader.swift",
        "PIFManipulatorTests.swift",
        "PlatformTests.swift",
        "TargetTests.swift"
      ],
      "target_dependencies" : [
        "PIFKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIFKit",
      "module_type" : "SwiftTarget",
      "name" : "PIFKit",
      "path" : "Sources/PIFKit",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildConfiguration.swift",
        "JSONConvertible.swift",
        "PIFManipulator.swift",
        "Platform.swift",
        "Target.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateScipioVersion",
      "module_type" : "PluginTarget",
      "name" : "GenerateScipioVersion",
      "path" : "Plugins/GenerateScipioVersion",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateScipioVersion
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/31] Write sources
[11/31] Write scipio-entitlement.plist
[11/31] Write sources
[14/31] Copying PrivacyInfo.xcprivacy
[14/31] Write sources
[26/31] Compiling _NumericsShims _NumericsShims.c
[27/31] Write swift-version-2F0A5646E1D333AE.txt
[29/115] Emitting module AsyncOperations
[30/116] Compiling RealModule Float80+Real.swift
[31/117] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/117] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/117] Compiling RealModule Real.swift
[34/117] Compiling RealModule RealFunctions.swift
[35/118] Compiling AsyncOperations Sequence+AsyncReduce.swift
[36/118] Compiling RealModule AugmentedArithmetic.swift
[37/118] Emitting module RealModule
[38/118] Compiling AsyncOperations Sequence+AsyncMap.swift
[39/118] Compiling AsyncOperations Sequence+AsyncFlatMap.swift
[40/118] Compiling AsyncOperations Sequence+AsyncForEach.swift
[41/118] Emitting module ArgumentParserToolInfo
[42/118] Compiling ArgumentParserToolInfo ToolInfo.swift
[43/118] Compiling InternalCollectionsUtilities Descriptions.swift
[44/118] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[47/118] Compiling RealModule ElementaryFunctions.swift
[48/118] Compiling RealModule Float+Real.swift
[49/118] Compiling RealModule Float16+Real.swift
[50/118] Compiling RealModule RelaxedArithmetic.swift
[51/118] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[54/118] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[55/118] Compiling Rainbow HSLColorConverter.swift
[56/118] Compiling Rainbow ModesExtractor.swift
[59/118] Compiling RealModule Double+Real.swift
[60/118] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/118] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/118] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/118] Compiling AsyncOperations withOrderedTaskGroup.swift
[64/118] Compiling AsyncOperations numberOfConcurrentTasks.swift
[65/118] Compiling Rainbow ConditionalStyleBuilder.swift
[66/118] Compiling Rainbow ControlCode.swift
[67/118] Compiling AsyncOperations InternalForEach.swift
[68/118] Compiling AsyncOperations Sequence+AsyncAllSatisfy.swift
[69/118] Emitting module InternalCollectionsUtilities
[72/164] Compiling AsyncOperations withThrowingOrderedTaskGroup.swift
[73/190] Compiling Algorithms Partition.swift
[74/190] Compiling Algorithms Permutations.swift
[75/190] Compiling Algorithms Keyed.swift
[76/190] Compiling Algorithms MinMax.swift
[77/323] Compiling HeapModule _HeapNode.swift
[78/323] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[79/323] Compiling HeapModule Heap.swift
[80/323] Compiling HeapModule Heap+UnsafeHandle.swift
[81/323] Compiling HeapModule Heap+Descriptions.swift
[82/323] Emitting module HeapModule
[83/323] Compiling HeapModule Heap+Invariants.swift
[84/323] Compiling _RopeModule RopeSummary.swift
[85/323] Compiling _RopeModule _RopeItem.swift
[86/323] Compiling _RopeModule _RopePath.swift
[87/323] Compiling _RopeModule _RopeVersion.swift
[88/323] Compiling _RopeModule Rope+Collection.swift
[89/323] Compiling _RopeModule Rope+Index.swift
[90/329] Compiling Logging MetadataProvider.swift
[91/407] Compiling HashTreeCollections TreeDictionary+Collection.swift
[92/407] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[93/407] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[94/407] Compiling HashTreeCollections _UnmanagedHashNode.swift
[95/407] Compiling HashTreeCollections _UnsafePath.swift
[96/407] Compiling HashTreeCollections TreeDictionary+Codable.swift
[97/409] Compiling Logging LogHandler.swift
[98/409] Emitting module Logging
[99/409] Compiling Logging Locks.swift
[100/409] Compiling Logging Logging.swift
[101/409] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[102/409] Compiling HashTreeCollections _HashNode+Structural filter.swift
[103/409] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[104/409] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[105/409] Compiling HashTreeCollections _RawHashNode.swift
[112/409] Compiling Algorithms Unique.swift
[113/409] Compiling Algorithms Windows.swift
[114/409] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[115/409] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[116/409] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[117/409] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[118/425] Compiling DequeModule Deque.swift
[119/425] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[120/425] Compiling HashTreeCollections _HashNode+Storage.swift
[121/425] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[122/425] Compiling HashTreeCollections _HashNode+Structural merge.swift
[123/425] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[124/425] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[125/425] Compiling HashTreeCollections _HashNode+Structural union.swift
[126/425] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[127/425] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[128/425] Compiling HashTreeCollections TreeSet+Equatable.swift
[129/425] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[130/425] Compiling HashTreeCollections TreeSet+Extras.swift
[131/425] Compiling HashTreeCollections TreeSet+Filter.swift
[132/425] Compiling HashTreeCollections TreeSet+Hashable.swift
[133/425] Compiling HashTreeCollections TreeSet+Sendable.swift
[134/425] Compiling HashTreeCollections TreeSet+Sequence.swift
[135/425] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[136/425] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[137/425] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[138/425] Compiling HashTreeCollections _HashNode.swift
[139/425] Compiling DequeModule _DequeSlot.swift
[140/425] Compiling DequeModule _DequeBuffer.swift
[141/426] Compiling DequeModule Deque+Collection.swift
[142/426] Compiling DequeModule Deque+CustomReflectable.swift
[143/426] Compiling DequeModule Deque+Descriptions.swift
[144/426] Compiling DequeModule Deque+Testing.swift
[145/426] Compiling DequeModule Deque._Storage.swift
[146/426] Compiling DequeModule Deque+Extras.swift
[147/426] Compiling DequeModule Deque+Hashable.swift
[148/426] Compiling DequeModule Deque._UnsafeHandle.swift
[149/426] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[150/426] Compiling HashTreeCollections TreeDictionary+Filter.swift
[151/426] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[152/426] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[153/426] Compiling HashTreeCollections TreeDictionary+Keys.swift
[154/426] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[155/426] Compiling HashTreeCollections TreeDictionary+Merge.swift
[156/426] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[159/434] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[160/434] Compiling HashTreeCollections TreeDictionary+Values.swift
[161/434] Compiling HashTreeCollections TreeDictionary.swift
[162/434] Compiling HashTreeCollections TreeSet+Codable.swift
[163/434] Compiling HashTreeCollections TreeSet+Collection.swift
[164/434] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[165/434] Compiling HashTreeCollections TreeSet+Debugging.swift
[166/434] Compiling HashTreeCollections TreeSet+Descriptions.swift
[167/441] Compiling DequeModule _UnsafeWrappedBuffer.swift
[168/441] Compiling DequeModule Deque+Equatable.swift
[169/441] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[170/441] Compiling DequeModule Deque+Codable.swift
[173/441] Compiling HashTreeCollections _HashNodeHeader.swift
[174/441] Compiling HashTreeCollections _HashSlot.swift
[175/441] Compiling HashTreeCollections _HashStack.swift
[176/441] Compiling HashTreeCollections _HashTreeIterator.swift
[177/441] Compiling HashTreeCollections _HashTreeStatistics.swift
[178/441] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[187/441] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[188/441] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[189/441] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[190/441] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[191/441] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[192/441] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[221/441] Compiling DequeModule _DequeBufferHeader.swift
[228/441] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[229/441] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[230/441] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[231/441] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[232/441] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[233/441] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[234/441] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[235/441] Compiling HashTreeCollections TreeSet.swift
[242/441] Compiling Rainbow Style.swift
[260/442] Compiling Rainbow StringGenerator.swift
[261/442] Emitting module Rainbow
[262/442] Emitting module DequeModule
[299/497] Compiling BitCollections BitArray+Initializers.swift
[300/497] Compiling BitCollections BitArray+Invariants.swift
[301/497] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[302/497] Compiling BitCollections BitArray+RandomBits.swift
[303/497] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[304/497] Compiling BitCollections BitArray+Shifts.swift
[305/497] Compiling BitCollections BitSet+Initializers.swift
[306/497] Compiling BitCollections BitSet+Invariants.swift
[307/497] Compiling BitCollections BitSet+Random.swift
[308/497] Compiling BitCollections BitSet+SetAlgebra basics.swift
[309/497] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[310/497] Compiling BitCollections BitArray+Hashable.swift
[311/497] Emitting module OrderedCollections
[312/497] Compiling Rainbow String+ConditionalStyling.swift
[313/497] Compiling Rainbow String+Rainbow.swift
[314/497] Compiling BitCollections BitArray+BitwiseOperations.swift
[315/497] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[316/497] Compiling BitCollections BitArray+Codable.swift
[317/497] Compiling BitCollections BitArray+Collection.swift
[318/497] Compiling BitCollections BitArray+Copy.swift
[319/497] Compiling BitCollections BitArray+CustomReflectable.swift
[320/497] Compiling BitCollections BitSet+Hashable.swift
[323/497] Emitting module _RopeModule
[324/497] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[325/497] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[326/497] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[327/497] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[328/497] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[329/497] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[330/502] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[331/502] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[332/502] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[333/502] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[334/502] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[335/502] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[336/502] Compiling BitCollections BitArray+Descriptions.swift
[337/502] Compiling BitCollections BitArray+Equatable.swift
[338/502] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[339/502] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[340/502] Compiling BitCollections BitArray+Extras.swift
[341/502] Compiling BitCollections BitArray+Fill.swift
[342/502] Emitting module Algorithms
[343/502] Compiling _RopeModule Rope+Remove.swift
[344/502] Compiling _RopeModule Rope+RemoveSubrange.swift
[345/502] Compiling _RopeModule Rope+Split.swift
[346/502] Compiling _RopeModule Optional Utilities.swift
[347/502] Compiling _RopeModule String Utilities.swift
[348/502] Compiling _RopeModule String.Index+ABI.swift
[349/502] Compiling _RopeModule _CharacterRecognizer.swift
[354/502] Compiling BitCollections BitArray+Testing.swift
[360/506] Emitting module BitCollections
[377/506] Compiling BitCollections BitSet._UnsafeHandle.swift
[386/506] Compiling BitCollections BitSet+Equatable.swift
[387/506] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[388/506] Compiling BitCollections BitSet+Extras.swift
[389/506] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[390/506] Compiling BitCollections BitSet+SetAlgebra union.swift
[391/506] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[392/506] Compiling BitCollections BitSet.Counted.swift
[393/506] Compiling BitCollections BitSet.Index.swift
[400/506] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[401/506] Compiling BitCollections BitSet+CustomReflectable.swift
[402/506] Compiling BitCollections BitSet+CustomStringConvertible.swift
[420/506] Compiling BitCollections BitArray._UnsafeHandle.swift
[421/506] Compiling BitCollections BitArray.swift
[422/506] Compiling BitCollections BitSet+BidirectionalCollection.swift
[423/506] Compiling BitCollections BitSet+Codable.swift
[424/506] Compiling BitCollections BitSet.swift
[425/506] Compiling BitCollections Range+Utilities.swift
[426/506] Compiling BitCollections Slice+Utilities.swift
[427/506] Compiling BitCollections UInt+Tricks.swift
[428/506] Compiling BitCollections _Word.swift
[435/506] Compiling ArgumentParser NonsenseFlagsValidator.swift
[436/506] Compiling ArgumentParser ParsableArgumentsValidation.swift
[437/506] Compiling ArgumentParser PositionalArgumentsValidator.swift
[438/506] Compiling ArgumentParser UniqueNamesValidator.swift
[449/506] Emitting module HashTreeCollections
[450/508] Compiling Collections Collections.swift
[451/508] Emitting module Collections
[452/508] Compiling SwiftyJSON resource_bundle_accessor.swift
[453/508] Compiling PackageManifestKit SystemPackageProvider.swift
[454/509] Compiling Rainbow StyledStringBuilder.swift
[463/509] Compiling PackageManifestKit SwiftLanguageVersion.swift
[464/509] Compiling PackageManifestKit TraitDescription.swift
[465/509] Compiling PackageManifestKit ToolsVersion.swift
[466/509] Emitting module PackageManifestKit
[475/509] Emitting module ScipioStorage
[476/509] Compiling ScipioStorage CacheStorage.swift
[477/509] Emitting module SwiftyJSON
[478/509] Compiling SwiftyJSON SwiftyJSON.swift
[479/509] Compiling PackageManifestKit Target.swift
[480/509] Emitting module ArgumentParser
[506/515] Compiling PackageManifestKit Version.swift
[507/515] Emitting module PIFKit
[508/515] Compiling PIFKit JSONConvertible.swift
[509/515] Compiling PIFKit PIFManipulator.swift
[510/515] Compiling PIFKit BuildConfiguration.swift
[511/515] Compiling PIFKit Target.swift
[512/515] Compiling PIFKit Platform.swift
[513/558] Emitting module ScipioKit
[514/562] Compiling ScipioKit topologicalSort.swift
[515/562] Compiling ScipioKit Target+bundleName.swift
[516/562] Compiling ScipioKit URL+Extensions.swift
[517/562] Compiling ScipioKit ScipioVersion.generated.swift
[518/562] Compiling ScipioKit LocalDiskCacheStorage.swift
[519/562] Compiling ScipioKit ProjectCacheStorage.swift
[520/562] Compiling ScipioKit XcodeVersion.swift
[521/562] Compiling ScipioKit CacheStorage+DisplayName.swift
[522/562] Compiling ScipioKit Compiler.swift
[523/562] Compiling ScipioKit FileSystem.swift
[524/562] Compiling ScipioKit Logger.swift
[525/562] Compiling ScipioKit PackageLocator.swift
[526/562] Compiling ScipioKit BinaryExtractor.swift
[527/562] Compiling ScipioKit CacheSystem.swift
[528/562] Compiling ScipioKit Runner.swift
[529/562] Compiling ScipioKit String+Extensions.swift
[530/562] Compiling ScipioKit CannonicalPackageLocation.swift
[531/562] Compiling ScipioKit ModuleMapGenerator.swift
[532/562] Compiling ScipioKit DWARFSymbolStripper.swift
[533/562] Compiling ScipioKit DwarfExtractor.swift
[534/562] Compiling ScipioKit FrameworkProducer.swift
[535/562] Compiling ScipioKit InfoPlistGenerator.swift
[536/562] Compiling ScipioKit BuildParametersGenerator.swift
[537/562] Compiling ScipioKit BuildOptions.swift
[538/562] Compiling ScipioKit DependencyGraph.swift
[539/562] Compiling ScipioKit WeakReference.swift
[540/562] Compiling ScipioKit DescriptionPackage.swift
[541/562] Compiling ScipioKit Executor.swift
[542/562] Compiling ScipioKit StringConversions.swift
[543/562] Compiling ScipioKit StringMangling.swift
[544/562] Compiling ScipioKit Version.swift
[545/562] Compiling ScipioKit XCBuildMessage.swift
[546/562] Compiling ScipioKit ToolchainGenerator.swift
[547/562] Compiling ScipioKit XCBuildClient.swift
[548/562] Compiling ScipioKit XCBuildExecutor.swift
[549/562] Compiling ScipioKit ManifestLoader.swift
[550/562] Compiling ScipioKit ModuleTypeResolver.swift
[551/562] Compiling ScipioKit PackageResolveExecutor.swift
[552/562] Compiling ScipioKit PackageResolver.swift
[553/562] Compiling ScipioKit ResolvedModels.swift
[554/562] Compiling ScipioKit ShowDependenciesParser.swift
[555/562] Compiling ScipioKit FrameworkBundleAssembler.swift
[556/562] Compiling ScipioKit FrameworkComponentsCollector.swift
[557/562] Compiling ScipioKit FrameworkModuleMapGenerator.swift
[558/562] Compiling ScipioKit PIFCompiler.swift
[559/562] Compiling ScipioKit PIFGenerator.swift
[560/570] Compiling scipio Options.swift
[561/570] Compiling scipio Scipio.swift
[562/570] Compiling scipio DumpCacheKey.swift
[563/570] Compiling scipio CreateCommands.swift
[564/570] Compiling scipio Arguments.swift
[565/570] Emitting module scipio
[566/570] Compiling scipio CommandType.swift
[567/570] Compiling scipio PrepareCommands.swift
[567/570] Write Objects.LinkFileList
[568/570] Linking scipio
[569/570] Applying scipio
Build complete! (40.74s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching https://github.com/giginet/PackageManifestKit
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/giginet/scipio-cache-storage.git
Fetching https://github.com/mtj0928/swift-async-operations.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/41] Fetching scipio-cache-storage
[42/961] Fetching scipio-cache-storage, swift-async-operations
[125/1131] Fetching scipio-cache-storage, swift-async-operations, packagemanifestkit
[290/2470] Fetching scipio-cache-storage, swift-async-operations, packagemanifestkit, rainbow
[1429/8669] Fetching scipio-cache-storage, swift-async-operations, packagemanifestkit, rainbow, swiftyjson
Fetched https://github.com/onevcat/Rainbow from cache (0.92s)
Fetched https://github.com/mtj0928/swift-async-operations.git from cache (0.92s)
Fetched https://github.com/giginet/scipio-cache-storage.git from cache (0.93s)
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/apple/swift-log.git from cache
[1405/6369] Fetching packagemanifestkit, swiftyjson
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.19s)
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.23s)
Fetched https://github.com/giginet/PackageManifestKit from cache (1.23s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
Fetched https://github.com/apple/swift-collections from cache (1.26s)
Computing version for https://github.com/mtj0928/swift-async-operations.git
Computed https://github.com/mtj0928/swift-async-operations.git at 0.3.0 (2.90s)
Computing version for https://github.com/giginet/PackageManifestKit
Computed https://github.com/giginet/PackageManifestKit at 0.1.0 (0.51s)
Computing version for https://github.com/giginet/scipio-cache-storage.git
Computed https://github.com/giginet/scipio-cache-storage.git at 1.0.0 (0.53s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (2.61s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.50s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.65s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.54s)
Creating working copy for https://github.com/giginet/scipio-cache-storage.git
Working copy of https://github.com/giginet/scipio-cache-storage.git resolved at 1.0.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/giginet/PackageManifestKit
Working copy of https://github.com/giginet/PackageManifestKit resolved at 0.1.0
Creating working copy for https://github.com/mtj0928/swift-async-operations.git
Working copy of https://github.com/mtj0928/swift-async-operations.git resolved at 0.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "scipio-cache-storage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/scipio-cache-storage.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "packagemanifestkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/PackageManifestKit"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations.git"
    }
  ],
  "manifest_display_name" : "Scipio",
  "name" : "Scipio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "scipio",
      "targets" : [
        "scipio"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ScipioKit",
      "targets" : [
        "ScipioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "scipio",
      "module_type" : "SwiftTarget",
      "name" : "scipio",
      "path" : "Sources/scipio",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "scipio"
      ],
      "sources" : [
        "Arguments.swift",
        "CommandType.swift",
        "CreateCommands.swift",
        "DumpCacheKey.swift",
        "Options.swift",
        "PrepareCommands.swift",
        "Scipio.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ScipioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKitTests",
      "path" : "Tests/ScipioKitTests",
      "sources" : [
        "BuildOptionsTests.swift",
        "CacheSystemTests.swift",
        "ClangCheckerTests.swift",
        "DWARFSymbolStripperTests.swift",
        "DebugSymbolTests.swift",
        "DependencyGraphTests.swift",
        "DescriptionPackageTests.swift",
        "DynamicFrameworkTests.swift",
        "FrameworkBundleAssemblerTests.swift",
        "FrameworkModuleMapGeneratorTests.swift",
        "FrameworkProducerTests.swift",
        "InfoPlistGeneratorTests.swift",
        "IntegrationTests.swift",
        "PartialCacheTests.swift",
        "ProcessExecutorTests.swift",
        "RunnerTests.swift",
        "TestingExecutor.swift",
        "URLExtensionsTests.swift",
        "VariousModulePathsTests.swift",
        "XCTestCase+Utils.swift",
        "XcodeVersionFetcherTests.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioKit",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKit",
      "path" : "Sources/ScipioKit",
      "product_dependencies" : [
        "Logging",
        "Collections",
        "Algorithms",
        "Rainbow",
        "ScipioStorage",
        "PackageManifestKit",
        "AsyncOperations"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildOptions.swift",
        "DependencyGraph/DependencyGraph.swift",
        "DependencyGraph/WeakReference.swift",
        "DescriptionPackage.swift",
        "Executor.swift",
        "FileSystem.swift",
        "Logger.swift",
        "PackageLocator.swift",
        "Producer/BinaryExtractor.swift",
        "Producer/Cache/CacheSystem.swift",
        "Producer/Cache/LocalDiskCacheStorage.swift",
        "Producer/Cache/ProjectCacheStorage.swift",
        "Producer/Cache/XcodeVersion.swift",
        "Producer/CacheStorage+DisplayName.swift",
        "Producer/Compiler.swift",
        "Producer/DWARFSymbolStripper.swift",
        "Producer/DwarfExtractor.swift",
        "Producer/FrameworkProducer.swift",
        "Producer/InfoPlistGenerator.swift",
        "Producer/PIF/BuildParametersGenerator.swift",
        "Producer/PIF/FrameworkBundleAssembler.swift",
        "Producer/PIF/FrameworkComponentsCollector.swift",
        "Producer/PIF/FrameworkModuleMapGenerator.swift",
        "Producer/PIF/PIFCompiler.swift",
        "Producer/PIF/PIFGenerator.swift",
        "Producer/PIF/ToolchainGenerator.swift",
        "Producer/PIF/XCBuildClient.swift",
        "Producer/PIF/XCBuildExecutor.swift",
        "Resolver/ManifestLoader.swift",
        "Resolver/ModuleTypeResolver.swift",
        "Resolver/PackageResolveExecutor.swift",
        "Resolver/PackageResolver.swift",
        "Resolver/ResolvedModels.swift",
        "Resolver/ShowDependenciesParser.swift",
        "Runner.swift",
        "String+Extensions.swift",
        "SwiftPM/CannonicalPackageLocation.swift",
        "SwiftPM/ModuleMapGenerator.swift",
        "SwiftPM/StringConversions.swift",
        "SwiftPM/StringMangling.swift",
        "SwiftPM/Version.swift",
        "SwiftPM/XCBuildMessage.swift",
        "SwiftPM/topologicalSort.swift",
        "Target+bundleName.swift",
        "URL+Extensions.swift"
      ],
      "target_dependencies" : [
        "PIFKit",
        "GenerateScipioVersion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PIFKitTests",
      "path" : "Tests/PIFKitTests",
      "sources" : [
        "BuildConfigurationTests.swift",
        "FixtureLoader.swift",
        "PIFManipulatorTests.swift",
        "PlatformTests.swift",
        "TargetTests.swift"
      ],
      "target_dependencies" : [
        "PIFKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIFKit",
      "module_type" : "SwiftTarget",
      "name" : "PIFKit",
      "path" : "Sources/PIFKit",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildConfiguration.swift",
        "JSONConvertible.swift",
        "PIFManipulator.swift",
        "Platform.swift",
        "Target.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateScipioVersion",
      "module_type" : "PluginTarget",
      "name" : "GenerateScipioVersion",
      "path" : "Plugins/GenerateScipioVersion",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Done.