Build Information
Successful build of cuid2, reference master (60597a
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 05:08:37 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/cuid2.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RussBaz/cuid2
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 60597a5 Initial commit
Cloned https://github.com/RussBaz/cuid2.git
Revision (git rev-parse @):
60597a59f1f4e0ca0a92d2f4c0e55e16e7d44092
SUCCESS checkout https://github.com/RussBaz/cuid2.git at master
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/attaswift/BigInt.git
[1/4732] Fetching bigint
[96/17435] Fetching bigint, cryptoswift
[635/29788] Fetching bigint, cryptoswift, swift-argument-parser
Fetched https://github.com/attaswift/BigInt.git from cache (1.52s)
[13645/25056] Fetching cryptoswift, swift-argument-parser
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.00s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.00s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (3.63s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.4.0 (0.54s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.2 (0.65s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.4.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
========================================
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": "cuid2",
"name": "cuid2",
"url": "https://github.com/RussBaz/cuid2.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cuid2",
"dependencies": [
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"version": "1.8.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"dependencies": [
]
},
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser",
"version": "1.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
},
{
"identity": "bigint",
"name": "BigInt",
"url": "https://github.com/attaswift/BigInt.git",
"version": "5.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/RussBaz/cuid2.git
[1/15] Fetching cuid2
Fetched https://github.com/RussBaz/cuid2.git from cache (0.60s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetching https://github.com/attaswift/BigInt.git from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.65s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.65s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.04s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3 (0.67s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.0 (0.53s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/RussBaz/cuid2.git
Working copy of https://github.com/RussBaz/cuid2.git resolved at master (60597a5)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.0
Found 3 product dependencies
- CryptoSwift
- swift-argument-parser
- BigInt
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/RussBaz/cuid2.git
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/13] Write sources
[5/13] Write cuid2cli-entitlement.plist
[6/13] Copying PrivacyInfo.xcprivacy
[6/13] Write sources
[9/13] Write swift-version--7754E27361AE5C74.txt
[11/140] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/140] Emitting module ArgumentParserToolInfo
[13/178] Compiling ArgumentParser ArgumentHelp.swift
[14/178] Compiling ArgumentParser ArgumentVisibility.swift
[15/178] Compiling ArgumentParser CompletionKind.swift
[16/178] Compiling ArgumentParser Errors.swift
[17/182] Compiling ArgumentParser Argument.swift
[18/182] Compiling ArgumentParser ParsableArguments.swift
[19/184] Emitting module BigInt
[20/184] Compiling ArgumentParser Platform.swift
[21/184] Compiling ArgumentParser SequenceExtensions.swift
[22/184] Compiling ArgumentParser StringExtensions.swift
[23/184] Compiling ArgumentParser Tree.swift
[24/184] Compiling ArgumentParser Flag.swift
[25/184] Compiling ArgumentParser NameSpecification.swift
[26/184] Compiling ArgumentParser Option.swift
[27/184] Compiling ArgumentParser OptionGroup.swift
[28/184] Compiling BigInt Subtraction.swift
[29/184] Compiling BigInt Words and Bits.swift
[30/184] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/184] Compiling ArgumentParser CompletionsGenerator.swift
[32/184] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/184] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/184] Compiling ArgumentParser InputOrigin.swift
[36/184] Compiling ArgumentParser Name.swift
[37/184] Compiling ArgumentParser Parsed.swift
[38/184] Compiling ArgumentParser ParsedValues.swift
[39/184] Emitting module ArgumentParser
[41/184] Compiling ArgumentParser ParsableArgumentsValidation.swift
[42/184] Compiling ArgumentParser ParsableCommand.swift
[44/184] Compiling ArgumentParser ParserError.swift
[45/184] Compiling ArgumentParser SplitArguments.swift
[46/184] Compiling ArgumentParser DumpHelpGenerator.swift
[47/184] Compiling ArgumentParser HelpCommand.swift
[48/184] Compiling ArgumentParser AsyncParsableCommand.swift
[49/184] Compiling ArgumentParser CommandConfiguration.swift
[50/184] Compiling ArgumentParser EnumerableFlag.swift
[51/184] Compiling ArgumentParser ExpressibleByArgument.swift
[64/184] Compiling ArgumentParser HelpGenerator.swift
[65/184] Compiling ArgumentParser MessageInfo.swift
[66/184] Compiling ArgumentParser UsageGenerator.swift
[67/184] Compiling ArgumentParser CollectionExtensions.swift
[69/184] Compiling ArgumentParser ArgumentSet.swift
[70/184] Compiling ArgumentParser CommandParser.swift
[71/184] Compiling ArgumentParser InputKey.swift
[78/184] Compiling CryptoSwift Cryptor.swift
[79/184] Compiling CryptoSwift Cryptors.swift
[80/184] Compiling CryptoSwift Digest.swift
[81/184] Compiling CryptoSwift DigestType.swift
[82/184] Compiling CryptoSwift AES+Foundation.swift
[83/184] Compiling CryptoSwift Array+Foundation.swift
[84/184] Compiling CryptoSwift Blowfish+Foundation.swift
[85/184] Compiling CryptoSwift ChaCha20+Foundation.swift
[86/184] Compiling CryptoSwift Data+Extension.swift
[87/184] Compiling CryptoSwift HMAC+Foundation.swift
[88/184] Compiling CryptoSwift Rabbit+Foundation.swift
[89/195] Compiling CryptoSwift Operators.swift
[90/195] Compiling CryptoSwift DER.swift
[91/195] Compiling CryptoSwift PBKDF1.swift
[92/195] Compiling CryptoSwift PBKDF2.swift
[93/195] Compiling CryptoSwift PKCS1v15.swift
[94/195] Compiling CryptoSwift PKCS5.swift
[95/195] Compiling CryptoSwift PKCS7.swift
[96/195] Compiling CryptoSwift PKCS7Padding.swift
[97/195] Compiling CryptoSwift Padding.swift
[98/195] Compiling CryptoSwift Poly1305.swift
[99/195] Compiling CryptoSwift RSA+Cipher.swift
[100/195] Compiling CryptoSwift Shifts.swift
[101/195] Compiling CryptoSwift Square Root.swift
[102/195] Compiling CryptoSwift Strideable.swift
[103/195] Compiling CryptoSwift String Conversion.swift
[104/195] Compiling CryptoSwift Subtraction.swift
[105/195] Compiling CryptoSwift Words and Bits.swift
[106/195] Compiling CryptoSwift ChaCha20.swift
[107/195] Compiling CryptoSwift Checksum.swift
[108/195] Compiling CryptoSwift Cipher.swift
[109/195] Compiling CryptoSwift Collection+Extension.swift
[110/195] Compiling CryptoSwift CompactMap.swift
[111/195] Compiling CryptoSwift Bit.swift
[112/195] Compiling CryptoSwift BlockCipher.swift
[113/195] Compiling CryptoSwift BlockDecryptor.swift
[114/195] Compiling CryptoSwift BlockEncryptor.swift
[115/195] Compiling CryptoSwift BlockMode.swift
[116/195] Compiling CryptoSwift BlockModeOptions.swift
[117/195] Compiling CryptoSwift CBC.swift
[118/195] Compiling CryptoSwift CCM.swift
[119/195] Compiling CryptoSwift CFB.swift
[120/195] Compiling CryptoSwift CTR.swift
[121/195] Compiling CryptoSwift CipherModeWorker.swift
[122/195] Compiling CryptoSwift ECB.swift
[129/195] Compiling CryptoSwift CMAC.swift
[130/195] Compiling CryptoSwift Addition.swift
[131/195] Compiling CryptoSwift BigInt.swift
[132/195] Compiling CryptoSwift BigUInt.swift
[133/195] Compiling CryptoSwift Bitwise Ops.swift
[134/195] Compiling CryptoSwift CS.swift
[135/195] Compiling CryptoSwift String+FoundationExtension.swift
[136/195] Compiling CryptoSwift Utils+Foundation.swift
[137/195] Compiling CryptoSwift XChaCha20+Foundation.swift
[138/195] Compiling CryptoSwift Generics.swift
[139/195] Compiling CryptoSwift HKDF.swift
[140/195] Compiling CryptoSwift HMAC.swift
[141/195] Compiling CryptoSwift ISO10126Padding.swift
[142/195] Compiling CryptoSwift ISO78164Padding.swift
[143/195] Compiling CryptoSwift Int+Extension.swift
[144/195] Compiling CryptoSwift MD5.swift
[145/195] Compiling CryptoSwift NoPadding.swift
[157/195] Emitting module CryptoSwift
[182/195] Compiling CryptoSwift String+Extension.swift
[183/195] Compiling CryptoSwift UInt128.swift
[184/195] Compiling CryptoSwift UInt16+Extension.swift
[185/195] Compiling CryptoSwift UInt32+Extension.swift
[186/195] Compiling CryptoSwift UInt64+Extension.swift
[187/195] Compiling CryptoSwift UInt8+Extension.swift
[188/195] Compiling CryptoSwift Updatable.swift
[189/195] Compiling CryptoSwift Utils.swift
[190/195] Compiling CryptoSwift XChaCha20.swift
[191/195] Compiling CryptoSwift ZeroPadding.swift
[192/195] Compiling CryptoSwift resource_bundle_accessor.swift
[193/197] Emitting module cuid2
[194/197] Compiling cuid2 cuid2.swift
[195/199] Emitting module tool
[196/199] Compiling tool tool.swift
[196/199] Write Objects.LinkFileList
[197/199] Linking cuid2cli
[198/199] Applying cuid2cli
Build complete! (23.25s)
Build complete.
{
"dependencies" : [
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "cuid2",
"name" : "cuid2",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "cuid2",
"targets" : [
"cuid2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "cuid2cli",
"targets" : [
"tool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "tool",
"module_type" : "SwiftTarget",
"name" : "tool",
"path" : "Sources/tool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"cuid2cli"
],
"sources" : [
"tool.swift"
],
"target_dependencies" : [
"cuid2"
],
"type" : "executable"
},
{
"c99name" : "cuid2Tests",
"module_type" : "SwiftTarget",
"name" : "cuid2Tests",
"path" : "Tests/cuid2Tests",
"sources" : [
"cuid2Tests.swift"
],
"target_dependencies" : [
"cuid2"
],
"type" : "test"
},
{
"c99name" : "cuid2",
"module_type" : "SwiftTarget",
"name" : "cuid2",
"path" : "Sources/cuid2",
"product_dependencies" : [
"CryptoSwift",
"BigInt"
],
"product_memberships" : [
"cuid2",
"cuid2cli"
],
"sources" : [
"cuid2.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.